added pikapods
This commit is contained in:
parent
05768957bf
commit
372d82f711
19
README.md
19
README.md
|
|
@ -9,10 +9,6 @@
|
|||
|
||||
> 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?
|
||||
|
||||
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
|
||||
- **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">
|
||||
<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>
|
||||
|
||||
<a href="https://gamosoft-notediscovery-demo.hf.space"><img src="docs/demo-button.svg" alt="Try Live Demo"></a>
|
||||
</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>
|
||||
|
||||
<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?
|
||||
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -695,6 +695,12 @@
|
|||
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
|
|
@ -1015,6 +1021,12 @@
|
|||
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -1795,7 +1795,7 @@
|
|||
</a>
|
||||
<!-- Ko-fi support link (demo mode only) -->
|
||||
<template x-if="demoMode">
|
||||
<div class="mt-3">
|
||||
<div class="mt-3 flex flex-col gap-2 items-start">
|
||||
<a
|
||||
href="https://ko-fi.com/gamosoft"
|
||||
target="_blank"
|
||||
|
|
@ -1806,6 +1806,17 @@
|
|||
<span>☕</span>
|
||||
<span x-text="t('support.enjoying_demo')"></span>
|
||||
</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>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Unterstütze dieses Projekt"
|
||||
"enjoying_demo": "Unterstütze dieses Projekt",
|
||||
"deploy_own": "Eigene Instanz bereitstellen"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Support this project"
|
||||
"enjoying_demo": "Support this project",
|
||||
"deploy_own": "Deploy your own instance"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Support this project"
|
||||
"enjoying_demo": "Support this project",
|
||||
"deploy_own": "Deploy your own instance"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Apoya este proyecto"
|
||||
"enjoying_demo": "Apoya este proyecto",
|
||||
"deploy_own": "Despliega tu propia instancia"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Soutenez ce projet"
|
||||
"enjoying_demo": "Soutenez ce projet",
|
||||
"deploy_own": "Déployez votre propre instance"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Supporta questo progetto"
|
||||
"enjoying_demo": "Supporta questo progetto",
|
||||
"deploy_own": "Crea la tua istanza"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "このプロジェクトを支援"
|
||||
"enjoying_demo": "このプロジェクトを支援",
|
||||
"deploy_own": "自分のインスタンスをデプロイ"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Поддержать проект"
|
||||
"enjoying_demo": "Поддержать проект",
|
||||
"deploy_own": "Развернуть свой экземпляр"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "Podprite ta projekt"
|
||||
"enjoying_demo": "Podprite ta projekt",
|
||||
"deploy_own": "Namestite svojo instanco"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
|
|
@ -272,7 +272,8 @@
|
|||
},
|
||||
|
||||
"support": {
|
||||
"enjoying_demo": "支持此项目"
|
||||
"enjoying_demo": "支持此项目",
|
||||
"deploy_own": "部署您自己的实例"
|
||||
},
|
||||
|
||||
"demo": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue