Files
pi-hosted/template/apps/deluge-openvpn.json
2022-10-14 13:15:44 -04:00

89 lines
2.5 KiB
JSON

{
"categories": [
"Other",
"VPN",
"Tools"
],
"description": "[DEPRECATED] This container contains OpenVPN and Deluge with a configuration where Deluge is running only when OpenVPN has an active tunnel. It bundles configuration files for many popular VPN providers to make the setup easier. [DEPRECATED] Hasn't been updated in more than 3 years needs replaced",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PUID"
},
{
"default": "MULLVAD",
"description": "see https://github.com/sgtsquiggs/docker-deluge-openvpn",
"label": "OPENVPN_PROVIDER",
"name": "OPENVPN_PROVIDER"
},
{
"description": "Default is false (disabled) only change if you know what you are doing.",
"label": "WEBPROXY_ENABLED",
"name": "WEBPROXY_ENABLED",
"select": [
{
"default": false,
"text": "Disable Web Proxy",
"value": "false"
},
{
"text": "Enable Web Proxy",
"value": "true"
}
]
},
{
"label": "OPENVPN_USERNAME",
"name": "OPENVPN_USERNAME"
},
{
"label": "OPENVPN_PASSWORD",
"name": "OPENVPN_PASSWORD"
},
{
"default": "CA Toronto",
"label": "OPENVPN_CONFIG",
"name": "OPENVPN_CONFIG"
},
{
"default": "192.168.0.0/16",
"label": "LOCAL_NETWORK",
"name": "LOCAL_NETWORK"
}
],
"image_arm64": "ebrianne/docker-deluge-openvpn:latest",
"image_amd64": "ebrianne/docker-deluge-openvpn:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/deluge-icon.png",
"name": "deluge-openvpn",
"officialDoc": "https://github.com/sgtsquiggs/docker-deluge-openvpn",
"platform": "linux",
"ports": [
"8112:8112/tcp"
],
"restart_policy": "unless-stopped",
"title": "Deluge openvpn [DEPRECATED]",
"type": 1,
"volumes": [
{
"bind": "/etc/localtime",
"container": "/etc/localtime"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
},
{
"bind": "/portainer/Files/AppData/Config/DelugeOpenVPN/config",
"container": "/config"
}
],
"webpage": "https://www.deluge-torrent.org/"
}