diff --git a/specific/desktop/services/caddy.nix b/specific/desktop/services/caddy.nix index 6eba4fe..c421273 100644 --- a/specific/desktop/services/caddy.nix +++ b/specific/desktop/services/caddy.nix @@ -26,10 +26,6 @@ } ''; - virtualHosts."map.thewizard.link".extraConfig = '' - reverse_proxy 192.168.0.100:8123 - ''; - virtualHosts."git.thewizard.link".extraConfig = '' reverse_proxy 127.0.0.1:3788 ''; @@ -38,5 +34,13 @@ root * /srv/files file_server ''; + + virtualHosts."torrent.thewizard.link".extraConfig = '' + reverse_proxy 127.0.0.1:8144 + ''; + + virtualHosts."shoko.thewizard.link".extraConfig = '' + reverse_proxy 127.0.0.1:8111 + ''; }; }