chore(desktop/caddy): remove map.*; add torrent.* and shoko.*

This commit is contained in:
Alexandre Cavalheiro 2025-01-21 03:50:44 -03:00
parent 036240d01e
commit b07ca98d54
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -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
'';
};
}