diff --git a/services/crypto.nix b/services/crypto.nix index 960337e..bbf6f95 100644 --- a/services/crypto.nix +++ b/services/crypto.nix @@ -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]; } diff --git a/site/index.html b/site/index.html index e9b6a6e..e6b9c79 100644 --- a/site/index.html +++ b/site/index.html @@ -52,6 +52,9 @@ .hover { text-decoration-style: dotted; } + .external { + text-decoration-style: wavy; + } hr { height: 0.1rem; background-color: plum; @@ -71,6 +74,10 @@ -webkit-columns: 2; -moz-columns: 2; } + .dimmed { + color: gray; + text-align: center; + }
@@ -78,8 +85,8 @@
"See no evil, hear no evil, speak no evil." - Japanese Pictoral Maxim
+"We know where you are. We know where you've been. We can more or less know what you're thinking about." + Eric Schmidt, Former Google CEO
The Distrust family of services works off one simple principle:
@@ -107,10 +114,9 @@We also host nodes for Bitcoin (BTC), Monero (XMR), IPFS, and a TOR relay +
We also host nodes for Bitcoin (BTC), Monero (XMR), an IPFS gateway, and a TOR relay to strengthen their respective networks. They are all available over clearnet and TOR using this main webpages IP - and .onion URL - on ports 8333, 18080, 4001, and 9001 respectively.
+ and .onion URL.All services have a strict no-metrics policy, with logs being kept for at most 1 hour (for debugging purposes).
The server runs a hardened NixOS config, and is updated when appropriate for any security/hardening tweaks. This NixOS config is auditable and freely accessible over TOR and clearnet.
@@ -118,6 +124,7 @@ with your desired username.Highlight Types: Hoverable, Internal Link, External Link.