feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 05:23:12 -05:00
parent ba7bd3af8c
commit 75c08be2be
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ in
"acme"
"nextcloud"
"mastodon"
"firefly-iii"
];
networking = {

View file

@ -14,6 +14,7 @@ in
virtualHost = host;
poolConfig = {
"listen.owner" = config.services.caddy.user;
"listen.group" = config.services.caddy.group;
"pm" = "dynamic";
"pm.max_children" = 32;
"pm.start_servers" = 2;