mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-05 03:31:25 +00:00
🔨 Re-branding
This commit is contained in:
parent
36db730897
commit
8a8638c41b
5 changed files with 10 additions and 10 deletions
6
.github/settings.yml
vendored
6
.github/settings.yml
vendored
|
@ -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."
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue