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