feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 03:43:04 -05:00
parent 7d37f12d3b
commit 47e9af6dd9

View file

@ -25,17 +25,17 @@ 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 = {
virtualHosts = { virtualHosts = {
@ -43,7 +43,7 @@ in
extraConfig = '' extraConfig = ''
encode gzip encode gzip
reverse_proxy localhost:80 { reverse_proxy localhost:8080 {
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}