diff --git a/modules/metube.nix b/modules/metube.nix index 67f3ae3..88d2b6a 100644 --- a/modules/metube.nix +++ b/modules/metube.nix @@ -9,7 +9,7 @@ with lib; forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://127.0.0.1:8085"; + proxyPass = "http://127.0.0.1:8585"; }; }; virtualisation = { @@ -21,7 +21,7 @@ with lib; containers = { metube = { image = "ghcr.io/alexta69/metube"; - ports = [ "8085:8081" ]; + ports = [ "8585:8081" ]; volumes = [ "/storage/downloads:/downloads" ]; }; };