feat(edge): add offline read cache for allowlisted State Hub GET routes
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 51s

The edge relay now persists successful GET responses and serves them with
stale markers when upstream is unreachable. Extend Forgejo image workflow
path filters so api changes trigger registry publishes.
This commit is contained in:
tegwick 2026-07-09 01:04:15 +02:00
parent 138299293d
commit 1cf949bda4
5 changed files with 354 additions and 1 deletions

View file

@ -12,6 +12,9 @@ on:
paths:
- ".forgejo/workflows/image.yaml"
- "Dockerfile"
- "api/**"
- "pyproject.toml"
- "uv.lock"
workflow_dispatch:
env: