2
0
Fork 0

Commit Graph

  • 27e7258996
    add woodpecker pipeline main Luca Bilke 2024-02-09 17:04:30 +0100
  • f0159db13a
    Update docker-publish.yml Luca Bilke 2024-01-02 19:14:26 +0100
  • 65850be135
    Update README.md Luca Bilke 2023-11-10 11:45:22 +0100
  • 7d9a377d6c remove unneeded code to prevent errors, add readme Luca Bilke 2023-11-09 11:19:00 +0100
  • bdadd7898a
    Delete .github/workflows/docker-image.yml Luca Bilke 2023-11-09 00:29:32 +0100
  • 15e8b3fae4 rm readme Luca Bilke 2023-11-08 15:34:16 +0100
  • fd82cd7ffa
    Create docker-publish.yml Luca Bilke 2023-11-08 15:33:38 +0100
  • 4119c959c0 initial rework Luca Bilke 2023-11-08 15:31:49 +0100
  • 8363538baf
    Merge pull request #11 from NovaCaller/main SOXFOR 2023-05-06 23:18:32 +0100
  • 525fd939ad Default QBITTORRENT_SERVER to localhost NovaCaller 2023-04-24 19:55:45 +0200
  • 6073092c03
    Merge pull request #10 from soxfor/dev SOXFOR 2023-04-24 02:10:59 +0100
  • 7e46294294 update: Dockerfile - bump version and add iproute2 pkg s0x 2023-04-24 02:05:01 +0100
  • 6eefe5770e update: docker-compose.yml - present a more complete compose file - (#4) s0x 2023-04-24 02:04:29 +0100
  • 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 s0x 2023-04-24 01:57:41 +0100
  • 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 s0x 2023-04-24 01:54:30 +0100
  • 0bda3100f8
    Merge pull request #9 from soxfor/dev SOXFOR 2023-04-20 01:49:53 +0100
  • e8729dfd3e
    Merge branch 'main' into dev SOXFOR 2023-04-20 01:49:18 +0100
  • 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 s0x 2023-04-20 01:36:40 +0100
  • 284932173b update Dockerfile fix: actually use TZ env variable and set it misc: some code reordering s0x 2023-04-20 01:32:51 +0100
  • 738e1240ff update: Dockerfile - bump patch level s0x 2023-04-18 23:53:46 +0100
  • bc9db0aa70 fix: #6 - qbt_login fails if qbittorrent has CSRF disabled s0x 2023-04-18 23:52:56 +0100
  • 45aba7806f update: Dockerfile - bump patch level s0x 2023-04-18 23:53:46 +0100
  • d620a34060 fix: #6 - qbt_login fails if qbittorrent has CSRF disabled s0x 2023-04-18 23:52:56 +0100
  • e6bf893c05 Merge branch 'dev' soxfor 2023-03-23 23:01:55 +0000
  • db5f6f70e8 update: Dockerfile - bump patch level soxfor 2023-03-23 22:58:09 +0000
  • 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) soxfor 2023-03-23 22:54:20 +0000
  • e8bdd43dbf update: check if qBittorrent is reachable, and quit if not soxfor 2023-03-22 01:51:27 +0000
  • 7d4b211884 update: Dockerfile - bump patch level soxfor 2023-03-22 01:04:36 +0000
  • 72fbf1bdbd update: README.md - improve details and instructions soxfor 2023-03-22 01:02:31 +0000
  • f4c79937c4 update: docker-compose.yml - reference other network_mode possibility soxfor 2023-03-22 01:02:12 +0000
  • 74badb1d1e update: docker-compose.yml - move default info to the line below; add depends_on param soxfor 2023-03-20 02:25:21 +0000
  • ca1bcb994c update: Dockerfile - remove unneeded ''s soxfor 2023-03-20 02:23:34 +0000
  • 103b4d5e64 update: data/start.sh - reorder some code and add more error checking soxfor 2023-03-20 02:22:57 +0000
  • 5eef341618 update: workflow/docker-image.yml - try and build arm64 (2) soxfor 2023-03-20 00:21:37 +0000
  • d71bd0fe3c update: workflow/docker-image.yml - try and build arm64 soxfor 2023-03-20 00:13:10 +0000
  • 3aa9c7a434 update: README.md - include more info regarding variables; having post-rules.txt on gluetun no longer needed soxfor 2023-03-18 01:55:11 +0000
  • 77246524a7 update: docker-compose.yml - '' not needed soxfor 2023-03-18 01:49:59 +0000
  • 36a0134954 add: docker-compose sample soxfor 2023-03-18 01:29:14 +0000
  • d8d06786b8 update: data/start.sh - validate if variables are defined and remove/add iptables rule to vpn container soxfor 2023-03-18 01:19:34 +0000
  • 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 soxfor 2023-03-18 01:17:34 +0000
  • 444cfd1cc6
    Update Dockerfile SOXFOR 2023-03-17 01:08:18 +0000
  • 476038ed81
    Update Dockerfile SOXFOR 2023-03-17 01:02:19 +0000
  • 1ec43e51f9
    Update Dockerfile SOXFOR 2023-03-17 01:00:08 +0000
  • b150428e47
    Update Dockerfile SOXFOR 2023-03-17 00:56:24 +0000
  • 12c427bacc
    Update docker-image.yml SOXFOR 2023-03-17 00:50:40 +0000
  • ba1a8242b4 update: Dockerfile - add LABELS (2) soxfor 2023-03-17 00:42:43 +0000
  • ab6edd204e
    Create docker-image.yml SOXFOR 2023-03-17 00:33:41 +0000
  • 12b77695b9 update: Dockerfile - add LABELS soxfor 2023-03-17 00:33:13 +0000
  • 7742454fea update: add more checks and decrease NAT lease lifetime to equal default sleep time soxfor 2023-03-17 00:11:22 +0000
  • 9f543c92d5 update: add more info to README.md soxfor 2023-03-16 20:15:13 +0000
  • 6ebcab8383 new: push Dockerfile and start script soxfor 2023-03-16 19:54:23 +0000
  • 56d5b356df first commit soxfor 2023-03-16 19:34:34 +0000