Sign inSign up

mpldr/soju

By mpldr

Updated almost 3 years ago

The soju IRC bouncer bundled into a nice little container.

Image
0

3.4K

mpldr/soju repository overview

soju

soju is an IRC-bouncer.

Buildfiles can be found here

Setup

Files
git clone https://git.sr.ht/~poldi1405/dockerfiles soju
cd soju
git switch soju
Certificates

Option 1: Secure (recommended)

  • make certs available
    • change ./soju-certs in docker-compose.yml to where your certificates are located
    • or: create certs in ./soju-certs
  • update the names in ./soju-data/config
  • uncomment lines 1 & 2
  • remove line 3

Option 2: Insecure (not recommended)

  • keep everything as is
Start the container
docker compose up -d
Create your admin user
docker compose exec soju sojuctl -config /data/config create-user your-username -admin
Restart the Container
docker compose stop soju && docker compose start soju

Connect

See soju's Getting Started section

Tag summary

Content type

Image

Digest

sha256:49aa150bc

Size

273.6 MB

Last updated

almost 3 years ago

docker pull mpldr/soju