mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update config.json
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"customUI": "vuetorrent",
|
"customUI": "vuetorrent",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"VPN_ENABLED": "no",
|
"VPN_ENABLED": "yes",
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
"LAN_NETWORK": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16"
|
"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)?",
|
"VPN_TYPE": "list(openvpn|wireguard)?",
|
||||||
"run_duration": "str?",
|
"run_duration": "str?",
|
||||||
"silent": "bool?",
|
"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",
|
"slug": "qbittorrent",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.6.2-2wireguard_openvpn"
|
"version": "4.6.2-3wireguard_openvpn"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user