Container manifests for soju and gamja
Simon Ser 8d5a4fdb69
All checks were successful
builds.sr.ht Job completed
soju: add /etc/mime.types
2025-04-20 12:44:58 +02:00
gamja Revert "ci: tag images with the final complete name" 2025-04-18 02:24:23 +02:00
kimchi kimchi: copy over tzdata and ca-certificates 2025-04-18 02:39:52 +02:00
soju soju: add /etc/mime.types 2025-04-20 12:44:58 +02:00
.build.yml Revert "ci: tag images with the final complete name" 2025-04-18 02:24:23 +02:00
.dockerignore Update .dockerignore 2025-02-22 01:37:38 +01:00
argfile.conf Pin gamja version 2025-04-13 18:28:57 +02:00
compose.yaml Revert "ci: tag images with the final complete name" 2025-04-18 02:24:23 +02:00
LICENSE Initial commit 2024-10-12 15:30:14 +02:00
README.md Make gamja config customizable 2025-02-04 22:17:50 +01:00

soju-containers

Container manifests for soju and gamja.

Quick start

Image for: Quick start
docker compose build
docker compose up -d
docker compose exec soju sojuctl user create -username <username> -password <password> -admin

Then connect to http://localhost:8080 and login.

Docker images

Image for: Docker images

codeberg.org/emersion/soju

This image starts a soju instance reading its configuration from /soju-config.

codeberg.org/emersion/gamja

This image serves the gamja webapp on port 80. By default, gamja will connect to ws://gamja-backend/socket. The gamja configuration file can be customized by mounting /gamja-config.json.