📚 Update docs

This commit is contained in:
Timmo 2019-02-19 09:57:45 +00:00
parent 2ba57bccf6
commit cf3c288191
4 changed files with 10 additions and 8 deletions

View file

@ -17,9 +17,9 @@ A self-hosted web IRC client.
## About ## About
A self-hosted web IRC client. Uses a modern and sleek interface with support A self-hosted web IRC client that uses a modern and sleek interface with
for theming, push notifications, link previews, file uploads and more. support for theming, push notifications, link previews, file uploads and
Fully cross-platform and mobile friendly. more. Fully cross-platform and mobile friendly.
![Screenshot][screenshot] ![Screenshot][screenshot]
@ -109,6 +109,8 @@ The private key file to use for SSL.
The default theme for each user. The pre-installed themes are `default` and The default theme for each user. The pre-installed themes are `default` and
`morning`. You can add more using the next option. `morning`. You can add more using the next option.
**Note**: _The theme can still be changed in the settings of the app_
### Option: `themes` ### Option: `themes`
A list of themes to install which can be found in the [npm registry][themes]. A list of themes to install which can be found in the [npm registry][themes].

View file

@ -10,9 +10,9 @@ A self-hosted web IRC client.
## About ## About
A self-hosted web IRC client. Uses a modern and sleek interface with support A self-hosted web IRC client that uses a modern and sleek interface with
for theming, push notifications, link previews, file uploads and more. support for theming, push notifications, link previews, file uploads and
Fully cross-platform and mobile friendly. more. Fully cross-platform and mobile friendly.
![Screenshot][screenshot] ![Screenshot][screenshot]

View file

@ -1,7 +1,7 @@
#!/usr/bin/execlineb -S0 #!/usr/bin/execlineb -S0
# ============================================================================== # ==============================================================================
# Community Hass.io Add-ons: The Lounge # Community Hass.io Add-ons: The Lounge
# Take down the S6 supervision tree when NGINX fails # Take down the S6 supervision tree when the server fails
# ============================================================================== # ==============================================================================
if -n { s6-test $# -ne 0 } if -n { s6-test $# -ne 0 }
if -n { s6-test ${1} -eq 256 } if -n { s6-test ${1} -eq 256 }

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# ============================================================================== # ==============================================================================
# Community Hass.io Add-ons: The Lounge # Community Hass.io Add-ons: The Lounge
# Runs The Lounge # Runs The Lounge server
# ============================================================================== # ==============================================================================
# shellcheck disable=SC1091 # shellcheck disable=SC1091
source /usr/lib/hassio-addons/base.sh source /usr/lib/hassio-addons/base.sh