Get Pixelfed running on metal #24

Merged
taeer merged 26 commits from pixelfed-on-metal into main 2024-09-26 15:52:16 +02:00
Showing only changes of commit 3e4b486921 - Show all commits

View file

@ -173,6 +173,8 @@ in
};
};
services.nginx.virtualHosts."garagePortProxy" = {
forceSSL = true;
enableACME = true;
serverName = "*.${fedicfg.web.rootDomain}";
locations."/" = {
proxyPass = "http://localhost:3902";