You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: all write operations (note saving, label creation) failing with 504 — added missing allow-ingress-to-backend NetworkPolicy; the nginx ingress controller could not reach backend pods due to default-deny-all blocking cross-namespace traffic (d9d21ff)
Fix: backend egress to postgres and oauth2-proxy — added missing egress NetworkPolicies so backend pods can reach the database and auth proxy (750eba8)
Fix: oauth2-proxy egress to Google APIs — added HTTPS egress policy for token exchange (589d7cb)
Fix: postgres init container — create pgdata subPath with correct ownership, fix runAsUser for wait-for-postgres (7fe0400, 22053b7)
New Features
PWA support — web app manifest, lightbulb icons (192/512px + maskable), service worker with network-first navigation caching and cache-first static assets; app is now installable on desktop and mobile (ff5aea0)