mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: spun up firefly-iii
This commit is contained in:
parent
f9f4b8b8ec
commit
2dd987b77e
1 changed files with 7 additions and 2 deletions
|
|
@ -72,8 +72,9 @@ in
|
||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
php_fastcgi unix//run/phpfpm/firefly-iii.sock {
|
php_fastcgi unix//run/phpfpm/firefly-iii.sock {
|
||||||
env SERVER_NAME {http.request.header.X-Forwarded-Host}
|
env HTTP_X_FORWARDED_PROTO {http.request.header.X-Forwarded-Proto}
|
||||||
env HTTPS on
|
env HTTP_X_FORWARDED_HOST {http.request.header.X-Forwarded-Host}
|
||||||
|
env HTTPS {http.request.header.X-Forwarded-Proto}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
@ -99,6 +100,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.caddy = {
|
||||||
|
extraGroups = [ "firefly-iii" ];
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
22
|
22
|
||||||
80
|
80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue