This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Added a process running check #161
Open
tenseiken
wants to merge
10
commits into
DyonR:master
Choose a base branch
from
tenseiken:dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Feb 28, 2023
-
Validates that the qbittorrent process is running during the health check loop. If it's not running, start it back up.
Configuration menu - View commit details
-
Copy full SHA for 0f98c39 - Browse repository at this point
Copy the full SHA 0f98c39View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9084ccd - Browse repository at this point
Copy the full SHA 9084ccdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 243f9fb - Browse repository at this point
Copy the full SHA 243f9fbView commit details -
Added SSL ignore mode functionality to the readme.
Configuration menu - View commit details
-
Copy full SHA for bd85982 - Browse repository at this point
Copy the full SHA bd85982View commit details
Commits on Jun 30, 2023
-
Disabling the find/chown line because it slows down start up considerably for me and isn't needed.
Configuration menu - View commit details
-
Copy full SHA for 2fec075 - Browse repository at this point
Copy the full SHA 2fec075View commit details
Commits on Mar 13, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4073a4f - Browse repository at this point
Copy the full SHA 4073a4fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8d892a9 - Browse repository at this point
Copy the full SHA 8d892a9View commit details
Commits on Mar 14, 2024
-
Redirecting output to /dev/null to suppress occasional error messages from curl.
Configuration menu - View commit details
-
Copy full SHA for aee4fbf - Browse repository at this point
Copy the full SHA aee4fbfView commit details
Commits on Mar 15, 2024
-
Still getting errors from curl about the API login cookie being unset, so I've added some error handling around that.
Configuration menu - View commit details
-
Copy full SHA for e63dfae - Browse repository at this point
Copy the full SHA e63dfaeView commit details
Commits on Mar 27, 2024
-
Adding instructions for the Proton VPN port forward functionality.
Configuration menu - View commit details
-
Copy full SHA for c1a7945 - Browse repository at this point
Copy the full SHA c1a7945View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.