Files
ha-openvpn-client/config.json
2026-06-24 16:25:20 +02:00

19 lines
393 B
JSON
Executable File

{
"name": "MyOpenVPN Client",
"version": "0.1.2",
"slug": "openvpn-client",
"description": "connect to home",
"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"]
}