No description
Find a file
jtricerolph 56da4c72b2 Fix PWA manifest scope to / per install-architecture doc
Scope was set to the app's own base path, which breaks the installed
PWA out of standalone mode into a regular browser tab on any
same-origin navigation outside that path (e.g. the auth redirect).
scope: "/" keeps navigation inside the installed app's window.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 17:06:47 +00:00
backend Proxy requireAuth to auth service /verify for live permission checks 2026-07-02 00:24:02 +00:00
frontend Fix PWA manifest scope to / per install-architecture doc 2026-07-24 17:06:47 +00:00
.env.example Initial commit: noticeboard 2026-07-01 12:09:54 +00:00
.gitignore Initial commit: noticeboard 2026-07-01 12:09:54 +00:00
docker-compose.yml Proxy requireAuth to auth service /verify for live permission checks 2026-07-02 00:24:02 +00:00