mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added firefly-iii
This commit is contained in:
parent
18aa4a155f
commit
b531bfc3d5
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
let
|
||||
inherit (flake.config.services.instances) firefly-iii;
|
||||
inherit (flake.config.machines.devices) ceres;
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.people.users.${user0}) email;
|
||||
# localhost = "${ceres.ip.addess0}:${service.ports.port0}";
|
||||
host = service.domains.url0;
|
||||
service = firefly-iii;
|
||||
|
|
@ -26,6 +28,7 @@ in
|
|||
DB_CONNECTION = "sqlite";
|
||||
APP_URL = "https://${host}";
|
||||
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||
SITE_OWNER = email.address0;
|
||||
};
|
||||
};
|
||||
firefly-iii-data-importer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue