Galène 日本語版 https://galene.beta.fogtype.com
  • Go 60.4%
  • JavaScript 32.4%
  • CSS 3.8%
  • HTML 2.9%
  • Shell 0.4%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-31 11:21:33 +09:00
.github/workflows Add Docker support and release workflow 2026-08-31 11:18:06 +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-08-31 11:18:01 +09:00
estimator Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +09:00
galenectl Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +09:00
group Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +09:00
ice Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +09:00
jitter Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +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-08-31 11:18:01 +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 Translate static HTML files to Japanese 2026-08-31 11:21:33 +09:00
stats Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +09:00
token Check explicitly whether a token needs a username. 2026-07-15 00:57:19 +02:00
turnserver Update Pion. 2026-06-21 16:17:43 +02:00
unbounded Make unbounded channels explicit. 2023-12-09 17:27:38 +01:00
webserver Translate static HTML files to Japanese 2026-08-31 11:21:33 +09:00
.dockerignore Add Docker support and release workflow 2026-08-31 11:18:06 +09:00
.gitignore Update gitignore. 2024-12-16 19:29:10 +01:00
CHANGES Embed static assets into binary 2026-08-31 11:16:15 +09:00
docker-entrypoint.sh Add Docker support and release workflow 2026-08-31 11:18:06 +09:00
Dockerfile Add Docker support and release workflow 2026-08-31 11:18:06 +09:00
galene-api.md Minor documentation tweaks. 2026-07-18 15:43:19 +02:00
galene-client.md Documentation rework. 2025-08-17 16:30:05 +02:00
galene-install.md Add a hint about finding galenectl.json. 2026-06-29 15:09:17 +02: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-08-31 11:18:01 +09:00
galene.md Fix typo in docs. 2026-07-21 11:44:11 +02:00
go.mod Switch module and imports to kou029w/galene 2026-08-31 11:18:01 +09:00
go.sum Update dependencies. 2026-07-18 13:46:30 +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-08-31 11:18:01 +09:00

The Galene videoconferencing system

Galene is a fully-featured 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/