From aedaaa477274698959005cd8e228e38e6fd56ddf Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 16 Jun 2023 10:01:13 -0700 Subject: [PATCH] trouble shoot onlyoffice --- modules/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/configuration.nix b/modules/configuration.nix index 81e5953..fecfbdc 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -281,7 +281,7 @@ in "https://${personalization.onlyoffice_url}" = { extraConfig = '' - reverse_proxy :8000 + reverse_proxy http://localhost:8000 encode gzip zstd ''; }; @@ -407,8 +407,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/ ####### Open ports in the firewall ####### - networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ]; - networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ]; + networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 9080 9443 8000 ]; + networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 9080 9443 8000 ]; networking.firewall.allowedUDPPortRanges = [ { from=49152; to=65535; } # TURN relay ];