|
@@ -22,7 +22,24 @@
|
|
|
"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"
|
|
|
},
|
|
@@ -41,9 +58,8 @@
|
|
|
"name": "LOCAL_NETWORK"
|
|
|
}
|
|
|
],
|
|
|
- "image_arm32": "sgtsquiggs/deluge-openvpn:arm32v7-latest",
|
|
|
- "image_arm64": "sgtsquiggs/deluge-openvpn:arm64v8-latest",
|
|
|
- "image_amd64": "sgtsquiggs/deluge-openvpn:amd64-latest",
|
|
|
+ "image_arm64": "ebrianne/docker-deluge-openvpn:latest",
|
|
|
+ "image_amd64": "ebrianne/docker-deluge-openvpn:latest",
|
|
|
"name": "deluge-openvpn",
|
|
|
"officialDoc": "https://github.com/sgtsquiggs/docker-deluge-openvpn",
|
|
|
"platform": "linux",
|