瀏覽代碼

Add TRANSMISSION_WATCH_DIR_ENABLED to the openvpn settings. (#221)

Robert Middleswarth 3 年之前
父節點
當前提交
0be6889ec2
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5 0
      template/portainer-v2-arm32.json
  2. 5 0
      template/portainer-v2-arm64.json

+ 5 - 0
template/portainer-v2-arm32.json

@@ -4665,6 +4665,11 @@
 					"default": "192.168.0.0/24",
 					"label": "LOCAL_NETWORK",
 					"name": "LOCAL_NETWORK"
+				},
+				{
+					"default": "true",
+					"label": "watch-dir-enabled",
+					"name": "TRANSMISSION_WATCH_DIR_ENABLED"
 				}
 			],
 			"image": "haugene/transmission-openvpn:3.7.1",

+ 5 - 0
template/portainer-v2-arm64.json

@@ -4805,6 +4805,11 @@
 					"default": "192.168.0.0/24",
 					"label": "LOCAL_NETWORK",
 					"name": "LOCAL_NETWORK"
+				},
+				{
+					"default": "true",
+					"label": "watch-dir-enabled",
+					"name": "TRANSMISSION_WATCH_DIR_ENABLED"
 				}
 			],
 			"image": "haugene/transmission-openvpn:3.7.1",