🔨 Update add-on config with new password & list features

This commit is contained in:
Franck Nijhof 2020-02-15 16:48:08 +01:00
parent 63c84700eb
commit bc380375a2
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -5,13 +5,7 @@
"description": "Radically simplify your network with a virtual networking layer that works the same everywhere",
"url": "https://github.com/hassio-addons/addon-zerotier",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"ports": {
"9993/tcp": 9993
},
@ -23,16 +17,9 @@
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"privileged": [
"NET_ADMIN",
"SYS_ADMIN"
],
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"map": [
"ssl:rw"
],
"privileged": ["NET_ADMIN", "SYS_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
"map": ["ssl:rw"],
"options": {
"networks": [],
"api_auth_token": ""
@ -40,6 +27,6 @@
"schema": {
"networks": ["match(^!secret [a-zA-Z0-9_\\-]+$|[0-9a-z]{16})"],
"api_auth_token": "str",
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?"
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
}
}