feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 04:41:23 -05:00
parent 41ec752795
commit b8dca4b1a7
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,7 @@ in
port0 = 8188;
};
ssl = {
cert = "${sslPath}/${domain0}/fullchain.pem";
key = "${sslPath}/${domain0}/key.pem";
cert = "${sslPath}/${domain}/fullchain.pem";
key = "${sslPath}/${domain}/key.pem";
};
}

View file

@ -11,6 +11,7 @@ in
firefly-iii = {
enable = true;
dataDir = service.paths.path0;
virtualHost = "https://${host}";
poolConfig = {
"listen.owner" = config.services.caddy.user;
"pm" = "dynamic";