tweaks
This commit is contained in:
@@ -26,8 +26,6 @@ services:
|
||||
- OPENVPN_PASSWORD=password
|
||||
- OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
|
||||
- LOCAL_NETWORK=192.168.0.0/24
|
||||
- WEBPROXY_ENABLED=true
|
||||
- WEBPROXY_PORT=8888
|
||||
proxy:
|
||||
build:
|
||||
context: ./proxy
|
||||
|
@@ -22,8 +22,6 @@ services:
|
||||
- OPENVPN_PASSWORD=password
|
||||
- OPENVPN_OPTS="--inactive 3600 --ping 10 --ping-exit 60"
|
||||
- LOCAL_NETWORK=192.168.0.0/24
|
||||
- WEBPROXY_ENABLED=true
|
||||
- WEBPROXY_PORT=8888
|
||||
proxy:
|
||||
image: haugene/transmission-openvpn-proxy
|
||||
links:
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/transmission/stop.sh
|
||||
/opt/tinyproxy/stop.sh
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/transmission/start.sh
|
||||
/etc/tinyproxy/start.sh
|
||||
/opt/tinyproxy/start.sh
|
||||
|
7
tinyproxy/stop.sh
Executable file
7
tinyproxy/stop.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${WEBPROXY_ENABLED}" = "true" ]; then
|
||||
|
||||
/etc/init.d/tinyproxy stop
|
||||
|
||||
fi
|
Reference in New Issue
Block a user