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