Run a hidden IRC server!
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
entrypoint.sh | ||
ngircd.conf.template | ||
ngircd.motd | ||
README.md | ||
thelounge-config.js.template | ||
torrc |
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>"