fix: Move all stacks directly under stacks/ (no category subfolders)
This commit is contained in:
parent
d9f4e1d22c
commit
a7b59b417c
10 changed files with 0 additions and 0 deletions
70
stacks/gotify/README.md
Normal file
70
stacks/gotify/README.md
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
# Gotify
|
||||
|
||||
📱 **Push-Benachrichtigungen selbst gehostet**
|
||||
|
||||
Gotify ist ein einfacher Server zum Senden und Empfangen von Push-Nachrichten.
|
||||
|
||||
---
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
1. **In Komodo:** Stack auswählen → Deploy
|
||||
2. **Server wählen** wo Gotify laufen soll
|
||||
3. **Warten** bis Container läuft
|
||||
4. **Caddy Config** hinzufügen (siehe unten)
|
||||
5. **Öffnen** und Admin-Account erstellen
|
||||
|
||||
---
|
||||
|
||||
## 🔧 Caddy Integration
|
||||
|
||||
Nach dem Deployen auf dem Server:
|
||||
|
||||
```bash
|
||||
ssh <server>
|
||||
sudo nano /etc/caddy/Caddyfile
|
||||
```
|
||||
|
||||
Hinzufügen:
|
||||
```caddyfile
|
||||
gotify.example.com {
|
||||
reverse_proxy localhost:9091
|
||||
}
|
||||
```
|
||||
|
||||
Dann:
|
||||
```bash
|
||||
sudo systemctl reload caddy
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🔐 Secrets (Komodo)
|
||||
|
||||
Folgende Secrets in Komodo anlegen **vor** dem Deployen:
|
||||
|
||||
| Secret Name | Beschreibung | Beispiel |
|
||||
|-------------|--------------|----------|
|
||||
| `gotify-admin-user` | Admin Username | `admin` |
|
||||
| `gotify-admin-pass` | Admin Password | `sicheres-passwort` |
|
||||
|
||||
In Komodo: **Settings → Secrets → Add Secret**
|
||||
|
||||
---
|
||||
|
||||
## 📁 Files
|
||||
|
||||
- `compose.yml` - Docker Compose Konfiguration
|
||||
|
||||
---
|
||||
|
||||
## 🔄 Updates
|
||||
|
||||
Gotify wird automatisch aktuell gehalten durch Komodo.
|
||||
|
||||
---
|
||||
|
||||
## 📞 Support
|
||||
|
||||
- **Docs:** https://gotify.net/docs
|
||||
- **GitHub:** https://github.com/gotify/server
|
||||
Loading…
Add table
Add a link
Reference in a new issue