mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-05 03:31:25 +00:00
✨ Adds port descriptions
This commit is contained in:
parent
f6b98735e0
commit
32105378fc
1 changed files with 9 additions and 4 deletions
|
@ -15,18 +15,23 @@
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
"hassio_role": "default",
|
||||||
"map": [ ],
|
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_TIME"
|
"SYS_TIME"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"123/udp": 123
|
"123/udp": 123
|
||||||
},
|
},
|
||||||
|
"ports_description": {
|
||||||
|
"123/udp": "NTP; Network Time Protocol"
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"set_system_clock": true,
|
"set_system_clock": true,
|
||||||
"mode": "pool",
|
"mode": "pool",
|
||||||
"ntp_pool": "pool.ntp.org",
|
"ntp_pool": "pool.ntp.org",
|
||||||
"ntp_server": ["54.39.13.155","briareus.schulte.org"]
|
"ntp_server": [
|
||||||
|
"54.39.13.155",
|
||||||
|
"briareus.schulte.org"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue