repository-beta/chrony/config.yaml
Community Hass.io Add-ons Bot 4a9dc25c90 🎉 Release of add-on chrony 2.5.0
2023-01-18 23:42:15 +00:00

36 lines
727 B
YAML

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: 2.5.0