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 }; };