1
0
Fork 0

mediaserver: update config

This commit is contained in:
Daniel Kempkens 2024-09-08 22:18:38 +02:00
parent 051449d81f
commit 5df89f7aea
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@
virtualisation.oci-containers.containers = {
tubearchivist = {
image = "docker.io/bbilly1/tubearchivist:v0.4.9";
image = "docker.io/bbilly1/tubearchivist:v0.4.10";
dependsOn = [ "archivist-es" "archivist-redis" ];
ports = [ "127.0.0.1:9887:8000" ];
environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ];

View file

@ -55,6 +55,8 @@
onlySSL = true;
useACMEHost = "internal.kempkens.network";
serverAliases = [ "jellyfin-local.internal.kempkens.network" ];
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8096";