mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added firefly-iii
This commit is contained in:
parent
b8dca4b1a7
commit
c14276b6a4
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
||||||
firefly-iii = {
|
firefly-iii = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dataDir = service.paths.path0;
|
dataDir = service.paths.path0;
|
||||||
virtualHost = "https://${host}";
|
# virtualHost = "https://${host}";
|
||||||
poolConfig = {
|
poolConfig = {
|
||||||
"listen.owner" = config.services.caddy.user;
|
"listen.owner" = config.services.caddy.user;
|
||||||
"pm" = "dynamic";
|
"pm" = "dynamic";
|
||||||
|
|
@ -23,6 +23,7 @@ in
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
DB_CONNECTION = "pgsql";
|
DB_CONNECTION = "pgsql";
|
||||||
|
APP_URL = "https://${host}";
|
||||||
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||||
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-data".path;
|
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-data".path;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue