From 887f3ec3635dd638e43a207e5be3170128c72d07 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 24 Apr 2020 06:53:09 -0400 Subject: [PATCH] Bot Updating Documentation --- images/docker-thelounge.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/images/docker-thelounge.md b/images/docker-thelounge.md index 14d811c4c..afb277e29 100644 --- a/images/docker-thelounge.md +++ b/images/docker-thelounge.md @@ -112,13 +112,19 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup - * To log in to the application, browse to https://:9000. -* To setup user account(s) edit `/config/config.json` -* Change the value `public: true,` to `public: false,` -* restart the container and enter the following from the command line of the host: -* `docker exec -it thelounge thelounge add ` -* Enter a password when prompted, refresh your browser. -* You should now be prompted for a password on the webinterface. + * When the application first runs, it will populate its /config +* Stop the container +* Now from the host, edit `/config/config.js`, wherever you've mapped it +* In most cases you want the value `public: false` to allow named users only +* Setting the two prefetch values to true improves usability, but uses more storage +* Once you have the configuration you want, save it and start the container again +* For each user, run the command +* `docker exec -it thelounge s6-setuidgid abc thelounge add ` +* You will be prompted to enter a password that will not be echoed. +* Saving logs to disk is the default, this consumes more space but allows scrollback. +* To log in to the application, browse to `http://:9000` +* You should now be prompted for a username and password on the webinterface. +* Once logged in, you can add an IRC network. Some defaults are preset for Freenode. ## Docker Mods [![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27thelounge%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=thelounge "view available mods for this container.")