Each stack now has a stack.toml that defines the stack for Resource Sync: [[stacks]] name = "..." description = "..." compose_path = "compose.yml" This tells Komodo what each stack is when using Resource Sync. |
||
|---|---|---|
| .. | ||
| compose.yml | ||
| README.md | ||
| stack.toml | ||
Vaultwarden
🔐 Password Manager (Bitwarden-kompatibel)
Deploy in Komodo
Pfad: stacks/vaultwarden/
Secrets
ADMIN_TOKEN- Admin API Token (openssl rand -base64 48)
Ports
8080- Web UI
Caddy
vault.example.com {
reverse_proxy localhost:8080
}