This commit is contained in:
Alexandr Tumaykin
2020-01-11 21:14:13 +03:00
commit a51ca08b10
6 changed files with 145 additions and 0 deletions

19
config.json Executable file
View File

@@ -0,0 +1,19 @@
{
"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"]
}