WIP: Firefly-iii. Missing auth with Authentik

This commit is contained in:
pazpi 2025-05-05 22:46:49 +02:00
parent 8174cc5756
commit 952a3da61d
9 changed files with 252 additions and 0 deletions

View file

@ -34,6 +34,7 @@ in
"portainer"
"vaultwarden"
"immich"
"firefly-iii"
"paperless"
];
};
@ -136,6 +137,15 @@ in
];
};
firefly-iii.deployment = {
targetHost = hosts.firefly-iii;
tags = [
"lxc"
"bacco"
"firefly-iii"
];
};
open-webui.deployment = {
targetHost = hosts.open-webui;
tags = [