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
00ec37f471
commit
a9432f9bf6
1 changed files with 9 additions and 9 deletions
|
|
@ -11,15 +11,15 @@ in
|
|||
firefly-iii = {
|
||||
enable = true;
|
||||
dataDir = service.paths.path0;
|
||||
poolConfig = ''
|
||||
listen.owner = ${config.services.caddy.user}
|
||||
pm = dynamic
|
||||
pm.max_children = 32
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 2
|
||||
pm.max_spare_servers = 4
|
||||
pm.max_requests = 500
|
||||
'';
|
||||
poolConfig = {
|
||||
"listen.owner" = config.services.caddy.user;
|
||||
"pm" = "dynamic";
|
||||
"pm.max_children" = 32;
|
||||
"pm.start_servers" = 2;
|
||||
"pm.min_spare_servers" = 2;
|
||||
"pm.max_spare_servers" = 4;
|
||||
"pm.max_requests" = 500;
|
||||
};
|
||||
settings = {
|
||||
DB_CONNECTION = "pgsql";
|
||||
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue