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
|
||
|---|---|---|
| .. | ||
| compose.yml | ||
| README.md | ||
Vaultwarden
🔐 Password Manager (Bitwarden-kompatibel)
Vaultwarden ist eine inoffizielle Bitwarden API-Implementierung in Rust.
🚀 Quick Start
- In Komodo: Stack auswählen → Deploy
- Server wählen
- Warten bis Container läuft
- Caddy Config hinzufügen
- Öffnen und Organization erstellen
🔧 Caddy Integration
ssh <server>
sudo nano /etc/caddy/Caddyfile
Hinzufügen:
vault.example.com {
reverse_proxy localhost:8080
}
sudo systemctl reload caddy
🔐 Secrets (Komodo)
| Secret Name | Beschreibung | Beispiel |
|---|---|---|
vaultwarden-admin-token |
Admin API Token | zufälliger-string |
Wichtig: Admin-Token generieren mit:
openssl rand -base64 48
📁 Files
compose.yml- Docker Compose Konfiguration
🔄 Updates
Vaultwarden wird automatisch aktuell gehalten durch Komodo.