⬆️ Updating add-on ZeroTier One to 4d110b8

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-16 11:49:47 +00:00
parent 542c809f27
commit c11d773c6e
4 changed files with 34 additions and 14 deletions

View file

@ -1105,10 +1105,10 @@ SOFTWARE.
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/e137e38
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/e137e38/README.md
[addon-zerotier]: https://github.com/hassio-addons/addon-zerotier/tree/4d110b8
[addon-doc-zerotier]: https://github.com/hassio-addons/addon-zerotier/blob/4d110b8/README.md
[zerotier-issue]: https://github.com/hassio-addons/addon-zerotier/issues
[zerotier-version-shield]: https://img.shields.io/badge/version-e137e38-blue.svg
[zerotier-version-shield]: https://img.shields.io/badge/version-4d110b8-blue.svg
[zerotier-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/zerotier-armhf.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

View file

@ -1,5 +1,20 @@
# Changelog since v0.1.0
2019/04/03 21:22 UTC - [e137e38](https://github.com/hassio-addons/addon-zerotier/commit/e137e383a85e51b6a68d3a62df0dc9d6724f26aa) by [@timmo001](https://github.com/timmo001)
2019/04/16 11:18 UTC - [4d110b8](https://github.com/hassio-addons/addon-zerotier/commit/4d110b8a351e699afb31b9242cdbad9723dc9b7b) by [@frenck](https://github.com/frenck)
> :sparkles: Adds support for multiple networks
2019/04/16 11:18 UTC - [1212942](https://github.com/hassio-addons/addon-zerotier/commit/1212942f069a1fbe61e7c954b4d78a92970aa880) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades libstdc++ to 8.3.0-r0
2019/04/16 11:18 UTC - [441718d](https://github.com/hassio-addons/addon-zerotier/commit/441718d45969f0dbdecca8d0674bcf9b2205edf7) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades libgcc to 8.3.0-r0
2019/04/16 11:18 UTC - [762e493](https://github.com/hassio-addons/addon-zerotier/commit/762e49376e5beb014ceb76923320bcf8cd42e287) by [@frenck](https://github.com/frenck)
> :sparkles: Adds support for Hass.io network configuration
2019/04/16 11:18 UTC - [4b9b32c](https://github.com/hassio-addons/addon-zerotier/commit/4b9b32c299e739bff16e061be00f46fe6714e72e) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v3.1.0
2019/04/16 11:18 UTC - [e137e38](https://github.com/hassio-addons/addon-zerotier/commit/e137e383a85e51b6a68d3a62df0dc9d6724f26aa) by [@timmo001](https://github.com/timmo001)
> :books: Update example config (#6)

View file

@ -47,12 +47,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/e137e38/README.md
[docs]: https://github.com/hassio-addons/addon-zerotier/blob/4d110b8/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/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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-e137e38-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/e137e38
[release-shield]: https://img.shields.io/badge/version-4d110b8-blue.svg
[release]: https://github.com/hassio-addons/addon-zerotier/tree/4d110b8

View file

@ -1,6 +1,6 @@
{
"name": "ZeroTier One",
"version": "e137e38",
"version": "4d110b8",
"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",
@ -12,12 +12,17 @@
"armv7",
"i386"
],
"ports": {
"9993/tcp": 9993
},
"ports_description": {
"9993/tcp": "ZeroTier's primary port"
},
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"apparmor": true,
"privileged": [
"NET_ADMIN",
"SYS_ADMIN"
@ -30,15 +35,15 @@
"ssl:rw"
],
"options": {
"network_id": "",
"port": 9993,
"networks": [],
"api_auth_token": ""
},
"schema": {
"networks": [
"match([0-9a-z]{16})"
],
"api_auth_token": "str",
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"network_id": "match([0-9a-z]{16})",
"port": "port"
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?"
},
"image": "hassioaddons/zerotier-{arch}"
}