node and site changes

This commit is contained in:
root 2025-11-06 06:09:29 +00:00
parent 01bd4a426c
commit 58d4f166a7
2 changed files with 23 additions and 10 deletions

View file

@ -14,16 +14,22 @@
kubo.enable = true;
tor.relay.onionServices."site".map = [
4001
8080
8333
18080
18081
4001
];
caddy.virtualHosts."xmr.distrust.network".extraConfig = ''
reverse_proxy localhost:18081
'';
caddy.virtualHosts = {
"xmr.distrust.network".extraConfig = ''
reverse_proxy localhost:18081
'';
"ipfs.distrust.network".extraConfig = ''
reverse_proxy localhost:8080
'';
};
};
networking.firewall.allowedTCPPorts = [8333 18080 4001];
networking.firewall.allowedTCPPorts = [4001 8333 18080];
}