Add OpenVPN options

This commit is contained in:
Alexandre
2021-04-06 22:09:47 +02:00
committed by GitHub
parent 83898993a4
commit fad8316fc0

View File

@@ -68,6 +68,10 @@
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool",
"openvpn_enabled": "bool?",
"openvpn_config": "str?",
"openvpn_username": "str?",
"openvpn_password": "str?",
"TZ": "str?"
}
}