mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
Address add-on lint errors
This commit is contained in:
parent
f6b996605d
commit
be41ae02a5
2 changed files with 1 additions and 5 deletions
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue