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:
parent
d1405ad0b8
commit
d0de8455f8
|
@ -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": [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue