mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added firefly-iii
This commit is contained in:
parent
ba7bd3af8c
commit
75c08be2be
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ in
|
|||
"acme"
|
||||
"nextcloud"
|
||||
"mastodon"
|
||||
"firefly-iii"
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue