mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on ZeroTier One to 9c55491
This commit is contained in:
parent
17829569ef
commit
038788ea68
4 changed files with 33 additions and 29 deletions
|
@ -1075,10 +1075,10 @@ SOFTWARE.
|
|||
[zwave-js-ui-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[zwave-js-ui-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[zwave-js-ui-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/40e87ba
|
||||
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/40e87ba/README.md
|
||||
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/9c55491
|
||||
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/9c55491/README.md
|
||||
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
||||
[zerotier-version-shield]: https://img.shields.io/badge/version-40e87ba-blue.svg
|
||||
[zerotier-version-shield]: https://img.shields.io/badge/version-9c55491-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,8 @@
|
|||
# Changelog since v0.16.0
|
||||
- ⬆️ Upgrades ZeroTier One to 1.10.4 (#167)
|
||||
- ⬆️ Upgrades add-on base image to 13.1.3 (#166)
|
||||
- 🎆 Updates maintenance/license year to 2023 (#165)
|
||||
# Changelog since v0.16.1
|
||||
- ⬆️ Update alpine_3_17/openssl-dev to v3.0.8-r1 (#171)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#174)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
- Add Renovate for dependency management (#170)
|
||||
|
|
|
@ -51,5 +51,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-40e87ba-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zerotier/tree/40e87ba
|
||||
[release-shield]: https://img.shields.io/badge/version-9c55491-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zerotier/tree/9c55491
|
|
@ -1,36 +1,36 @@
|
|||
name: ZeroTier One
|
||||
version: 9c55491
|
||||
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
|
||||
codenotary: codenotary@frenck.dev
|
||||
startup: services
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Radically simplify your network with a virtual networking layer that
|
||||
works the same everywhere
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
host_network: true
|
||||
image: ghcr.io/hassio-addons/zerotier/{arch}
|
||||
init: false
|
||||
map:
|
||||
- ssl:rw
|
||||
name: ZeroTier One
|
||||
options:
|
||||
api_auth_token: ''
|
||||
networks: []
|
||||
ports:
|
||||
9993/tcp: 9993
|
||||
ports_description:
|
||||
9993/tcp: ZeroTier's primary port
|
||||
host_network: true
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
map:
|
||||
- ssl:rw
|
||||
options:
|
||||
networks: []
|
||||
api_auth_token: ''
|
||||
schema:
|
||||
api_auth_token: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
networks:
|
||||
- match(^!secret [a-zA-Z0-9_\-]+$|[0-9a-z]{16})
|
||||
slug: zerotier
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-zerotier
|
||||
version: 40e87ba
|
||||
api_auth_token: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
image: ghcr.io/hassio-addons/zerotier/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue