Do not provision server Firefly-iii anymore

ActualBudget seems simpler and more fitted on my needs
This commit is contained in:
pazpi 2026-03-30 10:10:58 +02:00
parent f6df45b6d4
commit fd9d7d25f8
No known key found for this signature in database
4 changed files with 4 additions and 23 deletions

View file

@ -242,10 +242,10 @@ in
icon = "hl-paperless-ngx"; icon = "hl-paperless-ngx";
} }
{ {
title = "Firefly III"; title = "Actual Budget";
description = "Finance Tracker"; description = "Finance Tracker";
url = "https://firefly.${p.domains.public}"; url = "https://budget.${p.domains.public}";
icon = "hl-firefly-iii"; icon = "hl-actual-budget";
} }
{ {
title = "Keep"; title = "Keep";

View file

@ -44,12 +44,6 @@ in
}; };
}; };
firefly-iii.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.firefly-iii;
};
forgejo.proxy = { forgejo.proxy = {
enable = true; enable = true;
domain = p.domains.public; domain = p.domains.public;

View file

@ -41,7 +41,6 @@
"docker" "docker"
"vaultwarden" "vaultwarden"
"immich" "immich"
"firefly-iii"
"paperless" "paperless"
"actual" "actual"
"karakeep" "karakeep"
@ -75,15 +74,6 @@
]; ];
}; };
firefly-iii = {
module = ./firefly-iii;
tags = [
"lxc"
"bacco"
"firefly-iii"
];
};
forgejo = { forgejo = {
module = ./forgejo; module = ./forgejo;
tags = [ tags = [

View file

@ -28,10 +28,7 @@ let
karakeep-env = [ machines.karakeep ]; karakeep-env = [ machines.karakeep ];
zigbee2mqtt-password = [ machines.zigbee2mqtt ]; zigbee2mqtt-password = [ machines.zigbee2mqtt ];
mqtt-password = [ machines.zigbee2mqtt ]; mqtt-password = [ machines.zigbee2mqtt ];
scaleway-password = [ scaleway-password = [ machines.forgejo ];
machines.forgejo
machines.firefly-iii
];
forgejo-runner-token = [ machines.forgejo-runner ]; forgejo-runner-token = [ machines.forgejo-runner ];
snmpd-config = builtins.attrValues machines; snmpd-config = builtins.attrValues machines;
}; };