fix: Simplify stack.toml format to basic metadata only

This commit is contained in:
nocci 2026-03-09 16:34:45 +00:00
parent 8cc2076a50
commit 23d823b79e
5 changed files with 5 additions and 121 deletions

View file

@ -1,29 +1,5 @@
[stack]
name = "Gotify"
description = "Push-Benachrichtigungen selbst gehostet"
version = "1.0.0"
category = "communication"
[compose]
file = "compose.yml"
[variables.secrets]
gotify-admin-user = "Admin Username"
gotify-admin-pass = "Admin Password"
[ports]
internal = 80
external = "127.0.0.1:9091"
description = "Gotify Web UI"
[volumes]
gotify_data = "/app/data"
[networks]
gotify-network = "bridge"
[healthcheck]
endpoint = "http://localhost:80/health"
interval = "30s"
timeout = "10s"
retries = 3
compose_file = "compose.yml"

View file

@ -1,28 +1,5 @@
[stack]
name = "Vaultwarden"
description = "Password Manager (Bitwarden-kompatibel)"
version = "1.0.0"
category = "communication"
[compose]
file = "compose.yml"
[variables.secrets]
vaultwarden-admin-token = "Admin API Token (openssl rand -base64 48)"
[ports]
internal = 80
external = "127.0.0.1:8080"
description = "Vaultwarden Web UI"
[volumes]
vaultwarden_data = "/data"
[networks]
vaultwarden-network = "bridge"
[healthcheck]
endpoint = "http://localhost:80/alive"
interval = "30s"
timeout = "10s"
retries = 3
compose_file = "compose.yml"