feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 03:51:42 -05:00
parent fe1e553299
commit a3b732bd6d

View file

@ -26,14 +26,14 @@ in
nginx = { nginx = {
enable = true; enable = true;
# virtualHosts.${config.services.firefly-iii.virtualHost} = { virtualHosts.${config.services.firefly-iii.virtualHost} = {
# listen = [ listen = [
# { {
# addr = "0.0.0.0"; addr = "0.0.0.0";
# port = 8080; port = 8080;
# } }
# ]; ];
# }; };
}; };
caddy = { caddy = {
@ -42,7 +42,7 @@ in
extraConfig = '' extraConfig = ''
encode gzip encode gzip
reverse_proxy localhost:80 { reverse_proxy http://localhost:${toString config.services.firefly-iii.settings.APP_PORT} {
header_up Host {host} header_up Host {host}
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host} header_up X-Forwarded-For {remote_host}