portainer_templates/Template/test.json

177 lines
3.4 KiB
JSON

{
"version": "2",
"templates": [{
"categories": [
"Download",
"VPN"
],
"description": "A stack of dockers (qBittorent, NZBget, Jackett, NZBhydra2) to use with VPN service to shield your privacy",
"env": [{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"label": "TZ",
"name": "TZ"
},
{
"default": "8080",
"label": "qBittorrent webui port",
"name": "QBITTORENTPORT"
},
{
"default": "8118",
"label": "Privoxy port",
"name": "PRIVOXYPORT",
"description": "for use with vpn proxy service"
},
{
"default": "5076",
"label": "NZBhydra2 port",
"name": "NZBHYDRA2PORT"
},
{
"default": "9117",
"label": "Jackett port",
"name": "JACKETTPORT"
},
{
"label": "Enable VPN",
"name": "VPN_ENABLED",
"select": [{
"text": "Yes",
"value": "yes",
"default": true
},
{
"text": "No",
"value": "no"
}
]
},
{
"label": "VPN Username",
"name": "VPN_USER"
},
{
"label": "VPN password",
"name": "VPN_PASS"
},
{
"label": "VPN provider",
"name": "VPN_PROV",
"select": [{
"text": "PIA",
"value": "pia"
},
{
"text": "Airvpn",
"value": "airvpn"
},
{
"text": "Custom",
"value": "custom",
"default": true
}
]
},
{
"label": "VPN client",
"name": "VPN_CLIENT",
"select": [{
"text": "OpenVPN",
"value": "openvpn"
},
{
"text": "Wireguard",
"value": "wireguard",
"default": true
}
]
},
{
"label": "Extra VPN options",
"name": "VPN_OPTIONS"
},
{
"label": "Strict port fowarding",
"name": "STRICT_PORT_FORWARD",
"select": [{
"text": "Yes",
"value": "yes"
},
{
"text": "No",
"value": "no",
"default": true
}
]
},
{
"label": "ENable Privoxy",
"name": "ENABLE_PRIVOXY",
"select": [{
"text": "Yes",
"value": "yes"
},
{
"text": "No",
"value": "no",
"default": true
}
]
},
{
"label": "Local LAN network",
"name": "LAN_NETWORK",
"description": "lan ipv4 network>/<cidr notation"
},
{
"label": "Name servers",
"name": "NAME_SERVERS",
"description": "209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1"
},
{
"label": "Debug enabled",
"name": "DEBUG",
"select": [{
"text": "True",
"value": "true"
},
{
"text": "False",
"value": "false",
"default": true
}
]
},
{
"label": "appdata folder",
"name": "appdata folder",
"description": "location of your appdata root"
},
{
"label": "download folder",
"name": "download folder",
"description": "location of your download folder"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/openvpn-as-icon.png",
"name": "VPN Download",
"note": "A stack of dockers (qBittorent, NZBget, Jackett, NZBhydra2) to use with VPN service to shield your privacy.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/vpn_download.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "VPN Download",
"type": 3
}]
}