mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on chrony to 48dbe81
This commit is contained in:
parent
cccc92bc83
commit
b775b07cee
5 changed files with 43 additions and 50 deletions
|
@ -1061,10 +1061,10 @@ SOFTWARE.
|
||||||
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[zerotier-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[zerotier-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[zerotier-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[zerotier-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/2e9756b
|
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/48dbe81
|
||||||
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/2e9756b/README.md
|
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/48dbe81/README.md
|
||||||
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
|
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
|
||||||
[chrony-version-shield]: https://img.shields.io/badge/version-2e9756b-blue.svg
|
[chrony-version-shield]: https://img.shields.io/badge/version-48dbe81-blue.svg
|
||||||
[chrony-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[chrony-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[chrony-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[chrony-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
# Changelog since v2.2.2
|
# Changelog since v2.2.2
|
||||||
|
- 🔒 Pass sign token to main workflow (#112)
|
||||||
|
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#111)
|
||||||
- ⬆️ Upgrades add-on base image to 11.1.0 (#110)
|
- ⬆️ Upgrades add-on base image to 11.1.0 (#110)
|
||||||
|
|
|
@ -40,5 +40,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[forum]: https://community.home-assistant.io/?u=frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-2e9756b-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-48dbe81-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-chrony/tree/2e9756b
|
[release]: https://github.com/hassio-addons/addon-chrony/tree/48dbe81
|
|
@ -1,45 +0,0 @@
|
||||||
{
|
|
||||||
"name": "chrony",
|
|
||||||
"version": "2e9756b",
|
|
||||||
"slug": "chrony",
|
|
||||||
"description": "A local NTP (Network Time Protocol) server for cameras etc.",
|
|
||||||
"url": "https://github.com/hassio-addons/addon-chrony",
|
|
||||||
"startup": "system",
|
|
||||||
"arch": [
|
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armhf",
|
|
||||||
"armv7",
|
|
||||||
"i386"
|
|
||||||
],
|
|
||||||
"hassio_api": true,
|
|
||||||
"init": false,
|
|
||||||
"privileged": [
|
|
||||||
"SYS_TIME"
|
|
||||||
],
|
|
||||||
"ports": {
|
|
||||||
"123/udp": 123
|
|
||||||
},
|
|
||||||
"ports_description": {
|
|
||||||
"123/udp": "NTP; Network Time Protocol"
|
|
||||||
},
|
|
||||||
"options": {
|
|
||||||
"set_system_clock": true,
|
|
||||||
"mode": "pool",
|
|
||||||
"ntp_pool": "pool.ntp.org",
|
|
||||||
"ntp_server": [
|
|
||||||
"54.39.13.155",
|
|
||||||
"briareus.schulte.org"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"schema": {
|
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
||||||
"set_system_clock": "bool",
|
|
||||||
"ntp_pool": "str?",
|
|
||||||
"ntp_server": [
|
|
||||||
"str?"
|
|
||||||
],
|
|
||||||
"mode": "list(pool|server)"
|
|
||||||
},
|
|
||||||
"image": "ghcr.io/hassio-addons/chrony/{arch}"
|
|
||||||
}
|
|
36
chrony/config.yaml
Normal file
36
chrony/config.yaml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
- armhf
|
||||||
|
- armv7
|
||||||
|
- i386
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
|
description: A local NTP (Network Time Protocol) server for cameras etc.
|
||||||
|
hassio_api: true
|
||||||
|
image: ghcr.io/hassio-addons/chrony/{arch}
|
||||||
|
init: false
|
||||||
|
name: chrony
|
||||||
|
options:
|
||||||
|
mode: pool
|
||||||
|
ntp_pool: pool.ntp.org
|
||||||
|
ntp_server:
|
||||||
|
- 54.39.13.155
|
||||||
|
- briareus.schulte.org
|
||||||
|
set_system_clock: true
|
||||||
|
ports:
|
||||||
|
123/udp: 123
|
||||||
|
ports_description:
|
||||||
|
123/udp: NTP; Network Time Protocol
|
||||||
|
privileged:
|
||||||
|
- SYS_TIME
|
||||||
|
schema:
|
||||||
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
|
mode: list(pool|server)
|
||||||
|
ntp_pool: str?
|
||||||
|
ntp_server:
|
||||||
|
- str?
|
||||||
|
set_system_clock: bool
|
||||||
|
slug: chrony
|
||||||
|
startup: system
|
||||||
|
url: https://github.com/hassio-addons/addon-chrony
|
||||||
|
version: 48dbe81
|
Loading…
Add table
Add a link
Reference in a new issue