2026-03-14 14:42:40 +01:00
2026-03-14 14:42:40 +01:00
2026-03-14 14:42:40 +01:00
2026-03-14 14:42:40 +01:00

Sova Jam Server

A standalone Docker setup for Sova, a live coding jam server that lets multiple performers collaborate in real-time over a shared session.

Prerequisites

  • Docker
  • Docker Compose

Quick start

cp .env.example .env
# Edit .env and set a strong password
docker compose up -d

The server will be available on port 8080.

Connecting

Point your Sova-compatible client to <your-host>:8080 and enter the password you configured in .env.

Configuration

Variable Description Default
SOVA_PASSWORD Password required to join the jam session changeme

The server listens on 0.0.0.0:8080 inside the container. To change the exposed port, edit the ports mapping in docker-compose.yml.

Upstream

Sova is developed at https://github.com/sova-org/Sova

Description
Replicable jam server for Sova
Readme 39 KiB
Languages
JavaScript 47.4%
HTML 41.3%
Dockerfile 11.3%