From ec10b73ded8e95c1a0bb2753603ca78a2febd706 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 15:10:34 +0200 Subject: [PATCH] open firewall properly? --- networking/firewall.mod.nix | 4 ++-- services/caddy/Caddyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index 9ae4b3a..784418b 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -37,13 +37,13 @@ 64738 # murmur tcp 6700 # grafana web 6750 # prometheus - 7893 # conduwuit + 8448 # matrix/conduwuit ]; allowedUDPPorts = [ 64738 # murmur udp 6700 # grafana web 6750 # prometheus data ap - 7893 + 8448 # matrix/conduwuit ]; }; } diff --git a/services/caddy/Caddyfile b/services/caddy/Caddyfile index 5f83941..1bdc38d 100644 --- a/services/caddy/Caddyfile +++ b/services/caddy/Caddyfile @@ -58,5 +58,5 @@ https://grf.collective-conciousness.monster { } matrix.collective-conciousness.monter, matrix.collective-conciousness.monster:8448 { - reverse_proxy 10.24.1.4:7893 + reverse_proxy 10.24.1.4:8448 } \ No newline at end of file