From aa6fe843fe8d3c32c96ba94461d2afd646d9a90c Mon Sep 17 00:00:00 2001 From: Qballjos Date: Thu, 25 Feb 2021 17:58:04 +0100 Subject: [PATCH] cleanup --- Template/test.json | 125 ++++++++++++++++++++++++++++----------------- 1 file changed, 78 insertions(+), 47 deletions(-) diff --git a/Template/test.json b/Template/test.json index fb6e743..eb32ec4 100644 --- a/Template/test.json +++ b/Template/test.json @@ -22,38 +22,28 @@ }, { "default": "8080", - "label": "WEBUI_PORT", - "name": "WEBUI_PORT", - "description": "port for webui of qBittorent" - }, - { - "default": "8080", - "label": "QBITTORENTPORT", - "name": "QBITTORENTPORT", - "description": "qBittorent webui port" + "label": "qBittorrent webui port", + "name": "QBITTORENTPORT" }, { "default": "8118", - "label": "PRIVOXYPORT", + "label": "Privoxy port", "name": "PRIVOXYPORT", - "description": "port for privoxy" + "description": "for use with vpn proxy service" }, { "default": "5076", - "label": "NZBHYDRA2PORT", - "name": "NZBHYDRA2PORT", - "description": "NZBhydra2 port" + "label": "NZBhydra2 port", + "name": "NZBHYDRA2PORT" }, { "default": "9117", - "label": "JACKETTPORT", - "name": "JACKETTPORT", - "description": "Jackett port" + "label": "Jackett port", + "name": "JACKETTPORT" }, { - "label": "VPN_ENABLED", - "name": "Enable VPN", - "description": "VPN enabled yes/no", + "label": "Enable VPN", + "name": "VPN_ENABLED", "select": [{ "text": "Yes", "value": "yes", @@ -66,54 +56,100 @@ ] }, { - "label": "VPN_USER", - "name": "VPN_USER", - "description": "VPN username" + "label": "VPN Username", + "name": "VPN_USER" }, { - "label": "VPN_PASS", - "name": "VPN_PASS", - "description": "VPN password" + "label": "VPN password", + "name": "VPN_PASS" }, { - "label": "VPN_PROV", + "label": "VPN provider", "name": "VPN_PROV", - "description": "pia, airvpn or custom" + "select": [{ + "text": "PIA", + "value": "pia" + }, + { + "text": "Airvpn", + "value": "airvpn" + }, + { + "text": "Custom", + "value": "custom", + "default": true + } + ] }, { - "label": "VPN_CLIENT", + "label": "VPN client", "name": "VPN_CLIENT", - "description": "openvpn or wireguard" + "select": [{ + "text": "OpenVPN", + "value": "openvpn" + }, + { + "text": "Wireguard", + "value": "wireguard", + "default": true + } + ] }, { - "label": "VPN_OPTIONS", - "name": "VPN_OPTIONS", - "description": "additional openvpn cli options" + "label": "Extra VPN options", + "name": "VPN_OPTIONS" }, { - "label": "STRICT_PORT_FORWARD", + "label": "Strict port fowarding", "name": "STRICT_PORT_FORWARD", - "description": "yes or no" + "select": [{ + "text": "Yes", + "value": "yes" + }, + { + "text": "No", + "value": "no", + "default": true + } + ] }, { - "label": "ENABLE_PRIVOXY", + "label": "ENable Privoxy", "name": "ENABLE_PRIVOXY", - "description": "yes or no" + "select": [{ + "text": "Yes", + "value": "yes" + }, + { + "text": "No", + "value": "no", + "default": true + } + ] }, { - "label": "LAN_NETWORK", + "label": "Local LAN network", "name": "LAN_NETWORK", "description": "lan ipv4 network>/