node and site changes
This commit is contained in:
parent
01bd4a426c
commit
58d4f166a7
2 changed files with 23 additions and 10 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue