Commit Graph

3 Commits

Author SHA1 Message Date
timothykim cce91c0aca restrict garage admin api to home ip
Deploy nginx / deploy (push) Successful in 3s
Deploy nginx / test (push) Successful in 6s
2026-03-20 15:33:36 -04:00
timothykim cc07a34489 fix nginx security headers not being applied to https responses
Deploy nginx / deploy (push) Successful in 3s
Deploy nginx / test (push) Successful in 54s
nginx add_header inheritance meant X-Content-Type-Options and X-Frame-Options
were silently dropped from all https server blocks. moved all security headers
into a shared snippet (security-headers.inc) included per server block. added
pytest-based header verification that auto-discovers sites from conf files.
2026-03-20 15:11:56 -04:00
timothykim a421ecc837 add garage admin api with token, expose via garage.hantim.net
Deploy garage / deploy (push) Successful in 5s
Deploy nginx / deploy (push) Successful in 13s
2026-03-19 17:19:03 -04:00