DyonR
f38f56e0d1
Fixed the example value of HEALTH_CHECK_AMOUNT
2022-09-08 18:50:55 +02:00
DyonR
7d416d09a2
Updated HEALTH_CHECK_AMOUNT to README
2022-09-07 20:25:16 +02:00
DyonR
f546d71a97
Added additional log info for HEALTH_CHECK_AMOUNT
2022-09-07 20:21:11 +02:00
DyonR
2821928eec
Added "HEALTH_CHECK_AMOUNT"
...
Added HEALTH_CHECK_AMOUNT. HEALTH_CHECK_AMOUNT gives the user more customizability regarding the 'HEALTH_CHECK'
2022-09-07 20:17:49 +02:00
DyonR
176a92a509
Clearer error message about PGID/PUID existence
...
Closes #108
2022-09-07 18:57:00 +02:00
DyonR
d3a6da3c0c
Log warning when VPN is disabled
...
Log warning when VPN is disabled
2022-08-21 15:48:08 +02:00
DyonR
828fb3014b
Merge pull request #109 from mvicomoya/bug/VPN_ENABLE_true
...
Start VPN client whenever VPN_ENABLED is 1/true/yes
2022-08-03 23:45:05 +02:00
Miguel A. Vico
e47ac45cba
Start VPN client whenever VPN_ENABLED is 1/true/yes
...
VPN client was only started if VPN_ENABLED was "yes". However, earlier
in the start.sh file preparations were done whenever VPN_ENABLED was
either 1/true/yes.
Using a non-string 'yes' value in docker-compose.yaml, for instance,
would automatically make VPN_ENABLED take a value of "true", and that
would cause the VPN client not to start, without printing any sort of
warning or error.
2022-08-03 14:07:03 -07:00
DyonR
e63b9b0906
Exclude alpha builds
2022-04-22 01:56:45 +02:00
DyonR
5482282d62
Merge pull request #95 from DyonR/dev
...
Added RESTART_CONTAINER
2022-02-20 02:13:36 +01:00
DyonR
f6ff0e97ac
Added RESTART_CONTAINER
...
If RESTART_CONTAINER is **not** set to `1`, `true` or `yes`, it will **not restart** automatically `exit 1` the container.
2022-02-20 02:02:20 +01:00
DyonR
ef454cf13e
Merge pull request #93 from DyonR/dev
...
Setting ENABLE_SSL to NOT yes, true or 1 disables HTTPS
2022-02-20 01:36:05 +01:00
DyonR
19c67ff34b
Setting ENABLE_SSL to NOT yes, true or 1 disables HTTPS
2022-02-20 01:34:23 +01:00
DyonR
89e45f4168
Merge pull request #92 from DyonR/dev
...
Update qBittorrent.conf
2022-02-16 20:09:24 +01:00
DyonR
f34a46c8fa
Update qBittorrent.conf
2022-02-16 20:08:54 +01:00
DyonR
e9c8c2acd0
Merge pull request #87 from DyonR/dev
...
Graceful shutdown, iptables -V placement, should fix #62 , fix HEALTH_CHECK_SILENT
2022-01-09 00:35:25 +01:00
DyonR
d26ea4bf6d
Fix autoremove and fix HEALTH_CHECK_SILENT suppression
...
Fixes and closes #82
2022-01-09 00:18:12 +01:00
DyonR
a3d23e45ec
Merge pull request #80 from rbranson/master
...
Support graceful shutdowns of qbittorrent
2022-01-08 19:59:27 +01:00
DyonR
b5a545fdb2
Merge pull request #86 from brogers5/move-iptables-version-check
...
Move iptables version check
2022-01-08 19:44:02 +01:00
brogers5
663157da0a
Move initial iptables -V call to avoid nft initialization failure in legacy kernels.
2022-01-07 22:17:14 -05:00
DyonR
daffa24f38
Merge pull request #85 from Badintral/optimized_chown
...
Fixes #84
2022-01-03 15:27:27 +01:00
Badintral
e67d7d841f
Apply chown only on files needing it
2022-01-03 15:43:10 +09:00
Rick Branson
8afa7bcab8
Support graceful shutdowns of qbittorrent
2021-12-07 16:33:27 -08:00
DyonR
532255c816
Added prune to autoremove
2021-11-02 17:08:42 +01:00
DyonR
ff7a62fd9d
Switch to bullseye repo instead of buster
2021-11-02 16:56:16 +01:00
DyonR
0981380ec1
Merge pull request #72 from DyonR/dev
...
Fixed #70 (missing dependency), added LEGACY_IPTABLES to README, exclude 'rc' releases
2021-11-02 16:43:20 +01:00
DyonR
0f31ba7482
Fixed #70 (missing dependency), added LEGACY_IPTABLES to README, exclude 'rc' releases
2021-11-02 16:42:40 +01:00
DyonR
3c30f4e4b9
Removed a few unnecessary spaces
2021-11-02 16:14:51 +01:00
DyonR
745980bd66
Merge pull request #61 from joe-p/remove_src_valid_mark
...
Allow container to run wireguard without --privileged
2021-11-02 16:02:18 +01:00
DyonR
1582701378
Merge pull request #66 from DyonR/dev
...
Allow all 'boolean' yes/no 0/1 true/false be to set like any equivalent
2021-09-23 14:59:57 +02:00
DyonR
db18b6860f
Allow all 'boolean' yes/no 0/1 true/false be to set like any equivalent
...
It is now possible to set any 'yes/no', '1/0' or 'true/false' value to any of the equivalent definition. This closes #65
2021-09-23 14:59:13 +02:00
Joe Polny
6c702f397a
remove --privileged from README example
2021-08-24 19:21:37 -04:00
Joe Polny
b2a28b7703
remove src_valid_mark from wg-quick
2021-08-24 19:20:56 -04:00
DyonR
40ece7c884
Merge pull request #59 from DyonR/dev
...
Updated readme to debian bullseye
2021-08-15 21:54:17 +02:00
DyonR
c71b27d75b
Updated readme to debian bullseye
2021-08-15 21:53:31 +02:00
DyonR
fc943d0cd9
Merge pull request #58 from DyonR/dev
...
Update to Debian Bullseye
2021-08-15 21:05:35 +02:00
DyonR
adcd23e210
Update to Debian Bullseye
2021-08-15 21:04:46 +02:00
DyonR
31e6563d39
Merge pull request #53 from DyonR/dev
...
PUID check, README WireGuard IPv6 info, exclude qBittorrent beta, LEGACY_IPTABLES
2021-08-02 19:36:40 +02:00
DyonR
0cebbdae4b
New method of reverting to iptables (legacy) and version info in log
2021-08-02 19:07:43 +02:00
DyonR
67bbd021d8
Uncommented LEGACY_IPTABLES
...
As requested in issue #25 . Note that this is an experimental workaround, I guess
2021-08-02 18:51:08 +02:00
DyonR
c77ff113fe
Exclude beta tags
2021-08-02 17:19:47 +02:00
DyonR
edc527eb89
Minor sentence change
2021-08-02 16:10:58 +02:00
DyonR
2554293abc
Updated docs regarding WireGuard and IPv6
...
Closes issue #49
2021-08-02 16:08:40 +02:00
DyonR
22cc98178b
Merge pull request #52 from reyemxela/master
...
Different way to search for existing PUID
2021-08-01 16:08:26 +02:00
Alex Meyer
bd51519c58
Different way to search for existing PUID
...
Just grepping for PUID in /etc/passwd can accidentally catch group IDs with that same number. The `id` command returns whether or not there's a user with that ID more reliably.
2021-07-31 23:12:21 -04:00
DyonR
e0819f3791
Merge pull request #42 from DyonR/dev
...
Obtain Ninja and Cmake case insensitive
2021-05-04 20:19:53 +02:00
DyonR
b4181ccb04
Obtain Ninja version case insentitive
2021-05-04 20:19:11 +02:00
DyonR
b9ccead3c3
Obtain CMAKE version case insensitive
2021-05-04 20:17:49 +02:00
DyonR
a4668507e3
Merge pull request #41 from DyonR/dev
...
Fixed obtaining Boost version
2021-05-04 19:16:15 +02:00
DyonR
979d1627bf
Fixed obtaining Boost version
2021-05-04 19:15:38 +02:00