Update navidrome for reverse proxy auth
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2023-12-28 22:44:10 -05:00
parent 49558ed199
commit 110af2a0ae
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ spec:
value: "https://general.api.clortox.com/images/background/today"
- name: ND_UIWELCOMEMESSAGE
value: "Lol. Lmao even"
- name: ND_REVERSEPROXYUSERHEADER
value: "X-authentik-username"
- name: ND_REVERSEPROXYWHITELIST
value: "192.168.1.100"
volumeMounts:
- name: data
mountPath: "/data"