Run a hidden IRC server!
Go to file
2025-09-05 20:39:25 +00:00
.gitignore fifrst commit 2025-09-05 05:06:40 +00:00
Dockerfile fifrst commit 2025-09-05 05:06:40 +00:00
entrypoint.sh remove commented out line 2025-09-05 20:39:25 +00:00
ngircd.conf.template fifrst commit 2025-09-05 05:06:40 +00:00
ngircd.motd fifrst commit 2025-09-05 05:06:40 +00:00
README.md how to run 2025-09-05 05:22:25 +00:00
thelounge-config.js.template remove baseUrl for uploads 2025-09-05 20:30:39 +00:00
torrc fifrst commit 2025-09-05 05:06:40 +00:00

ezirc

Run a hidden IRC server!


Run on Docker:

git clone https://git.hackfreedom.org/hack-freedom/ezirc.git
cd ezirc
docker build -t thelounge-ngircd-tor:edge .
docker run --name thelounge-tor -v ./data:/data --restart unless-stopped thelounge-ngircd-tor:edge