Metadata-Version: 2.4
Name: convos-remote-server
Version: 0.8.1
Summary: Self-hosted opaque event relay for convos
License-Expression: MIT
Project-URL: Documentation, https://github.com/RobertBiehl/convos/blob/master/docs/remote.md
Project-URL: Repository, https://github.com/RobertBiehl/convos
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0.0

# convos-remote-server

Self-hosted opaque relay for Convos personal and team synchronization; it
stores encrypted events and synchronization metadata without workspace keys or
conversation plaintext.

```bash
uv tool install convos-remote-server
convos-server serve --db /path/to/relay.db
```

See the [complete self-hosting documentation](https://github.com/RobertBiehl/convos/blob/master/docs/remote.md).
