mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: firefly-iii test
This commit is contained in:
parent
617d106d03
commit
7b2cff33ca
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ in
|
|||
services = {
|
||||
firefly-iii = {
|
||||
enable = true;
|
||||
virtualHost = "0.0.0.0";
|
||||
virtualHost = host;
|
||||
enableNginx = true;
|
||||
settings = {
|
||||
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
||||
|
@ -21,7 +21,6 @@ in
|
|||
DB_USERNAME = "firefly";
|
||||
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||
TRUSTED_PROXIES = "**";
|
||||
APP_URL = "https://${host}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue