Commit Graph

12 Commits

Author SHA1 Message Date
Kristian Haugene
e5506e07e8 Quoute variables, fixes #2406 and #2418 2022-12-03 00:15:23 +01:00
MustangGB
0a9d4b5c33
Execute a script on VPN connection failure (#2252)
* Update start.sh

* Update persistEnvironment.py

* Update modify-openvpn-config.sh

* Update tunnelUp.sh

* Update modify-openvpn-config.sh

* Update modify-openvpn-config.sh

* Update modify-openvpn-config.sh

* Update modify-openvpn-config.sh

* Create config-failure.sh

* Update config-failure.sh

* Update tunnelUp.sh

* Update modify-openvpn-config.sh
2022-05-18 12:03:29 +09:00
edgd1er
af3d905b3a
DEBUG: print all lines before execution (#2096)
* DEBUG: print all lines before execution

if var DEBUG is set to anything other than false, each bash script will be run with a set -x. This would ease debugging

* DEBUG: centralize commands in utils.sh
2021-12-05 08:25:22 +09:00
Patrick Kishino
502ca0a5ad
Fixed missing env variables (#1973)
* Update bug_report.yaml (#1949)

* Fixed missing env variables

openvpn tunnelUp was missing required env variables: fixed
privoxy start/stop same: fixed
PEER_DNS and PEER_DNS_PIN_ROUTES added to persistEnv file
2021-09-29 09:15:18 +09:00
Kristian Haugene
05f657435a
Merge pull request #1490 from ksurl/tzfix
set timezone at startup
2020-11-10 22:48:24 +01:00
ksurl
05311b8572 add TZ to persisted variables 2020-11-10 13:46:18 -08:00
Kristian Haugene
dc5d3242f0 Also include TR_ prefixed environment variables for Transmission 2020-11-09 22:44:53 +01:00
Kristian Haugene
2d34ea860f Fixing startup of tinyproxy on alpine, also add a missing env var to export #1334 2020-10-28 22:37:19 +01:00
Kusha Gharahi
4a8333b20e Remove DOCKER_LOG infavor of LOG_TO_STDOUT 2020-10-10 14:26:33 -05:00
Kristian Haugene
f5a305bb8e Move port forwarding scripts into provider folders, unify call and fix export syntax of environment variables 2020-08-22 15:24:12 +02:00
Thomas Borgen
83b6e26446 removes unused json import, replaces sys calls with argparse. renames variables with snake case. use preffered .format for string formatting 2020-08-09 23:02:56 +02:00
Kristian Haugene
12e6378bfe Replace dockerize, make settings persistent, let settings be overridden by env vars 2020-08-09 18:02:51 +02:00