🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-11 21:01:24 +01:00
parent 36db730897
commit 8a8638c41b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
5 changed files with 10 additions and 10 deletions

View file

@ -1,8 +1,8 @@
--- ---
repository: repository:
description: "chrony - Community Home Assistant Add-on" description: "chrony - Community Home Assistant Add-ons"
homepage: https://addons.community homepage: https://addons.community
topics: ntp, chrony, addons, home-assistant, homeassistant topics: ntp, chrony, addon, addons, home-assistant, homeassistant
private: false private: false
has_issues: true has_issues: true
has_projects: false has_projects: false
@ -53,7 +53,7 @@ labels:
# Additional markers # Additional markers
- name: "Security" - name: "Security"
color: ee0701 color: ee0701
description: "Marks a security issues that needs to be resolved asap." description: "Marks a security issue that needs to be resolved asap."
- name: "Idea" - name: "Idea"
color: fef2c0 color: fef2c0
description: "Marks an idea, which might be excepted and implemented." description: "Marks an idea, which might be excepted and implemented."

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-ons: chrony # Community Home Assistant Add-on: chrony
[![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]
@ -18,8 +18,8 @@ time on devices with controlled internet access (such as cameras).
{% if channel == "edge" %} {% if channel == "edge" %}
## WARNING! THIS IS AN EDGE VERSION! ## WARNING! THIS IS AN EDGE VERSION!
This Home Assistant Add-ons repository contains edge builds of add-ons. Edge This Home Assistant Add-ons repository contains edge builds of add-ons.
build add-ons are based upon the latest development version. Edge builds add-ons are based upon the latest development version.
- They may not work at all. - They may not work at all.
- They might stop working at any time. - They might stop working at any time.
@ -39,7 +39,7 @@ If you are more interested in stable releases of our add-ons:
{% if channel == "beta" %} {% if channel == "beta" %}
## WARNING! THIS IS A BETA VERSION! ## WARNING! THIS IS A BETA VERSION!
This Home Assistant Add-on 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 might stop working at any time.
- They could have a negative impact on your system. - They could have a negative impact on your system.

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# ============================================================================== # ==============================================================================
# Community Home Assistant Add-ons: chrony # Community Home Assistant Add-on: chrony
# Configures chrony # Configures chrony
# ============================================================================== # ==============================================================================
readonly CHRONY_CONF='/etc/chrony/chrony.conf' readonly CHRONY_CONF='/etc/chrony/chrony.conf'

View file

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

View file

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