Address add-on lint errors

This commit is contained in:
Franck Nijhof 2021-01-22 10:31:07 +01:00
parent f6b996605d
commit be41ae02a5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 5 deletions

View file

@ -5,6 +5,5 @@
"armhf": "hassioaddons/base-armhf:8.0.5",
"armv7": "hassioaddons/base-armv7:8.0.5",
"i386": "hassioaddons/base-i386:8.0.5"
},
"args": {}
}
}

View file

@ -4,7 +4,6 @@
"slug": "wireguard",
"description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard",
"startup": "application",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"init": false,
"ports": {
@ -15,9 +14,7 @@
"80/tcp": "WireGuard peers status API",
"51820/udp": "WireGuard: forward this port in your router"
},
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"privileged": ["NET_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
"map": ["ssl:rw"],