Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL and path support #35

Merged
merged 6 commits into from
Jan 14, 2024
Merged

SSL and path support #35

merged 6 commits into from
Jan 14, 2024

Conversation

esanchezm
Copy link
Owner

@esanchezm esanchezm commented Jan 14, 2024

In this PR I'm adding two new variables:

QBITTORRENT_SSL: Whether to use SSL to connect or not. It will be forced to True when using port 443
QBITTORRENT_URL_BASE: qbittorrent server path or base URL. It's the directory part of the URL, allowing to connect to servers hosted in different paths

It will fix #11

@esanchezm esanchezm mentioned this pull request Jan 14, 2024
Copy link

github-actions bot commented Jan 14, 2024

Test Results

15 tests  +1   15 ✅ +1   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit ffc111e. ± Comparison against base commit 7703990.

♻️ This comment has been updated with latest results.

Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  qbittorrent_exporter
  exporter.py
Project Total  

This report was generated by python-coverage-comment-action

@esanchezm esanchezm merged commit 01aae88 into master Jan 14, 2024
4 checks passed
@esanchezm esanchezm deleted the ssl_and_path_support branch January 14, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTPS support
1 participant