mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +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:
|
||||
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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
# ==============================================================================
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
# ==============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue