2026-07-09 11:15:35 -04:00
2026-05-17 22:16:08 -04:00
2026-07-09 11:15:35 -04:00
2026-05-17 22:16:08 -04:00
2026-05-17 22:16:08 -04:00
2025-03-21 15:15:41 +01:00
2026-07-09 11:15:35 -04:00
2025-03-21 15:15:41 +01:00
2026-07-09 11:15:35 -04:00
2026-07-09 11:15:35 -04:00
2026-05-17 22:16:08 -04:00
2026-07-09 11:15:35 -04:00
2026-07-09 11:15:35 -04:00
2026-07-09 11:15:35 -04:00

Skald

Skald is a hard fork of Galene into an audio-only hall conferencing server. The current development repository is https://git.stormux.org/storm/skald.

Skald is not protocol-compatible or API-compatible with Galene. Its public URLs, administrative API, and protocol terminology use halls and Skald names. Recordings are written as single mixed Ogg Opus audio files; ffmpeg must be installed on the server for recording to work.

Quick start

git clone https://git.stormux.org/storm/skald
cd skald
CGO_ENABLED=0 go build -ldflags='-s -w'
mkdir halls
echo '{"users": {"Username": {"password":"Password", "permissions":"op"}}}' > halls/main.json
./skald &

Point your browser at https://localhost:8443/hall/main/, ignore the unknown certificate warning, and log in with username Username and password Password. The browser client enables the microphone by default and does not provide camera or screen-sharing controls.

For full installation instructions, please see the file skald-install.md in this directory.

Documentation

Contributing

Skald is currently being developed at https://git.stormux.org/storm/skald.

Further information

Skald is derived from Galene by Juliusz Chroboczek. Galene's web page is at https://galene.org.

S
Description
No description provided
Readme 4.9 MiB
Languages
Go 63.3%
JavaScript 30.2%
CSS 3.6%
HTML 2.1%
Shell 0.8%