added pikapods

This commit is contained in:
Gamosoft 2026-01-16 11:24:09 +01:00
parent 05768957bf
commit 372d82f711
15 changed files with 75 additions and 19 deletions

View File

@ -9,10 +9,6 @@
> Your Self-Hosted Knowledge Base > Your Self-Hosted Knowledge Base
🌐 **[Visit the official website](https://www.notediscovery.com)**
🚀 **[Try the Live Demo](https://gamosoft-notediscovery-demo.hf.space)** — *Contents reset daily, for demonstration purposes only*
## What is NoteDiscovery? ## What is NoteDiscovery?
NoteDiscovery is a **lightweight, self-hosted note-taking application** that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server. NoteDiscovery is a **lightweight, self-hosted note-taking application** that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.
@ -27,13 +23,20 @@ NoteDiscovery is a **lightweight, self-hosted note-taking application** that put
- **Teams** looking for a self-hosted alternative to commercial apps - **Teams** looking for a self-hosted alternative to commercial apps
- **Anyone** who values simplicity, speed, and ownership - **Anyone** who values simplicity, speed, and ownership
---
## 💖 Thanks for using NoteDiscovery!
If this project has been useful to you, consider supporting its development, it truly makes a difference!
<p align="center"> <p align="center">
<a href="https://ko-fi.com/gamosoft" target="_blank" rel="noopener noreferrer"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Buy Me a Coffee at ko-fi.com"></a> <a href="https://www.notediscovery.com"><img src="docs/website-button.svg" alt="Official Website"></a>
&nbsp;&nbsp;
<a href="https://gamosoft-notediscovery-demo.hf.space"><img src="docs/demo-button.svg" alt="Try Live Demo"></a>
</p> </p>
<p align="center">
<a href="https://www.pikapods.com/pods?run=notediscovery"><img src="https://www.pikapods.com/static/run-button.svg" alt="Run on PikaPods"></a>
&nbsp;&nbsp;
<a href="https://ko-fi.com/gamosoft"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Buy Me a Coffee at ko-fi.com"></a>
</p>
---
## ✨ Why NoteDiscovery? ## ✨ Why NoteDiscovery?

10
docs/demo-button.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="40" viewBox="0 0 180 40">
<defs>
<linearGradient id="demoGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#10b981"/>
<stop offset="100%" style="stop-color:#059669"/>
</linearGradient>
</defs>
<rect width="180" height="40" rx="8" fill="url(#demoGrad)"/>
<text x="90" y="25" font-family="system-ui, -apple-system, sans-serif" font-size="14" font-weight="600" fill="white" text-anchor="middle">🚀 Try Live Demo</text>
</svg>

After

Width:  |  Height:  |  Size: 540 B

View File

@ -695,6 +695,12 @@
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a> <a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a>
</div> </div>
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p> <p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
<div class="pikapods-deploy" style="margin-top: 1.5rem;">
<p style="margin-bottom: 0.75rem; color: rgba(255,255,255,0.8); font-size: 0.95rem;">☁️ Or deploy your own instance in one click:</p>
<a href="https://www.pikapods.com/pods?run=notediscovery" target="_blank" rel="noopener">
<img src="https://www.pikapods.com/static/run-button.svg" alt="Run on PikaPods" style="height: 40px; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
</a>
</div>
</div> </div>
</div> </div>
@ -1015,6 +1021,12 @@
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a> <a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a>
</div> </div>
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p> <p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
<div class="pikapods-deploy" style="margin-top: 1.5rem;">
<p style="margin-bottom: 0.75rem; color: rgba(255,255,255,0.8); font-size: 0.95rem;">☁️ Don't want to self-host? Deploy on PikaPods:</p>
<a href="https://www.pikapods.com/pods?run=notediscovery" target="_blank" rel="noopener">
<img src="https://www.pikapods.com/static/run-button.svg" alt="Run on PikaPods" style="height: 40px; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.05)'" onmouseout="this.style.transform='scale(1)'">
</a>
</div>
</div> </div>
</div> </div>

10
docs/website-button.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="40" viewBox="0 0 180 40">
<defs>
<linearGradient id="webGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#6366f1"/>
<stop offset="100%" style="stop-color:#8b5cf6"/>
</linearGradient>
</defs>
<rect width="180" height="40" rx="8" fill="url(#webGrad)"/>
<text x="90" y="25" font-family="system-ui, -apple-system, sans-serif" font-size="14" font-weight="600" fill="white" text-anchor="middle">🌐 Official Website</text>
</svg>

After

Width:  |  Height:  |  Size: 541 B

View File

@ -1795,7 +1795,7 @@
</a> </a>
<!-- Ko-fi support link (demo mode only) --> <!-- Ko-fi support link (demo mode only) -->
<template x-if="demoMode"> <template x-if="demoMode">
<div class="mt-3"> <div class="mt-3 flex flex-col gap-2 items-start">
<a <a
href="https://ko-fi.com/gamosoft" href="https://ko-fi.com/gamosoft"
target="_blank" target="_blank"
@ -1806,6 +1806,17 @@
<span></span> <span></span>
<span x-text="t('support.enjoying_demo')"></span> <span x-text="t('support.enjoying_demo')"></span>
</a> </a>
<!-- PikaPods deploy button -->
<a
href="https://www.pikapods.com/pods?run=notediscovery"
target="_blank"
rel="noopener noreferrer"
class="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium rounded-full transition-all hover:scale-105"
style="background-color: #4f46e5; color: white;"
>
<span>☁️</span>
<span x-text="t('support.deploy_own')"></span>
</a>
</div> </div>
</template> </template>
</div> </div>

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Unterstütze dieses Projekt" "enjoying_demo": "Unterstütze dieses Projekt",
"deploy_own": "Eigene Instanz bereitstellen"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Support this project" "enjoying_demo": "Support this project",
"deploy_own": "Deploy your own instance"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Support this project" "enjoying_demo": "Support this project",
"deploy_own": "Deploy your own instance"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Apoya este proyecto" "enjoying_demo": "Apoya este proyecto",
"deploy_own": "Despliega tu propia instancia"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Soutenez ce projet" "enjoying_demo": "Soutenez ce projet",
"deploy_own": "Déployez votre propre instance"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Supporta questo progetto" "enjoying_demo": "Supporta questo progetto",
"deploy_own": "Crea la tua istanza"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "このプロジェクトを支援" "enjoying_demo": "このプロジェクトを支援",
"deploy_own": "自分のインスタンスをデプロイ"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Поддержать проект" "enjoying_demo": "Поддержать проект",
"deploy_own": "Развернуть свой экземпляр"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "Podprite ta projekt" "enjoying_demo": "Podprite ta projekt",
"deploy_own": "Namestite svojo instanco"
}, },
"demo": { "demo": {

View File

@ -272,7 +272,8 @@
}, },
"support": { "support": {
"enjoying_demo": "支持此项目" "enjoying_demo": "支持此项目",
"deploy_own": "部署您自己的实例"
}, },
"demo": { "demo": {