Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Added a process running check #161

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Added a process running check #161

wants to merge 10 commits into from

Commits on Feb 28, 2023

  1. Added a process running check

    Validates that the qbittorrent process is running during the health check loop. If it's not running, start it back up.
    tenseiken committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0f98c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Update Dockerfile

    Leaving curl installed.
    tenseiken committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9084ccd View commit details
    Browse the repository at this point in the history
  2. Added new SSL mode, ignore

    When leaving the ENABLE_SSL variable unset or set to something other than yes/no, true/false, 1/0, uses ignore mode, which makes no changes to qBittorrent.conf file for SSL. This is useful for when you are managing certificates manually.
    tenseiken committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    243f9fb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Added SSL ignore mode functionality to the readme.
    tenseiken committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    bd85982 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update start.sh

    Disabling the find/chown line because it slows down start up considerably for me and isn't needed.
    tenseiken committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2fec075 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Adding new features

    Dockerfile: Now downloads and extracts VueTorrent for optional use; leaves jq and natpmpc installed for port forwarding.
    
    README.md: Updated the features listing to include the qBittorrent PID watch, VueTorrent, and Proton VPN port forwarding; updated the sample docker run command to use tenseiken/qbittorrentvpn instead of dyonr/qbittorrentvpn; added info about new environment variables.
    
    qbittorrent/iptables.sh: Now calls new script file portfwd.sh to run indefinitely in the background.
    
    qbittorrent/portfwd.sh: New script that keeps a working Proton VPN port forward set up within the container.
    
    qbittorrent/start.sh: Added a section within the health check loop that ensures the listen port in qBittorrent matches up with the port being forwarded. It can change.
    tenseiken committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4073a4f View commit details
    Browse the repository at this point in the history
  2. Update start.sh

    Added a line to log back out of the web UI API after each login. Prevents a bunch of orphaned login cookies from being valid longer than they need to be.
    tenseiken committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8d892a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update start.sh

    Redirecting output to /dev/null to suppress occasional error messages from curl.
    tenseiken committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aee4fbf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update start.sh

    Still getting errors from curl about the API login cookie being unset, so I've added some error handling around that.
    tenseiken committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e63dfae View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update README.md

    Adding instructions for the Proton VPN port forward functionality.
    tenseiken authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c1a7945 View commit details
    Browse the repository at this point in the history