https://github.com/johnou/docker-unrealircd
UnrealIRCD with Anope Services
https://github.com/johnou/docker-unrealircd
anope-services docker irc letsencrypt supervisor unrealircd
Last synced: 3 months ago
JSON representation
UnrealIRCD with Anope Services
- Host: GitHub
- URL: https://github.com/johnou/docker-unrealircd
- Owner: johnou
- Created: 2016-03-22T11:12:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-04-26T16:36:50.000Z (3 months ago)
- Last Synced: 2026-04-26T18:22:16.856Z (3 months ago)
- Topics: anope-services, docker, irc, letsencrypt, supervisor, unrealircd
- Language: Shell
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UnrealIRCD with Anope Services
======
Container
------
```
docker-compose up --force-recreate --build --remove-orphans
```
Host
------
```
/opt/letsencrypt/letsencrypt-auto certonly
cp /etc/letsencrypt/live/irc.hellface.com/fullchain.pem /opt/docker/unrealircd/ssl/server.cert.pem
cp /etc/letsencrypt/live/irc.hellface.com/privkey.pem /opt/docker/unrealircd/ssl/server.key.pem
docker exec -d unrealircd chown -R ircd:ircd /home/ircd/unrealircd/conf/ssl
docker exec -d unrealircd bash -c 'kill -USR1 $(/usr/bin/supervisorctl pid irc:unreal)'
```