Commit Graph
3 Commits
Author SHA1 Message Date
Renn F 08540107e5 fix(panel): chown public assets to nextjs so they don't 500
The panel image copied /app/public without --chown, leaving every asset
root:root rwxrwx---. The container runs as the non-root nextjs user (uid
1001), which falls under 'other' (no perms) → EACCES reading any public file
→ Next.js returns 500 for /roboco-logo.png and friends. A redeploy never
helped because the image itself baked in the bad ownership. Chown the public
copy to nextjs:nodejs, matching the standalone/static copies.
2026-06-11 18:46:27 +02:00
Renn F 73e1e96851 Many fixes and cleanups 2026-05-09 03:15:09 +02:00
Renn F 8e201901c0 I mean, it's at a good place rn... 2026-04-20 15:10:54 +02:00