kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
c3f0295c8a
commit
887f3ec363
|
@ -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
|
||||
[](https://mods.linuxserver.io/?mod=thelounge "view available mods for this container.")
|
||||
|
|
Ładowanie…
Reference in New Issue