ezirc/README.md
2025-09-05 20:53:01 +00:00

19 lines
621 B
Markdown

# 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, which is nothing but requiring user and password from thelounge users.
To add users after the change in mode use the following command:
```
docker exec -ti <your container id> su-exec app sh -c "export THELOUNGE_HOME=/data/thelounge; thelounge add <new user name>"
```