*Arr + QBitTorrent are Generally Available on Cloud Seeder

submited by
Style Pass
2024-05-13 00:30:06

Many of our users reached out and informed us that it was very difficult to setup *Arr and QBitTorrent, yet they wanted to take advantage of the encapsulation of activity inside a Cloud Seeder container. Before this, there was no complete *Arr automated setup. Further, we had never heard of *Arr until our users brought it up to us.

We made a few attempts to mimic the password hashing of QBitTorrent using openssl and a few bash tools, but we couldn't get it quite right. We opted for a C++ implementation closely shadowing the QBitTorrent's actual implementation.

While some settings are exposed in the config.xml for *Arr apps, the majority are embedded in the database. The applications expose an API, but the documentation online is a bit sparse. We used Chrome's developer tools to Inspect the Network as the calls were made and converted them to curl. Now we had the API calls and parameters.

The user and group mappings on podman containers don't match the host/super host (in the case of macOS and windows). We had to make a difficult choice and run the *Arr apps as root. While this is usually not a good idea, in this case, if the appliance is compromised, you'll only get the *Arr suite since that's the only thing running inside the container!

Leave a Comment
Related Posts