Allow passing only qburl in parameters #100
StereotypicalCat
started this conversation in
Ideas
Replies: 1 comment
-
Does qBittorrent fail if (wrong) username or password was provided when its auth is disabled? If it doesn't, it might be simpler to just use random username/password. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type: Feature Request
Summary
qBittorrent has an option to allow urls from localhost without authentication. However when auth = none, flood requires both url and username + password to launch.
Idea of implementation
If only url is supplied, try to connect to torrent client without user and pass, and if it doesn't work, throw an exception saying the program needs a user and password.
Alternatively, adding another parameter, along the lines of backend-auth = none
Beta Was this translation helpful? Give feedback.
All reactions