komodo-stacks/stacks/gotify
Amber (Komodo Assistant) 9baedc40e9 fix: Correct environment variable syntax for Komodo Secrets
- Replace ${SECRET:name} with ${NAME} format
- Replace hyphens with underscores in variable names
- Affected: gotify, grafana, vaultwarden, obsidian-livesync
2026-03-27 13:09:38 +01:00
..
compose.yaml fix: Correct environment variable syntax for Komodo Secrets 2026-03-27 13:09:38 +01:00
README.md feat: Restructure to subdirectories with compose.yml 2026-03-09 19:51:35 +00:00
stack.toml feat: Add stack.toml in each stack directory 2026-03-09 20:05:50 +00:00

Gotify

📱 Push-Benachrichtigungen selbst gehostet

Deploy in Komodo

Pfad: stacks/gotify/

Secrets

  • GOTIFY_DEFAULTUSER_NAME - Admin Username
  • GOTIFY_DEFAULTUSER_PASS - Admin Password

Caddy

gotify.example.com {
    reverse_proxy localhost:9091
}