🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-15 15:58:55 +01:00
parent 81834cb014
commit 34c57228b8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
11 changed files with 24 additions and 23 deletions

View file

@ -1,7 +1,7 @@
---
repository:
description: "The Lounge - Community Hass.io Add-on for Home Assistant"
topics: thelounge, irc-client, irc, hassio, hassio-addons, hass, javascript
description: "The Lounge - Home Assistant Community Add-ons"
topics: thelounge, irc-client, irc, addon, addons, homeassistant, home-assistant
homepage: https://addons.community
private: false
has_issues: true

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
[![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield]
@ -32,9 +32,10 @@ more. Fully cross-platform and mobile friendly.
## Installation
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
comparison to installing any other Home Assistant add-on.
1. Search for the "The Lounge" add-on in the Hass.io add-on store and install it.
1. Search for the "The Lounge" add-on in the Supervisor add-on store
and install it.
1. Configure the "The Lounge" add-on. (See below)
1. Start the "The Lounge" add-on.
1. Check the logs of the "The Lounge" add-on to see it in action.
@ -85,13 +86,13 @@ Enables/Disables SSL (HTTPS) on the app. Set it `true` to enable it,
The certificate file to use for SSL.
**Note**: _The file MUST be stored in `/ssl/`, which is default for Hass.io_
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
### Option: `keyfile`
The private key file to use for SSL.
**Note**: _The file MUST be stored in `/ssl/`, which is default for Hass.io_
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
### Option: `default_theme`
@ -130,7 +131,7 @@ Got questions?
You have several options to get them answered:
- The [Community Hass.io Add-ons Discord chat server][discord] for add-on
- The [Home Assistant Community Add-ons Discord chat server][discord] for add-on
support and feature requests.
- The [Home Assistant Discord chat server][discord-ha] for general Home
Assistant discussions and questions.
@ -156,11 +157,11 @@ The original setup of this repository is by [Timmo][timmo].
For a full list of all authors and contributors,
check [the contributor's page][contributors].
## We have got some Hass.io add-ons for you
## We have got some Home Assistant add-ons for you
Want some more functionality to your Hass.io Home Assistant instance?
Want some more functionality to your Home Assistant instance?
We have created multiple add-ons for Hass.io. For a full list, check out
We have created multiple add-ons for Home Assistant. For a full list, check out
our [GitHub Repository][repository].
## License

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -21,8 +21,8 @@ A self-hosted web IRC client that uses a modern and sleek interface with
{% if channel == "edge" %}
## WARNING! THIS IS AN EDGE VERSION!
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
add-ons are based upon the latest development version.
This Home Assistant Add-ons repository contains edge builds of add-ons.
Edge builds add-ons are based upon the latest development version.
- They may not work at all.
- They might stop working at any time.
@ -42,7 +42,7 @@ If you are more interested in stable releases of our add-ons:
{% if channel == "beta" %}
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
This Home Assistant Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.

View file

@ -52,4 +52,4 @@ LABEL \
org.label-schema.usage="https://github.com/hassio-addons/addon-thelounge/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-thelounge" \
org.label-schema.vendor="Community Hass.io Add-ons"
org.label-schema.vendor="Home Assistant Community Add-ons"

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
# Configures NGINX for use with thelounge
# ==============================================================================
declare port

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
# This adds the default user and installs any requested themes
# ==============================================================================
declare users

View file

@ -13,7 +13,7 @@ worker_processes 1;
# Enables the use of JIT for regular expressions to speed-up their processing.
pcre_jit on;
# Write error log to Hass.io add-on log.
# Write error log to the add-on log.
error_log /proc/1/fd/1 error;
# Load allowed environment vars

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if -n { s6-test $# -ne 0 }

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
# Runs the Nginx daemon
# ==============================================================================

View file

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

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: The Lounge
# Home Assistant Community Add-on: The Lounge
# Runs The Lounge server
# ==============================================================================
export THELOUNGE_HOME=/data/thelounge