Each stack.toml now includes: - [stack] section: name, description, version, category, author - [compose] section: file reference - [variables] section: secrets where required - [ports] section: internal port mappings - [volumes] section: volume definitions - [healthcheck] section: health check configuration Stacks updated: - prometheus - grafana - gotify - vaultwarden - node-exporter |
||
|---|---|---|
| .. | ||
| compose.yml | ||
| README.md | ||
| stack.toml | ||
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.