Search found 1 match

by lpineda
Tue Apr 18, 2023 12:03 am
Forum: Generic
Topic: qBittorrent password generator script
Replies: 3
Views: 2325

Re: qBittorrent password generator script

It did help me! I made an ansible custom filter to configure qBittorrent UI password. This is the custom filter, just place it under the folder filter_plugins . #!/usr/bin/python import base64 import hashlib import os class FilterModule(object): def filters(self): return {'qbittorrent_passwd': self....