From fe3f8379d7a227c49f439f0f8e4d9536f1041e14 Mon Sep 17 00:00:00 2001 From: Johannes Hendrik Gerard van der Weide Date: Wed, 6 Mar 2024 11:35:35 +0100 Subject: [PATCH] aaaaaaaaaaaaaaaaaaaaaaaaa --- services/iceshrimp.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/iceshrimp.nix b/services/iceshrimp.nix index 4605c24..3ba03f6 100644 --- a/services/iceshrimp.nix +++ b/services/iceshrimp.nix @@ -13,6 +13,7 @@ url = "https://mastodon.hermitcollective.net"; maxNoteLength = 35124; # Length of the GPL3 + long; maxCaptionLength = 5000; # We did it HermitCollective!! We solved accesibility! + port = 2004; ssl = true; }; }; @@ -20,7 +21,7 @@ forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://localhost:3000"; + proxyPass = "http://localhost:2004"; proxyWebsockets = true; # needed if you need to use WebSocket }; };