From 67ef8ceaef5e5991bb7e87f60750c727c1dc424e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 21:49:27 -0500 Subject: [PATCH] updating metube --- modules/metube.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]; }; };