fix: delete unused interpolation var in Jellyfin (#193)

casaos app management didn't interpolate $APP_IPV4. So It can't be
interpolated.

@JohnGuan @tigerinus Please take a look

Co-authored-by: CorrectRoadH <ctrdh@ctrdh-macbook.lan>
This commit is contained in:
CorrectRoadH 2023-06-29 11:37:29 +08:00 committed by GitHub
parent d1405ad0b8
commit d0de8455f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -59,12 +59,6 @@
"value": "$PGID", "value": "$PGID",
"configurable": "no", "configurable": "no",
"description": "Run Jellyfin as specified gid." "description": "Run Jellyfin as specified gid."
},
{
"key": "JELLYFIN_PublishedServerUrl",
"value": "$APP_IPV4",
"configurable": "advanced",
"description": "The autodiscovery response domain or IP address."
} }
], ],
"ports": [ "ports": [

View File

@ -9,7 +9,6 @@ services:
- /dev/video11:/dev/video11 - /dev/video11:/dev/video11
- /dev/video12:/dev/video12 - /dev/video12:/dev/video12
environment: environment:
JELLYFIN_PublishedServerUrl: $APP_IPV4
PGID: $PGID PGID: $PGID
PUID: $PUID PUID: $PUID
TZ: $TZ TZ: $TZ