mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:21:33 -06:00
[FEATURE] Support Basic Auth for qBittorrent Download Client #45
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @incredible-dev on GitHub.
What would you like to see implemented next?
Description:
Cleanuparr currently fails to connect to qBittorrent instances that are protected with Basic Authentication. This limitation prevents users from integrating their secure qBittorrent setups with Cleanuparr.
Expected Behavior:
Cleanuparr should be able to connect to qBittorrent instances that require Basic Auth by allowing users to provide a username and password (or token) in the configuration.
Steps to Reproduce:
Actual Behavior:
Cleanuparr fails to authenticate with the qBittorrent client and throws a connection error.
Proposed Solution:
Add support for HTTP Basic Authentication when connecting to qBittorrent, either via headers or URL-based credentials.
@Flaminel commented on GitHub:
@Eyt-Lev Open a separate issue and provide more context, like logs and stuff and what is not working.
@Flaminel commented on GitHub:
This is now available in
v2.1.6.@incredible-dev commented on GitHub:
Yes, this is already supported in the ARR stack.
Radarr and Sonarr are able to connect to qBittorrent instances using Basic Auth without any issues.
They typically allow the configuration of the full base URL including credentials (https://user:pass@host) or use additional headers if needed.
It would be helpful if Cleanuparr could support the same capability, as many users secure their download clients in similar ways.
@Eyt-Lev commented on GitHub:
how does it work now? i spent a couple hours trying to connect qb
what is that if not basic auth
I'm just trying to connect qb can someone help? (i know it should probably be a separate issue but it seems relevant)
@Flaminel commented on GitHub:
Is this something that is already available through the arrs?