mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on ZeroTier One to 75dd780
This commit is contained in:
parent
c2974e623b
commit
2d6ded7a28
5 changed files with 22 additions and 24 deletions
|
@ -1121,10 +1121,10 @@ SOFTWARE.
|
||||||
[zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[zwave2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[zwave2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[zwave2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[zwave2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/c97814b
|
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/75dd780
|
||||||
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/c97814b/README.md
|
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/75dd780/README.md
|
||||||
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
||||||
[zerotier-version-shield]: https://img.shields.io/badge/version-c97814b-blue.svg
|
[zerotier-version-shield]: https://img.shields.io/badge/version-75dd780-blue.svg
|
||||||
[zerotier-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[zerotier-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[zerotier-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[zerotier-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# Changelog since v0.8.0
|
# Changelog since v0.9.0
|
||||||
- Revert "⬆ Upgrades ZeroTier One to 1.6.0"
|
- Add new repository workflow (#26)
|
||||||
|
|
||||||
This reverts commit 92a49b7c418755339e33fc6f654208fb89d4d118.
|
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||||
|
- Upgrade Code of Conduct (#25)
|
||||||
|
- Happy New Year (#24)
|
||||||
|
- Cleanup repository (#22)
|
||||||
|
|
|
@ -32,7 +32,7 @@ Example add-on configuration:
|
||||||
networks:
|
networks:
|
||||||
- wgfyiwe73747457
|
- wgfyiwe73747457
|
||||||
- fhu3888892jjfdk
|
- fhu3888892jjfdk
|
||||||
api_auth_token: ''
|
api_auth_token: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||||
|
@ -47,7 +47,7 @@ dealing with an unknown issue. Possible values are:
|
||||||
- `debug`: Shows detailed debug information.
|
- `debug`: Shows detailed debug information.
|
||||||
- `info`: Normal (usually) interesting events.
|
- `info`: Normal (usually) interesting events.
|
||||||
- `warning`: Exceptional occurrences that are not errors.
|
- `warning`: Exceptional occurrences that are not errors.
|
||||||
- `error`: Runtime errors that do not require immediate action.
|
- `error`: Runtime errors that do not require immediate action.
|
||||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||||
|
|
||||||
Please note that each level automatically includes log messages from a
|
Please note that each level automatically includes log messages from a
|
||||||
|
@ -78,16 +78,15 @@ For more information on the ZeroTier JSON API, [check their documentation][api].
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -115,7 +114,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2020 Franck Nijhof
|
Copyright (c) 2019-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -142,7 +141,6 @@ SOFTWARE.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
[issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-zerotier/releases
|
[releases]: https://github.com/hassio-addons/addon-zerotier/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -47,9 +47,9 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-c97814b-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-75dd780-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zerotier/tree/c97814b
|
[release]: https://github.com/hassio-addons/addon-zerotier/tree/75dd780
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ZeroTier One",
|
"name": "ZeroTier One",
|
||||||
"version": "c97814b",
|
"version": "75dd780",
|
||||||
"slug": "zerotier",
|
"slug": "zerotier",
|
||||||
"description": "Radically simplify your network with a virtual networking layer that works the same everywhere",
|
"description": "Radically simplify your network with a virtual networking layer that works the same everywhere",
|
||||||
"url": "https://github.com/hassio-addons/addon-zerotier",
|
"url": "https://github.com/hassio-addons/addon-zerotier",
|
||||||
|
@ -19,10 +19,7 @@
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9993/tcp": "ZeroTier's primary port"
|
"9993/tcp": "ZeroTier's primary port"
|
||||||
},
|
},
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"homeassistant_api": false,
|
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"NET_ADMIN",
|
"NET_ADMIN",
|
||||||
|
@ -45,5 +42,5 @@
|
||||||
"api_auth_token": "str",
|
"api_auth_token": "str",
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/zerotier-{arch}"
|
"image": "ghcr.io/hassio-addons/zerotier/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue