feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 05:29:57 -05:00
parent 75c08be2be
commit 1b99bae4df

View file

@ -23,14 +23,9 @@ in
"pm.max_requests" = 500;
};
settings = {
DB_CONNECTION = "pgsql";
DB_HOST = "localhost";
DB_PORT = 5432;
DB_DATABASE = service.name;
DB_USERNAME = service.name;
DB_CONNECTION = "sqlite";
APP_URL = "https://${host}";
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-data".path;
};
};
firefly-iii-data-importer = {