mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
🔨 Re-branding
This commit is contained in:
parent
229b75560a
commit
aaba2b779c
10 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -29,8 +29,8 @@ Some of its features:
|
|||
{% 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.
|
||||
|
@ -50,7 +50,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.
|
||||
|
|
|
@ -56,4 +56,4 @@ LABEL \
|
|||
org.label-schema.usage="https://github.com/hassio-addons/addon-tasmoadmin/tree/master/README.md" \
|
||||
org.label-schema.vcs-ref=${BUILD_REF} \
|
||||
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-tasmoadmin" \
|
||||
org.label-schema.vendor="Community Hass.io Addons"
|
||||
org.label-schema.vendor="Home Assistant Community Add-ons"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
# Configures NGINX for use with TasmoAdmin
|
||||
# ==============================================================================
|
||||
declare certfile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
# Configures TasmoAdmin
|
||||
# ==============================================================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
# Take down the S6 supervision tree when Nginx fails
|
||||
# ==============================================================================
|
||||
if -n { s6-test $# -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
# Wait for PHP-FPM to become available
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
# Take down the S6 supervision tree when PHP FPM fails
|
||||
# ==============================================================================
|
||||
if -n { s6-test $# -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: TasmoAdmin
|
||||
# Home Assistant Community Add-on: TasmoAdmin
|
||||
# Runs the PHP-FPM daemon
|
||||
# ==============================================================================
|
||||
bashio::log.info "Starting PHP-FPM server..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue