From 5744aac9823c377cfa6c6fa71bdf616cb7012145 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Dec 2023 15:05:20 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index d43cd37b2..0ff05b672 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -91,7 +91,7 @@ "certfile": "fullchain.pem", "customUI": "vuetorrent", "keyfile": "privkey.pem", - "VPN_ENABLED": "no", + "VPN_ENABLED": "yes", "ssl": false, "LAN_NETWORK": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16" }, @@ -139,10 +139,17 @@ "VPN_TYPE": "list(openvpn|wireguard)?", "run_duration": "str?", "silent": "bool?", - "ssl": "bool" + "ssl": "bool", + "openvpn_enable": "bool?", + "openvpn_username": "str?", + "Username": "str?", + "openvpn_password": "str?", + "whitelist": "str?", + "smbv1": "bool?", + "openvpn_config": "str?" }, "slug": "qbittorrent", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.6.2-2wireguard_openvpn" + "version": "4.6.2-3wireguard_openvpn" }