Add TRANSMISSION_WATCH_DIR_ENABLED to the openvpn settings. (#221)

This commit is contained in:
Robert Middleswarth
2021-11-28 11:32:17 -05:00
committed by GitHub
parent 426d4caaec
commit 0be6889ec2
2 changed files with 10 additions and 0 deletions

View File

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

View File

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