🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-12 21:56:08 +01:00
parent f326d9ab2e
commit e85797c506
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
13 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
---
repository:
description: "Glances - Community Home Assistant Add-ons"
description: "Glances - Home Assistant Community Add-ons"
homepage: https://addons.community
topics: glances, monitoring, system, addon, addons, home-assistant, homeassistant
private: false

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
[![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield]
@ -224,7 +224,7 @@ Got questions?
You have several options to get them answered:
- The [Community Home Assistant 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.

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]

View file

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

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# ==============================================================================
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
# This file turns s6-nuke into a NOOP to prevent total termination
# of the host system since the add-on runs in the same PID namespace.
# ==============================================================================

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
# Configures Glances
# ==============================================================================
declare protocol

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: SSH & Web Terminal
# Configures NGINX for use with ttyd
# ==============================================================================
declare port

View file

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

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
# Runs Glances
# ==============================================================================
declare -a options

View file

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

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
# Runs Glances InfluxDB Export
# ==============================================================================
declare -a options

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
# Take down the S6 supervision tree when the nginx daemon fails
# ==============================================================================
# Disabled to allow for some testing

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Glances
# Home Assistant Community Add-on: Glances
# Runs the nginx daemon
# ==============================================================================