Files
ha-openvpn-client/config.json
Alexandr Tumaykin a51ca08b10 init
2020-01-11 21:14:13 +03:00

20 lines
462 B
JSON
Executable File

{
"name": "OpenVPN Client",
"version": "0.0.1",
"slug": "openvpn_client",
"description": "OpenVPN Client",
"url": "https://github.com/Ailme/homeassistant-openvpn-client-addon",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"host_network": true,
"privileged": ["NET_ADMIN"],
"options": {
"ovpnfile": "client.ovpn"
},
"schema": {
"ovpnfile": "str"
},
"map" : ["share:rw"]
}