mediaserver: update config
This commit is contained in:
parent
051449d81f
commit
5df89f7aea
3 changed files with 3 additions and 1 deletions
Binary file not shown.
|
@ -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 ];
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue