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-armv7-shield]: https://img.shields.io/badge/armv7-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-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/c97814b/README.md
|
||||
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/75dd780
|
||||
[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[zerotier-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# Changelog since v0.8.0
|
||||
- Revert "⬆ Upgrades ZeroTier One to 1.6.0"
|
||||
# Changelog since v0.9.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:
|
||||
- wgfyiwe73747457
|
||||
- fhu3888892jjfdk
|
||||
api_auth_token: ''
|
||||
api_auth_token: ""
|
||||
```
|
||||
|
||||
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||
|
@ -78,16 +78,15 @@ For more information on the ZeroTier JSON API, [check their documentation][api].
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
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:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -115,7 +114,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
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
|
||||
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
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-zerotier/releases
|
||||
[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
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[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]: https://www.patreon.com/frenck
|
||||
[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]: https://github.com/hassio-addons/addon-zerotier/tree/c97814b
|
||||
[release-shield]: https://img.shields.io/badge/version-75dd780-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zerotier/tree/75dd780
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ZeroTier One",
|
||||
"version": "c97814b",
|
||||
"version": "75dd780",
|
||||
"slug": "zerotier",
|
||||
"description": "Radically simplify your network with a virtual networking layer that works the same everywhere",
|
||||
"url": "https://github.com/hassio-addons/addon-zerotier",
|
||||
|
@ -19,10 +19,7 @@
|
|||
"ports_description": {
|
||||
"9993/tcp": "ZeroTier's primary port"
|
||||
},
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": true,
|
||||
"privileged": [
|
||||
"NET_ADMIN",
|
||||
|
@ -45,5 +42,5 @@
|
|||
"api_auth_token": "str",
|
||||
"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