chore(Apps): remove PUID from per-app env-vars if set to 568

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-03 12:22:39 +01:00
parent 5feac39628
commit f7c5dac8b2
97 changed files with 6 additions and 227 deletions
-3
View File
@@ -17,9 +17,6 @@ podSecurityContext:
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details.
# @default -- See below
env:
# -- Set the container timezone
# -- Specify the user ID the application will run as
PUID: 568
# -- Used to set the base path for reverse proxies eg. /booksonic, /books, etc.
CONTEXT_PATH: # "url-base"
# -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes.