diff --git a/features/server/caddy.nix b/features/server/caddy.nix index 3562437..5213df8 100644 --- a/features/server/caddy.nix +++ b/features/server/caddy.nix @@ -5,7 +5,7 @@ virtualHosts = { "http://sisyphe.normandy.hypervirtual.world".extraConfig = '' - reverse_proxy :8003 + reverse_proxy :8082 ''; "http://git.hypervirtual.world".extraConfig = '' @@ -56,8 +56,17 @@ reverse_proxy :4000 ''; - "http://transmission.normandy.hypervirtual.world".extraConfig = '' + "http://transmission.sisyphe.normandy.hypervirtual.world".extraConfig = '' reverse_proxy :9091 + basicauth / {$USER} {$PASS} + ''; + + "http://uptime.sisyphe.normandy.hypervirtual.world".extraConfig = '' + reverse_proxy :4000 + ''; + + "http://mc.sisyphe.normandy.hypervirtual.world".extraConfig = '' + reverse_proxy :8443 ''; }; };