mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
📚 Update docs
This commit is contained in:
parent
2ba57bccf6
commit
cf3c288191
4 changed files with 10 additions and 8 deletions
|
@ -17,9 +17,9 @@ A self-hosted web IRC client.
|
|||
|
||||
## About
|
||||
|
||||
A self-hosted web IRC client. Uses a modern and sleek interface with support
|
||||
for theming, push notifications, link previews, file uploads and more.
|
||||
Fully cross-platform and mobile friendly.
|
||||
A self-hosted web IRC client that uses a modern and sleek interface with
|
||||
support for theming, push notifications, link previews, file uploads and
|
||||
more. Fully cross-platform and mobile friendly.
|
||||
|
||||
![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
|
||||
`morning`. You can add more using the next option.
|
||||
|
||||
**Note**: _The theme can still be changed in the settings of the app_
|
||||
|
||||
### Option: `themes`
|
||||
|
||||
A list of themes to install which can be found in the [npm registry][themes].
|
||||
|
|
|
@ -10,9 +10,9 @@ A self-hosted web IRC client.
|
|||
|
||||
## About
|
||||
|
||||
A self-hosted web IRC client. Uses a modern and sleek interface with support
|
||||
for theming, push notifications, link previews, file uploads and more.
|
||||
Fully cross-platform and mobile friendly.
|
||||
A self-hosted web IRC client that uses a modern and sleek interface with
|
||||
support for theming, push notifications, link previews, file uploads and
|
||||
more. Fully cross-platform and mobile friendly.
|
||||
|
||||
![Screenshot][screenshot]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# 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 ${1} -eq 256 }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: The Lounge
|
||||
# Runs The Lounge
|
||||
# Runs The Lounge server
|
||||
# ==============================================================================
|
||||
# shellcheck disable=SC1091
|
||||
source /usr/lib/hassio-addons/base.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue