feat: spun up firefly-iii

This commit is contained in:
Nick 2025-11-17 18:30:28 -06:00
parent f9f4b8b8ec
commit 2dd987b77e

View file

@ -72,8 +72,9 @@ in
encode gzip encode gzip
php_fastcgi unix//run/phpfpm/firefly-iii.sock { php_fastcgi unix//run/phpfpm/firefly-iii.sock {
env SERVER_NAME {http.request.header.X-Forwarded-Host} env HTTP_X_FORWARDED_PROTO {http.request.header.X-Forwarded-Proto}
env HTTPS on env HTTP_X_FORWARDED_HOST {http.request.header.X-Forwarded-Host}
env HTTPS {http.request.header.X-Forwarded-Proto}
} }
''; '';
}; };
@ -99,6 +100,10 @@ in
}; };
}; };
users.users.caddy = {
extraGroups = [ "firefly-iii" ];
};
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
22 22
80 80