feat: spun up firefly-iii

This commit is contained in:
Nick 2025-11-17 19:48:14 -06:00
parent 78d4524d69
commit c3be13e210

View file

@ -30,7 +30,6 @@ in
enableNginx = false; enableNginx = false;
poolConfig = { poolConfig = {
"listen.owner" = config.services.caddy.user; "listen.owner" = config.services.caddy.user;
"listen" = "0.0.0.0:9000"; # Listen on network instead of socket
"pm" = "dynamic"; "pm" = "dynamic";
"pm.max_children" = 32; "pm.max_children" = 32;
"pm.start_servers" = 2; "pm.start_servers" = 2;
@ -71,7 +70,7 @@ in
encode gzip encode gzip
php_fastcgi unix//run/phpfpm/firefly-iii.sock php_fastcgi 127.0.0.1:9000
''; '';
}; };
}; };