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
75c08be2be
commit
1b99bae4df
1 changed files with 1 additions and 6 deletions
|
|
@ -23,14 +23,9 @@ in
|
||||||
"pm.max_requests" = 500;
|
"pm.max_requests" = 500;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
DB_CONNECTION = "pgsql";
|
DB_CONNECTION = "sqlite";
|
||||||
DB_HOST = "localhost";
|
|
||||||
DB_PORT = 5432;
|
|
||||||
DB_DATABASE = service.name;
|
|
||||||
DB_USERNAME = service.name;
|
|
||||||
APP_URL = "https://${host}";
|
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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
firefly-iii-data-importer = {
|
firefly-iii-data-importer = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue