From 1f0c2c55ab5c08109f61a4d5a470ec31f8884297 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 26 Aug 2024 10:11:13 +0200 Subject: [PATCH] added urls for all services --- features/server/caddy.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 ''; }; };