This commit is contained in:
2025-03-09 23:49:39 +01:00
parent 966aff4bfa
commit 0294d22d0a
3 changed files with 9 additions and 4 deletions

View File

@ -75,4 +75,4 @@ services:
- "8981:8081" - "8981:8081"
depends_on: depends_on:
postgres: postgres:
condition: service_started condition: service_started

View File

@ -28,4 +28,9 @@ services:
- homepage.widget.type=whatsupdocker - homepage.widget.type=whatsupdocker
- homepage.widget.url=https://wud.sectorq.eu - homepage.widget.url=https://wud.sectorq.eu
- homepage.widget.username=homepage # optional - homepage.widget.username=homepage # optional
- homepage.widget.password=l4c1j4yd33Du5lo # optional - homepage.widget.password=l4c1j4yd33Du5lo # optional
secrets:
- http_basic_password_jaydee
secrets:
http_basic_password_jaydee:
file: .secrets/http_basic_password_jaydee.txt

View File

@ -15,8 +15,8 @@ WUD_AUTH_OIDC_AUTHENTIK_REDIRECT=false
WUD_AUTH_OIDC_AUTHENTIK_TIMEOUT=2000 WUD_AUTH_OIDC_AUTHENTIK_TIMEOUT=2000
# BASIC # BASIC
WUD_AUTH_BASIC_JAYDEE_USER=homepage WUD_AUTH_BASIC_HOMEPAGE_USER=homepage
WUD_AUTH_BASIC_JAYDEE_HASH=$$apr1$$pGMz1QxU$$y6XuTscvGcYgas15JWlfg/ WUD_AUTH_BASIC_HOMEPAGE_HASH=/run/secrets/http_basic_password_jaydee
# GOTIFY # GOTIFY
WUD_TRIGGER_GOTIFY_EXTERNAL_PRIORITY=0 WUD_TRIGGER_GOTIFY_EXTERNAL_PRIORITY=0
WUD_TRIGGER_GOTIFY_EXTERNAL_TOKEN=A2cvNVpDFlRplea WUD_TRIGGER_GOTIFY_EXTERNAL_TOKEN=A2cvNVpDFlRplea