Run a hidden IRC server!
Go to file
2025-09-05 23:43:42 +00:00
.gitignore fifrst commit 2025-09-05 05:06:40 +00:00
docker-compose.yml add kuligs2's compose file 2025-09-05 23:43:42 +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 wording 2025-09-05 20:56:14 +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

It comes in "public" mode by default, but you can switch to "private" mode at any moment on the configuration file (then restart the container).

"Private" mode is nothing but requiring user and password from thelounge users.

To add new users issue the following command:

docker exec -ti <your container id> su-exec app sh -c "export THELOUNGE_HOME=/data/thelounge; thelounge add <new user name>"