Bot Updating Documentation

pull/12/head
LinuxServer-CI 2020-04-24 06:53:09 -04:00
rodzic c3f0295c8a
commit 887f3ec363
1 zmienionych plików z 13 dodań i 7 usunięć

Wyświetl plik

@ -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://<hostip>: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 <user>`
* 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 <user>`
* 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://<hostip>: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.")