restructure

This commit is contained in:
Qballjos 2021-02-25 17:39:33 +01:00
parent e93fb1d99b
commit 76a49dc410
1 changed files with 143 additions and 130 deletions

View File

@ -1,14 +1,12 @@
{ {
"version": "2", "version": "2",
"templates": [ "templates": [{
{
"categories": [ "categories": [
"Download", "Download",
"VPN" "VPN"
], ],
"description": "A stack of dockers (qBittorent, NZBget, Jackett, NZBhydra2) to use with VPN service to shield your privacy", "description": "A stack of dockers (qBittorent, NZBget, Jackett, NZBhydra2) to use with VPN service to shield your privacy",
"env": [ "env": [{
{
"default": "1000", "default": "1000",
"label": "PUID", "label": "PUID",
"name": "PUID" "name": "PUID"
@ -46,10 +44,26 @@
"name": "NZBHYDRA2PORT", "name": "NZBHYDRA2PORT",
"description": "NZBhydra2 port" "description": "NZBhydra2 port"
}, },
{
"default": "9117",
"label": "JACKETTPORT",
"name": "JACKETTPORT",
"description": "Jackett port"
},
{ {
"label": "VPN_ENABLED", "label": "VPN_ENABLED",
"name": "VPN_ENABLED", "name": "Enable VPN",
"description": "VPN enabled yes/no" "description": "VPN enabled yes/no",
"select": [{
"text": "Yes",
"value": "yes",
"default": true
},
{
"text": "No",
"value": "no"
}
]
}, },
{ {
"label": "VPN_USER", "label": "VPN_USER",
@ -127,6 +141,5 @@
}, },
"title": "VPN Download", "title": "VPN Download",
"type": 3 "type": 3
} }]
] }
}