feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 03:22:31 -05:00
parent ae910651e5
commit 6ac75c74ec

View file

@ -32,38 +32,38 @@ in
]; ];
}; };
}; };
# caddy = { caddy = {
# virtualHosts = { virtualHosts = {
# "${host}" = { "${host}" = {
# extraConfig = '' extraConfig = ''
# encode gzip encode gzip
# reverse_proxy localhost:8080 { reverse_proxy localhost:8080 {
# header_up Host {host}:{server_port} header_up Host {host}:{server_port}
# 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}
# header_up X-Forwarded-Proto https header_up X-Forwarded-Proto https
# header_up X-Forwarded-Host {host} header_up X-Forwarded-Host {host}
# header_up X-Forwarded-Ssl on header_up X-Forwarded-Ssl on
# header_up Connection "" header_up Connection ""
# timeout 240s timeout 240s
# dial_timeout 240s dial_timeout 240s
# } }
# @session_cookie header Cookie *session* @session_cookie header Cookie *session*
# handle @session_cookie { handle @session_cookie {
# header Cache-Control "no-cache, no-store, must-revalidate" header Cache-Control "no-cache, no-store, must-revalidate"
# } }
# request_body { request_body {
# max_size 64MB max_size 64MB
# } }
# tls ${service.ssl.cert} ${service.ssl.key} tls ${service.ssl.cert} ${service.ssl.key}
# ''; '';
# }; };
# }; };
# }; };
}; };
sops = sops =