feat: add self-hosted connector reference

This commit is contained in:
2026-08-01 22:19:50 +01:00
commit 2f2004a0ff
3 changed files with 61 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# CleanStream Media Connector Reference
Self-hosted reference implementation of the v1 connector protocol.
```sh
PAIRING_SECRET='choose-a-long-secret' MEDIA_ROOT='/path/to/videos' node server.js
```
For production, place the service behind HTTPS and set `PUBLIC_BASE_URL` and
`APPROVAL_BASE_URL` to its HTTPS address. Scanning the TV QR code opens a phone
approval form protected by `PAIRING_SECRET`; replace that form with your own
identity provider for a production connector.