This commit is contained in:
cynic 2025-09-05 20:55:00 +00:00
parent 5408d02358
commit f5dc26f002

View File

@ -11,7 +11,10 @@ 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.
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 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>"