mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added firefly-iii
This commit is contained in:
parent
41ec752795
commit
b8dca4b1a7
2 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ in
|
||||||
port0 = 8188;
|
port0 = 8188;
|
||||||
};
|
};
|
||||||
ssl = {
|
ssl = {
|
||||||
cert = "${sslPath}/${domain0}/fullchain.pem";
|
cert = "${sslPath}/${domain}/fullchain.pem";
|
||||||
key = "${sslPath}/${domain0}/key.pem";
|
key = "${sslPath}/${domain}/key.pem";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ in
|
||||||
firefly-iii = {
|
firefly-iii = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dataDir = service.paths.path0;
|
dataDir = service.paths.path0;
|
||||||
|
virtualHost = "https://${host}";
|
||||||
poolConfig = {
|
poolConfig = {
|
||||||
"listen.owner" = config.services.caddy.user;
|
"listen.owner" = config.services.caddy.user;
|
||||||
"pm" = "dynamic";
|
"pm" = "dynamic";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue