Go to file
2025-01-05 14:39:20 +00:00
data clean up 2025-01-05 14:06:34 +00:00
ssl update readme 2025-01-05 14:39:20 +00:00
stunnel clean up 2025-01-05 14:06:34 +00:00
tools add migration sript 2025-01-05 14:29:17 +00:00
.env first commit 2024-11-01 21:43:43 -07:00
.gitignore clean up 2025-01-05 14:06:34 +00:00
docker-compose.yml clean up 2025-01-05 14:06:34 +00:00
Dockerfile clean up 2025-01-05 14:06:34 +00:00
README.md update readme 2025-01-05 14:39:20 +00:00

Instructions

Remote with TLS

since atheme doesn't support TLS uplinks, stunnel has to be used for remote TLS encryption (this assumes stunnel is running on the hub already):

  • cd stunnel/
  • Copy stunnel.conf.example to stunnel.conf then edit
  • retrieve certificates from CA see inspircd hub CA setup with easyrsa3
  • docker-compose up -d

docker-compose

  • Copy config.env.example to config.env and edit
  • Copy data/include.default.conf to data/include.conf and edit
  • docker-compose build
  • docker-compose up -d

Anope migration

See tools/ for anope2atheme.php. YMMV