camuschat / camus

Peer-to-peer group video chat using WebRTC, Python, and TypeScript
GNU Affero General Public License v3.0
152 stars 44 forks source link

Add support for Snap configuration #18

Closed mrgnr closed 3 years ago

mrgnr commented 3 years ago

The Camus server can now take configuration via snap set. The following keys are supported:

Example of using a custom STUN server:

$ sudo snap set camus stun.host=stun.example.com
$ sudo snap set camus stun.port=3478

References: