add proxy to jellyfin to fix getting metadata
This commit is contained in:
parent
41ad726d8e
commit
d1898c1392
@ -17,8 +17,8 @@ in {
|
||||
PGID = "100";
|
||||
UMASK = "002";
|
||||
TZ = "Europe/Moscow";
|
||||
DOCKER_MODS = "linuxserver/mods:universal-package-install";
|
||||
INSTALL_PACKAGES = "yt-dlp";
|
||||
http_proxy = "http://10.10.10.6:8888";
|
||||
https_proxy = "http://10.10.10.6:8888";
|
||||
};
|
||||
extraOptions = [
|
||||
"--pod=media-stack"
|
||||
@ -32,4 +32,4 @@ in {
|
||||
"${intro-skipper-fix}:/custom-cont-init.d/intro-skipper-fix:ro"
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user