BetterFrame/server/src/plugins/service-admin-http
Mitchell R cbb1683c5d feat: deployment artifacts + CEC relay + auth-check endpoint
Deployment (deploy/):
- systemd units for server (system) and kiosk (user session)
- Angie/nginx proxy config — routes admin, api, ws, node-red
- Dockerfile + docker-compose for containerized deployment
- deploy/README.md with install instructions

Auth:
- /api/admin/_check endpoint for proxy auth_request subrequest
- Returns 200 if admin session valid, 401/403 otherwise
- Sets X-BetterFrame-User header for upstream

CEC (Pi5 HDMI control):
- kiosk/src/cec.rs wraps cec-ctl subprocess
- Standby/wake/active-source commands
- WS message types "standby" / "wake" dispatched to CEC
- Admin UI: Wake/Standby buttons on kiosk edit page
- Server sendToKiosk via coordinator
2026-05-10 22:45:56 +02:00
..
html-response.ts fix: drop Secure cookie flag for non-TLS dev access 2026-05-10 02:57:31 +02:00
index.ts feat: deployment artifacts + CEC relay + auth-check endpoint 2026-05-10 22:45:56 +02:00
middleware.ts refactor: collapse 6 non-service plugins into shared modules 2026-05-10 02:29:25 +02:00
routes-account.ts fix: use Response wrapper instead of h3 tagged template html() 2026-05-10 02:50:16 +02:00
routes-admin.ts feat: deployment artifacts + CEC relay + auth-check endpoint 2026-05-10 22:45:56 +02:00
routes-auth.ts fix: avoid h3 setCookie, use Set-Cookie header on Response directly 2026-05-10 02:53:06 +02:00
routes-setup.ts refactor: merge templates into layouts, displays from kiosks 2026-05-10 21:39:09 +02:00
routes-static.ts adding initial project 2026-05-10 01:09:13 +02:00