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
4fecd8b2b3
commit
674c1ab3e3
1 changed files with 4 additions and 2 deletions
|
@ -12,15 +12,17 @@ in
|
|||
services = {
|
||||
firefly-iii = {
|
||||
enable = true;
|
||||
virtualHost = "https://${host}";
|
||||
virtualHost = host;
|
||||
settings = {
|
||||
APP_URL = host;
|
||||
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
||||
SITE_OWNER = email.address0;
|
||||
VIRTUAL_HOST = host;
|
||||
VIRTUAL_PORT = service.ports.port1;
|
||||
# DB_PORT = 3306;
|
||||
DB_DATABASE = "firefly";
|
||||
DB_USERNAME = "firefly";
|
||||
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||
APP_FORCE_SSL = true;
|
||||
};
|
||||
};
|
||||
caddy = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue