# galene **Repository Path**: pophu/galene ## Basic Information - **Project Name**: galene - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-11 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Galene videoconferencing system Galene is a fully-features videoconferencing system that is easy to deploy and requires very moderate server resources. It is described at . ## Quick start ```sh git clone https://github.com/jech/galene cd galene CGO_ENABLED=0 go build -ldflags='-s -w' mkdir groups echo '{"users": {"vimes": {"password":"sybil", "permissions":"op"}}}' > groups/night-watch.json ./galene & ``` Point your browser at , ignore the unknown certificate warning, and log in with username *vimes* and password *sybil*. For full installation instructions, please see the file [galene-install.md][1] in this directory. ## Documentation * [galene-install.md][1]: full installation instructions * [galene.md][2]: usage and administration; * [galene-client.md][3]: writing clients; * [galene-protocol.md][4]: the client protocol; * [galene-api.md][4]: Galene's administrative API. ## Further information Galène's web page is at . Answers to common questions and issues are at . -- Juliusz Chroboczek [1]: [2]: [3]: [4]: