feat: Neptune customizations — dark mode, auth, libraries #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/neptune-customizations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Neptune deployment customizations for the self-hosted Excalidraw MCP canvas at
draw.bros.ninja.Dark mode & theme persistence
#f5faffcanvas background#2a2a2a)Library persistence & server-side loading
/api/librariesendpoint serves.excalidrawlibfiles from mounted/librariesvolumeOIDC + token authentication
openid-clientv5MCP_AUTH_TOKENbearer token for MCP agent API accessviewModeEnabledfor unauthenticated users (pan/zoom only)UI polish
Infrastructure
node -e fetch(...)instead ofwget(not in slim image)extra_hostsfor hairpin NAT workaround (auth.bros.ninja→ Janus Tailscale IP)trust proxyenabled for correct cookie behavior behind nginx TLS terminationDeployment notes
Requires
.envwith:MCP_AUTH_TOKEN— shared with Claude Code MCP configOIDC_ISSUER_URL,OIDC_CLIENT_ID,OIDC_SECRET— Authentik providerOIDC_BASE_URL— public URL (e.g.https://draw.bros.ninja)OIDC_COOKIE_SECRET— random string for session encryptionTest plan
Pull request closed