2021-02-25 17:30:47 +01:00
|
|
|
{
|
|
|
|
"version": "2",
|
2021-02-25 17:39:33 +01:00
|
|
|
"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",
|
2021-02-25 18:10:45 +01:00
|
|
|
"label": "qBittorrent port",
|
2021-02-25 17:58:04 +01:00
|
|
|
"name": "QBITTORENTPORT"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
2021-02-25 20:05:19 +01:00
|
|
|
{
|
2021-02-25 18:10:45 +01:00
|
|
|
"default": "6789",
|
|
|
|
"label": "NZBget port",
|
|
|
|
"name": "NZBGETPORT"
|
|
|
|
},
|
2021-02-25 17:39:33 +01:00
|
|
|
{
|
|
|
|
"default": "8118",
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Privoxy port",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "PRIVOXYPORT",
|
2021-02-25 17:58:04 +01:00
|
|
|
"description": "for use with vpn proxy service"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"default": "5076",
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "NZBhydra2 port",
|
|
|
|
"name": "NZBHYDRA2PORT"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"default": "9117",
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Jackett port",
|
|
|
|
"name": "JACKETTPORT"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
2021-02-25 20:05:19 +01:00
|
|
|
{
|
2021-02-25 18:39:29 +01:00
|
|
|
"default": "6789, 9117, 5076",
|
|
|
|
"label": "aditional ports",
|
|
|
|
"name": "ADDITIONAL_PORTS",
|
2021-02-25 20:05:19 +01:00
|
|
|
"description": "to pass through the vpn network"
|
2021-02-25 18:39:29 +01:00
|
|
|
},
|
2021-02-25 17:39:33 +01:00
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Enable VPN",
|
|
|
|
"name": "VPN_ENABLED",
|
2021-02-25 17:39:33 +01:00
|
|
|
"select": [{
|
|
|
|
"text": "Yes",
|
|
|
|
"value": "yes",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "No",
|
|
|
|
"value": "no"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "VPN Username",
|
|
|
|
"name": "VPN_USER"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "VPN password",
|
|
|
|
"name": "VPN_PASS"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "VPN provider",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "VPN_PROV",
|
2021-02-25 17:58:04 +01:00
|
|
|
"select": [{
|
|
|
|
"text": "PIA",
|
|
|
|
"value": "pia"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "Airvpn",
|
|
|
|
"value": "airvpn"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "Custom",
|
|
|
|
"value": "custom",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "VPN client",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "VPN_CLIENT",
|
2021-02-25 17:58:04 +01:00
|
|
|
"select": [{
|
|
|
|
"text": "OpenVPN",
|
|
|
|
"value": "openvpn"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "Wireguard",
|
|
|
|
"value": "wireguard",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Extra VPN options",
|
|
|
|
"name": "VPN_OPTIONS"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Strict port fowarding",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "STRICT_PORT_FORWARD",
|
2021-02-25 17:58:04 +01:00
|
|
|
"select": [{
|
|
|
|
"text": "Yes",
|
|
|
|
"value": "yes"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "No",
|
|
|
|
"value": "no",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 18:10:45 +01:00
|
|
|
"label": "Enable Privoxy",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "ENABLE_PRIVOXY",
|
2021-02-25 17:58:04 +01:00
|
|
|
"select": [{
|
|
|
|
"text": "Yes",
|
|
|
|
"value": "yes"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "No",
|
|
|
|
"value": "no",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Local LAN network",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "LAN_NETWORK",
|
|
|
|
"description": "lan ipv4 network>/<cidr notation"
|
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Name servers",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "NAME_SERVERS",
|
2021-02-25 17:58:04 +01:00
|
|
|
"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"
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-25 17:58:04 +01:00
|
|
|
"label": "Debug enabled",
|
2021-02-25 17:39:33 +01:00
|
|
|
"name": "DEBUG",
|
2021-02-25 17:58:04 +01:00
|
|
|
"select": [{
|
|
|
|
"text": "True",
|
|
|
|
"value": "true"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "False",
|
|
|
|
"value": "false",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
2021-02-25 17:39:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "appdata folder",
|
2021-02-25 18:10:45 +01:00
|
|
|
"name": "APPDATA",
|
2021-02-25 17:39:33 +01:00
|
|
|
"description": "location of your appdata root"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "download folder",
|
2021-02-25 18:10:45 +01:00
|
|
|
"name": "DOWNLOAD",
|
2021-02-25 17:39:33 +01:00
|
|
|
"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
|
|
|
|
}]
|
|
|
|
}
|