🔥 Remove unused config mapping

This commit is contained in:
Franck Nijhof 2020-01-02 20:34:42 +01:00
parent 75fc3ae203
commit 416ab1c2ef
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -5,13 +5,7 @@
"description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"ports": {
"80/tcp": null,
"51820/udp": 51820
@ -23,33 +17,22 @@
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"privileged": [
"NET_ADMIN"
],
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"map": [
"config",
"ssl:rw"
],
"privileged": ["NET_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
"map": ["ssl:rw"],
"options": {
"server": {
"host": "myautomatedhome.duckdns.org",
"addresses": [
"172.27.66.1"
],
"addresses": ["172.27.66.1"],
"dns": []
},
"peers": [
{
"name": "hassio",
"addresses": [
"172.27.66.2"
],
"allowed_ips": [],
"client_allowed_ips": []
}
{
"name": "hassio",
"addresses": ["172.27.66.2"],
"allowed_ips": [],
"client_allowed_ips": []
}
]
},
"schema": {