Browse Source

Replace with a repo that is only 1 year out of date vs 3 year out of date the old one

Robert Middleswarth 2 years ago
parent
commit
e77eb04202
1 changed files with 20 additions and 4 deletions
  1. 20 4
      template/apps/deluge-openvpn.json

+ 20 - 4
template/apps/deluge-openvpn.json

@@ -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",