Added first test stacks:
- monitoring/prometheus
- monitoring/grafana
- monitoring/node-exporter
- communication/gotify
- communication/vaultwarden
All stacks:
- Use localhost ports only (for Caddy reverse proxy)
- Support Komodo Secrets via ${SECRET:secret-name}
- Include README with Caddy integration instructions
- Ready for Komodo v2 Resource Sync
1.2 KiB
1.2 KiB
Gotify
📱 Push-Benachrichtigungen selbst gehostet
Gotify ist ein einfacher Server zum Senden und Empfangen von Push-Nachrichten.
🚀 Quick Start
- In Komodo: Stack auswählen → Deploy
- Server wählen wo Gotify laufen soll
- Warten bis Container läuft
- Caddy Config hinzufügen (siehe unten)
- Öffnen und Admin-Account erstellen
🔧 Caddy Integration
Nach dem Deployen auf dem Server:
ssh <server>
sudo nano /etc/caddy/Caddyfile
Hinzufügen:
gotify.example.com {
reverse_proxy localhost:9091
}
Dann:
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