add proxy to jellyfin to fix getting metadata

This commit is contained in:
Dmitriy Kholkin 2024-12-28 11:54:30 +03:00
parent 41ad726d8e
commit d1898c1392
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -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"
];
};
}
}