Commit Graph

18 Commits

Author SHA1 Message Date
Patrick Kishino
48299204d1
Update main to dev (#2689)
* Add Transmissionic Web UI & New Documentation (#2589)

* Added step to build a .deb file to install and reduce image size (#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (#2593)

#2459

* Fixed TWC paths (#2600)

* add docker build caching to workflow (#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (#2601)

* Fix problem with enabled UFW with Random Ports (#2603)

Fixing #2255

* move vpn config download to /config (#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

---------

Co-authored-by: Anastasiya Polina Soyka <apsoyka@protonmail.com>
Co-authored-by: Geoff <geoff@gapple.ca>
Co-authored-by: ksurl <ksurl@users.noreply.github.com>
Co-authored-by: HeavyGee <133152184+heavygee@users.noreply.github.com>
Co-authored-by: WitchRecipe <77073792+WitchRecipe@users.noreply.github.com>
Co-authored-by: Florian Kretschmer <19738301+Entepotenz@users.noreply.github.com>
2023-08-30 10:55:13 +09:00
edgd1er
0434ee8827
fix regex for webproxy enabled (#2505) 2023-01-23 05:09:30 +09:00
edgd1er
682af66b47
restart privoxy if docker changed eth0 address. (#2494)
* restart privoxy if docker changed eth0 address.

* sometimes, pidfile exists but process is dead
2023-01-21 08:02:06 +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
RickyXwang
4bd601653b
Initial version of route-pre-down script (#1502)
* Initial version of route-pre-down script

* Added support for auth

Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
2021-04-29 09:24:52 +09:00
MustangGB
22ea58ebe6
Make selfheal less verbose (#1812)
* Make selfheal less verbose

* Make selfheal less verbose
2021-04-21 08:45:16 +09:00
MustangGB
5da95dafee
Implement selfheal.sh (#1805)
* Create selfheal.sh

* Update healthcheck.sh

* Update selfheal.sh

* Update start.sh

* Update Dockerfile

* Update selfheal.sh

* Update selfheal.sh

* Update selfheal.sh

* Update selfheal.sh
2021-04-20 07:56:08 +09:00
clement-z
9317d7f512
Add DNS resolution checks (fix #1608) (#1617)
* Add dns resolution test to healthcheck script

* Add dns resolution test to start script

Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
2021-01-19 10:37:08 +09:00
clement-z
623e4541c8
Increase healthcheck ping timeout (#1627) 2021-01-19 10:28:17 +09:00
Kristian Haugene
1d888ee3f8 add timeout and retry for healthcheck 2020-11-10 21:52:47 +01:00
Kristian Haugene
179d095ecd Revert "Update HealthCheck for auto-recover TUN down (#1373)"
This reverts commit 2287ee9cc4.
2020-11-10 21:50:37 +01:00
RickyXwang
2287ee9cc4
Update HealthCheck for auto-recover TUN down (#1373)
* Update tunnelDown.sh

Add attempt to restart TUN
2020-09-29 08:51:34 +09:00
Patrick Kishino
9dd171d170 Exclude grep from ps -ef result 2020-06-25 10:31:25 +09:00
Christophe Lambin
1df9818a08 Fix healthcheck.sh 2020-06-02 20:01:22 +02:00
Patrick Kishino
2db2ce1f0d Updated healthcheck to include openvpn and transmission process 2020-06-02 13:12:45 +09:00
Alexander Chernov
6fa0e97373
chore: typo in healthcheck message. 2020-05-09 20:48:51 +01:00
Kristian Haugene
66c7634f18 Standardize scripts, use bash and double brackets 2019-03-09 18:52:06 +01:00
btimbermont
0abe1912f4 Added healthcheck that checks if network is still up 2019-02-14 09:19:14 +01:00