Update server and client to use images from the local registry
built by the ManyCoqDecks CI pipeline (adds local username/password auth).
Update secrets.example.yaml with local auth config instructions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ManyDecks client only supports guest/google/twitch in UI;
local auth is server-side only. Enable guests: {} so users
can sign in without an account.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The Auth.Config interface expects expiresIn, not duration.
Wrong key caused /api/auth to return {} silently.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ManyDecks tries to CREATE DATABASE on startup; CNPG must grant
this privilege persistently so reconciliation doesn't revoke it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The server doesn't expose a known health endpoint, so use a TCP
socket check on port 8083 instead — this unblocks Service routing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>