CLI command
jeden collab-relay
Run the encrypted collaboration-room relay used by interactive collaboration commands.
Exact invocation#
jeden collab-relay [addr]Inputs and options#
- Optional: a listen address; the default is
127.0.0.1:8877. - Room payloads are opaque, client-encrypted blobs; mutation requests carry the room write token and role.
Output and state effect#
Binds an HTTP relay, keeps room blobs in the relay store, prints the bound address, and serves until stopped.
Refusals and boundaries#
- Bind failures stop startup.
- The relay refuses missing or invalid write tokens, empty bodies, blobs over 1 MiB, full rooms, unsupported methods, invalid roles, and unknown routes with explicit HTTP errors.