pi-remote-control/extensions/remote-control
jay 1b610013c3 feat: bindAddress from config + PWA support
- config: read from ~/.pi/remote-control/config.json (zerray-compatible path)
- config: add bindAddress + advertisedBaseUrl fields
- server: listen on host/port from bindAddress (default: 127.0.0.1:random)
- server: /manifest.json + /icon.svg routes (no auth, PWA)
- server: manifest-src 'self' in CSP
- html: apple-mobile-web-app meta tags + manifest/touch-icon links
- index: advertisedBaseUrl as fallback for publicBaseUrl
2026-05-14 18:51:54 +02:00
..
auth.ts chore(remote-control): add Biome and fix all lint warnings 2026-04-21 14:09:42 +08:00
config.ts feat: bindAddress from config + PWA support 2026-05-14 18:51:54 +02:00
html.ts feat: bindAddress from config + PWA support 2026-05-14 18:51:54 +02:00
index.ts feat: bindAddress from config + PWA support 2026-05-14 18:51:54 +02:00
messages.ts chore: migrate @mariozechner pi packages to @earendil-works namespace 2026-05-08 18:18:04 +08:00
server.ts feat: bindAddress from config + PWA support 2026-05-14 18:51:54 +02:00