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";
}
{
title = "Firefly III";
title = "Actual Budget";
description = "Finance Tracker";
url = "https://firefly.${p.domains.public}";
icon = "hl-firefly-iii";
url = "https://budget.${p.domains.public}";
icon = "hl-actual-budget";
}
{
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 = {
enable = true;
domain = p.domains.public;

View file

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