mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 19:21:25 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
63c84700eb
commit
bc380375a2
1 changed files with 7 additions and 20 deletions
|
@ -5,13 +5,7 @@
|
||||||
"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",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armhf",
|
|
||||||
"armv7",
|
|
||||||
"i386"
|
|
||||||
],
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"9993/tcp": 9993
|
"9993/tcp": 9993
|
||||||
},
|
},
|
||||||
|
@ -23,23 +17,16 @@
|
||||||
"hassio_role": "default",
|
"hassio_role": "default",
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"privileged": [
|
"privileged": ["NET_ADMIN", "SYS_ADMIN"],
|
||||||
"NET_ADMIN",
|
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
|
||||||
"SYS_ADMIN"
|
"map": ["ssl:rw"],
|
||||||
],
|
|
||||||
"devices": [
|
|
||||||
"/dev/net/tun:/dev/net/tun:rwm"
|
|
||||||
],
|
|
||||||
"map": [
|
|
||||||
"ssl:rw"
|
|
||||||
],
|
|
||||||
"options": {
|
"options": {
|
||||||
"networks":[],
|
"networks": [],
|
||||||
"api_auth_token": ""
|
"api_auth_token": ""
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"networks":["match(^!secret [a-zA-Z0-9_\\-]+$|[0-9a-z]{16})"],
|
"networks": ["match(^!secret [a-zA-Z0-9_\\-]+$|[0-9a-z]{16})"],
|
||||||
"api_auth_token": "str",
|
"api_auth_token": "str",
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?"
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue