create tun device in container by default

This commit is contained in:
Arne Petersen
2020-01-11 10:49:57 +01:00
parent 26202abb86
commit c35af534b3
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
## 0.0.2
## 0.1.0
- transmission-openvpn 2.7 (haugene/transmission-openvpn:2.7)

View File

@@ -1,6 +1,6 @@
{
"name": "transmission-openvpn",
"version": "0.0.2",
"version": "0.1.0",
"slug": "transmission-openvpn",
"legacy": true,
"maintenance": {
@@ -40,7 +40,8 @@
"OPENVPN_USERNAME": "",
"OPENVPN_PASSWORD": "",
"LOCAL_NETWORK": "192.168.0.0/16",
"WEBPROXY_ENABLED": "false"
"WEBPROXY_ENABLED": "false",
"CREATE_TUN_DEVICE": "true"
},
"schema": {
"PUID": "int",
@@ -50,7 +51,8 @@
"OPENVPN_USERNAME": "str",
"OPENVPN_PASSWORD": "str",
"LOCAL_NETWORK": "str",
"WEBPROXY_ENABLED": "bool"
"WEBPROXY_ENABLED": "bool",
"CREATE_TUN_DEVICE": "bool"
},
"environment": {
"TRANSMISSION_DOWNLOAD_DIR": "/share/transmission-openvpn/completed",