Luca Bilke
27e7258996
add woodpecker pipeline
ci/woodpecker/push/woodpecker Pipeline was successful
Details
2024-02-09 17:51:01 +01:00
Luca Bilke
f0159db13a
Update docker-publish.yml
2024-01-02 19:14:26 +01:00
Luca Bilke
65850be135
Update README.md
2023-11-10 11:45:22 +01:00
Luca Bilke
7d9a377d6c
remove unneeded code to prevent errors, add readme
2023-11-09 11:21:20 +01:00
Luca Bilke
bdadd7898a
Delete .github/workflows/docker-image.yml
2023-11-09 00:29:32 +01:00
Luca Bilke
15e8b3fae4
rm readme
2023-11-08 15:34:16 +01:00
Luca Bilke
fd82cd7ffa
Create docker-publish.yml
2023-11-08 15:33:38 +01:00
Luca Bilke
4119c959c0
initial rework
2023-11-08 15:31:49 +01:00
SOXFOR
8363538baf
Merge pull request #11 from NovaCaller/main
...
Default QBITTORRENT_SERVER to localhost
2023-05-06 23:18:32 +01:00
NovaCaller
525fd939ad
Default QBITTORRENT_SERVER to localhost
2023-04-24 19:55:45 +02:00
SOXFOR
6073092c03
Merge pull request #10 from soxfor/dev
2023-04-24 02:10:59 +01:00
s0x
7e46294294
update: Dockerfile - bump version and add iproute2 pkg
2023-04-24 02:05:01 +01:00
s0x
6eefe5770e
update: docker-compose.yml - present a more complete compose file - ( #4 )
2023-04-24 02:04:29 +01:00
s0x
11c5337dfb
update: README.md - VPN_GATEWAY var no longer required, if not set it the script will try and find the IP addr from the VPN_IF_NAME
2023-04-24 01:57:41 +01:00
s0x
3219017772
update: data/start.sh
...
new: when VPN_GATEWAY is not set, try and find the VPN_IF_NAME gateway address
new: verify VPN_CT_NAME health status before doing any action at startup
2023-04-24 01:54:30 +01:00
SOXFOR
0bda3100f8
Merge pull request #9 from soxfor/dev
...
Merge fixes from dev
2023-04-20 01:49:53 +01:00
SOXFOR
e8729dfd3e
Merge branch 'main' into dev
2023-04-20 01:49:18 +01:00
s0x
f6031c5923
update data/start.sh
...
fix : #8 - Passwords with special characters might fail auth on qBittorrent
improve: better handle and verify login on qBittorrent
misc: verify and fix some shellcheck warnings
2023-04-20 01:36:40 +01:00
s0x
284932173b
update Dockerfile
...
fix: actually use TZ env variable and set it
misc: some code reordering
2023-04-20 01:32:51 +01:00
s0x
738e1240ff
update: Dockerfile - bump patch level
2023-04-18 23:58:30 +01:00
s0x
bc9db0aa70
fix : #6 - qbt_login fails if qbittorrent has CSRF disabled
2023-04-18 23:58:30 +01:00
s0x
45aba7806f
update: Dockerfile - bump patch level
2023-04-18 23:53:46 +01:00
s0x
d620a34060
fix : #6 - qbt_login fails if qbittorrent has CSRF disabled
2023-04-18 23:52:56 +01:00
soxfor
e6bf893c05
Merge branch 'dev'
2023-03-23 23:01:55 +00:00
soxfor
db5f6f70e8
update: Dockerfile - bump patch level
2023-03-23 22:58:09 +00:00
soxfor
00450e4d3a
Exit if qBittorrent is unreable and validate iptables rules before add/del
...
update: Dockerfile - substitute ncat with netcat-openbsd
fix: data/start.sh - use correct command to validate connection to qBittorrent
fix: data/start.sh - always check if port is open on firewall (fixes issue when starting and VPN mapped port is already equal to configured, fw check was skipped)
2023-03-23 22:54:20 +00:00
soxfor
e8bdd43dbf
update: check if qBittorrent is reachable, and quit if not
2023-03-22 01:51:27 +00:00
soxfor
7d4b211884
update: Dockerfile - bump patch level
2023-03-22 01:04:36 +00:00
soxfor
72fbf1bdbd
update: README.md - improve details and instructions
2023-03-22 01:02:31 +00:00
soxfor
f4c79937c4
update: docker-compose.yml - reference other network_mode possibility
2023-03-22 01:02:12 +00:00
soxfor
74badb1d1e
update: docker-compose.yml - move default info to the line below; add depends_on param
2023-03-20 02:25:21 +00:00
soxfor
ca1bcb994c
update: Dockerfile - remove unneeded ''s
2023-03-20 02:23:34 +00:00
soxfor
103b4d5e64
update: data/start.sh - reorder some code and add more error checking
2023-03-20 02:22:57 +00:00
soxfor
5eef341618
update: workflow/docker-image.yml - try and build arm64 (2)
2023-03-20 00:21:37 +00:00
soxfor
d71bd0fe3c
update: workflow/docker-image.yml - try and build arm64
2023-03-20 00:13:10 +00:00
soxfor
3aa9c7a434
update: README.md - include more info regarding variables; having post-rules.txt on gluetun no longer needed
2023-03-18 01:55:11 +00:00
soxfor
77246524a7
update: docker-compose.yml - '' not needed
2023-03-18 01:49:59 +00:00
soxfor
36a0134954
add: docker-compose sample
2023-03-18 01:29:14 +00:00
soxfor
d8d06786b8
update: data/start.sh - validate if variables are defined and remove/add iptables rule to vpn container
2023-03-18 01:19:34 +00:00
soxfor
19659a2a1b
update: Dockerfile - new vars include docker cli
...
- new: vars VPN_CT_NAME and VPN_IF_NAME, used while managing iptables rules for the listen port of qBittorrent
- new: include docker client binary in image to connect to vpn container
2023-03-18 01:17:34 +00:00
SOXFOR
444cfd1cc6
Update Dockerfile
2023-03-17 01:08:18 +00:00
SOXFOR
476038ed81
Update Dockerfile
2023-03-17 01:02:19 +00:00
SOXFOR
1ec43e51f9
Update Dockerfile
2023-03-17 01:00:08 +00:00
SOXFOR
b150428e47
Update Dockerfile
2023-03-17 00:56:24 +00:00
SOXFOR
12c427bacc
Update docker-image.yml
2023-03-17 00:50:40 +00:00
soxfor
ba1a8242b4
update: Dockerfile - add LABELS (2)
2023-03-17 00:43:47 +00:00
SOXFOR
ab6edd204e
Create docker-image.yml
2023-03-17 00:33:41 +00:00
soxfor
12b77695b9
update: Dockerfile - add LABELS
2023-03-17 00:33:13 +00:00
soxfor
7742454fea
update: add more checks and decrease NAT lease lifetime to equal default sleep time
2023-03-17 00:11:22 +00:00
soxfor
9f543c92d5
update: add more info to README.md
2023-03-16 20:15:13 +00:00