10 Commits

Author SHA1 Message Date
dcarrillo 55c5a7ef14 Workers cache (#22)
* feat(auth): add Cache-Control: private to auth error responses

* feat: enable Workers Cache in wrangler config

* refactor: replace manual caches.default with Workers Cache

* fix: remove unused url variable in fetch handler

* test: update tests for Workers Cache header-based semantics

* style: apply prettier formatting

* chore(deps): bump wrangler
2026-07-07 16:10:13 +02:00
dcarrillo 298feb574e refactor: move auth.ts into a shared location rather than importing across workspace boundaries (#11) 2026-04-25 14:37:28 +02:00
dcarrillo 71b7458cfc feat: add ssrf protection (#9) 2026-04-23 19:12:01 +02:00
dcarrillo 542a99d23a refactor: use console.info for log consistency and clean up deprecated code 2026-04-17 19:16:13 +02:00
dcarrillo 3b074977ed feat: maintenance mode for monitors (#7) 2026-04-17 18:42:23 +02:00
dcarrillo 98ef89aa06 feat: add expectedBodyContains for HTTP checks (#6) 2026-04-15 20:30:56 +02:00
dcarrillo 81cf70cbe3 feat: add custom banner to status page (#4) 2026-04-12 19:38:16 +02:00
dcarrillo a3acea4d35 fix: remove public api endpoint 2026-04-11 22:23:38 +02:00
dcarrillo 803a0a6d32 feat: set proper default for check settings (#2) 2026-04-11 18:43:35 +02:00
dcarrillo 3882a1941a Kick off (#1)
* Kick off
* Update LICENSE copyright
2026-04-11 13:22:36 +02:00