The Galène videoconference server https://galene.org
  • Go 60.9%
  • JavaScript 32.6%
  • CSS 3.9%
  • HTML 2.6%
Find a file
2026-04-28 21:45:41 +09:00
codecs Run gofmt. 2025-03-21 15:15:41 +01:00
conn Upgrade to Pion v4. 2025-03-08 18:41:52 +01:00
diskwriter Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
estimator Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
galenectl Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
group Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
ice Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
jitter Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
limit Don't attempt to set file descriptor limit. 2024-05-27 00:02:31 +02:00
packetcache Minor cleanups. 2022-04-23 18:43:01 +02:00
packetmap Run gofmt. 2025-03-21 15:15:41 +01:00
rtpconn Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
rtptime Fix incorrect comment in rtptime.go. 2023-12-09 17:45:30 +01:00
sdpfrag Run gofmt. 2025-03-21 15:15:41 +01:00
static Fix width of invite dialog. 2026-03-14 13:23:20 +01:00
stats Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
token Rework include-subgroups for cryptographic tokens. 2025-11-20 18:13:09 +01:00
turnserver Upgrade to Pion v4. 2025-03-08 18:41:52 +01:00
unbounded Make unbounded channels explicit. 2023-12-09 17:27:38 +01:00
webserver Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
.gitignore Update gitignore. 2024-12-16 19:29:10 +01:00
CHANGES Embed static assets into binary 2026-04-28 21:26:20 +09:00
galene-api.md Documentation rework. 2025-08-17 16:30:05 +02:00
galene-client.md Documentation rework. 2025-08-17 16:30:05 +02:00
galene-install.md Fix typo in documentation. 2025-10-28 14:02:08 +01:00
galene-protocol.md Add include-subgroups capabilities for JWTs 2025-11-20 17:28:18 +01:00
galene.go Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
galene.md More proof-reading of documentation. 2025-08-21 16:48:10 +02:00
go.mod Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00
go.sum Update dependencies. 2025-08-01 17:42:59 +02:00
LICENCE Relicense under the MIT licence. 2020-12-19 17:26:33 +01:00
README.md Switch module and imports to kou029w/galene 2026-04-28 21:45:41 +09:00

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 https://galene.org.

Quick start

git clone https://github.com/kou029w/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 https://localhost:8443/group/night-watch/, 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 in this directory.

Documentation

Contributing

In order to contribute to Galene, you may:

For general discussion, please use the Galene mailing list (feel free to send mail without subscribing). Please do not use Github for general discussion.

Further information

Galène's web page is at https://galene.org.

Answers to common questions and issues are at https://galene.org/faq.html.

-- Juliusz Chroboczek https://www.irif.fr/~jch/