mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on chrony to d97e9e8
This commit is contained in:
parent
7c4b69fe02
commit
56a0e8823b
5 changed files with 12 additions and 9 deletions
|
@ -1280,10 +1280,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/b8c97d4
|
||||
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/b8c97d4/README.md
|
||||
[addon-chrony]: https://github.com/hassio-addons/addon-chrony/tree/d97e9e8
|
||||
[addon-doc-chrony]: https://github.com/hassio-addons/addon-chrony/blob/d97e9e8/README.md
|
||||
[chrony-issue]: https://github.com/hassio-addons/addon-chrony/issues
|
||||
[chrony-version-shield]: https://img.shields.io/badge/version-b8c97d4-blue.svg
|
||||
[chrony-version-shield]: https://img.shields.io/badge/version-d97e9e8-blue.svg
|
||||
[chrony-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/chrony-armhf.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
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# Changelog since v1.0.6
|
||||
- 🔨Align config.json layout
|
||||
- 💄Add logo
|
||||
- ✏Update license year
|
||||
- 💄Add icon
|
||||
- 📚Grammar/year changes
|
||||
- 📚Readme alignment
|
||||
|
|
|
@ -38,10 +38,10 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-chrony/blob/b8c97d4/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-chrony/blob/d97e9e8/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-b8c97d4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-chrony/tree/b8c97d4
|
||||
[release-shield]: https://img.shields.io/badge/version-d97e9e8-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-chrony/tree/d97e9e8
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chrony",
|
||||
"version": "b8c97d4",
|
||||
"version": "d97e9e8",
|
||||
"slug": "chrony",
|
||||
"description": "A local NTP (Network Time Protocol) server for cameras etc.",
|
||||
"url": "https://github.com/hassio-addons/addon-chrony",
|
||||
|
@ -34,13 +34,13 @@
|
|||
]
|
||||
},
|
||||
"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)"
|
||||
},
|
||||
"image": "hassioaddons/chrony-{arch}"
|
||||
}
|
BIN
chrony/logo.png
Normal file
BIN
chrony/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue