From 5408d023589d243814f2221f5799c60430266c8c Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 5 Sep 2025 20:53:01 +0000 Subject: [PATCH] about private mode --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a0ff3a1..ec4b91e 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ 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 su-exec app sh -c "export THELOUNGE_HOME=/data/thelounge; thelounge add " +```