mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
🔨 Re-branding
This commit is contained in:
parent
f326d9ab2e
commit
e85797c506
13 changed files with 14 additions and 14 deletions
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
repository:
|
repository:
|
||||||
description: "Glances - Community Home Assistant Add-ons"
|
description: "Glances - Home Assistant Community Add-ons"
|
||||||
homepage: https://addons.community
|
homepage: https://addons.community
|
||||||
topics: glances, monitoring, system, addon, addons, home-assistant, homeassistant
|
topics: glances, monitoring, system, addon, addons, home-assistant, homeassistant
|
||||||
private: false
|
private: false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Community Home Assistant Add-on: Glances
|
# Home Assistant Community Add-on: Glances
|
||||||
|
|
||||||
[![GitHub Release][releases-shield]][releases]
|
[![GitHub Release][releases-shield]][releases]
|
||||||
![Project Stage][project-stage-shield]
|
![Project Stage][project-stage-shield]
|
||||||
|
@ -224,7 +224,7 @@ Got questions?
|
||||||
|
|
||||||
You have several options to get them answered:
|
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.
|
support and feature requests.
|
||||||
- The [Home Assistant Discord chat server][discord-ha] for general Home
|
- The [Home Assistant Discord chat server][discord-ha] for general Home
|
||||||
Assistant discussions and questions.
|
Assistant discussions and questions.
|
||||||
|
|
|
@ -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]
|
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||||
|
|
||||||
|
|
|
@ -62,4 +62,4 @@ LABEL \
|
||||||
org.label-schema.usage="https://github.com/hassio-addons/addon-glances/tree/master/README.md" \
|
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-ref=${BUILD_REF} \
|
||||||
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-glances" \
|
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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# 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.
|
# of the host system since the add-on runs in the same PID namespace.
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Home Assistant Add-on: Glances
|
# Home Assistant Community Add-on: Glances
|
||||||
# Configures Glances
|
# Configures Glances
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
declare protocol
|
declare protocol
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/with-contenv bashio
|
#!/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
|
# Configures NGINX for use with ttyd
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
declare port
|
declare port
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/execlineb -S0
|
#!/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
|
# Take down the S6 supervision tree when Glances fails
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
if -n { s6-test $# -ne 0 }
|
if -n { s6-test $# -ne 0 }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Home Assistant Add-on: Glances
|
# Home Assistant Community Add-on: Glances
|
||||||
# Runs Glances
|
# Runs Glances
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
declare -a options
|
declare -a options
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/execlineb -S0
|
#!/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
|
# Take down the S6 supervision tree when Glances fails
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
if -n { s6-test $# -ne 0 }
|
if -n { s6-test $# -ne 0 }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Home Assistant Add-on: Glances
|
# Home Assistant Community Add-on: Glances
|
||||||
# Runs Glances InfluxDB Export
|
# Runs Glances InfluxDB Export
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
declare -a options
|
declare -a options
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/execlineb -S0
|
#!/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
|
# Take down the S6 supervision tree when the nginx daemon fails
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Disabled to allow for some testing
|
# Disabled to allow for some testing
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Home Assistant Add-on: Glances
|
# Home Assistant Community Add-on: Glances
|
||||||
# Runs the nginx daemon
|
# Runs the nginx daemon
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue