Skip to content

Commit

Permalink
🔨Align config.json layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul committed Feb 4, 2020
1 parent 2f00df7 commit d97e9e8
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions chrony/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@
"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"
],
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"privileged": [
"SYS_TIME"
],
"privileged": ["SYS_TIME"],
"ports": {
"123/udp": 123
},
Expand All @@ -34,10 +26,10 @@
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"set_system_clock": "bool",
"ntp_pool": "str?",
"ntp_server": ["str?"],
"mode": "match(^(pool|server)$)"
"mode": "list(pool|server)"
}
}

0 comments on commit d97e9e8

Please sign in to comment.