From 2fb7fd9f6ccdb9a609a50dc021d2d47116164f5c Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 15:13:04 +0200 Subject: [PATCH] something strange is afoot --- networking/firewall.mod.nix | 4 ++-- services/caddy/Caddyfile | 2 +- services/social/conduwuit.mod.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index 784418b..674eb8d 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -37,13 +37,13 @@ 64738 # murmur tcp 6700 # grafana web 6750 # prometheus - 8448 # matrix/conduwuit + 7893 # matrix/conduwuit ]; allowedUDPPorts = [ 64738 # murmur udp 6700 # grafana web 6750 # prometheus data ap - 8448 # matrix/conduwuit + 7893 # matrix/conduwuit ]; }; } diff --git a/services/caddy/Caddyfile b/services/caddy/Caddyfile index 1bdc38d..5f83941 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:8448 + reverse_proxy 10.24.1.4:7893 } \ No newline at end of file diff --git a/services/social/conduwuit.mod.nix b/services/social/conduwuit.mod.nix index be5ef94..64ffd03 100644 --- a/services/social/conduwuit.mod.nix +++ b/services/social/conduwuit.mod.nix @@ -12,7 +12,7 @@ server_name = "collective-conciousness.monster"; max_request_size = 1024 * 1024 * 1024; #address = ["127.0.0.1"]; - port = [8448]; + port = [7893]; # database_path = lib.mkForce "/var/services/conduwuit/"; }; };