Reset qBittorrent WebUI Password in Docker (PBKDF2) — Grab the Temporary Password from Logs
If your qBittorrent WebUI login is locked out (or your IP got banned after too many attempts), the cleanest recovery path in a Docker setup is to remove…
grep -r "#tag"
If your qBittorrent WebUI login is locked out (or your IP got banned after too many attempts), the cleanest recovery path in a Docker setup is to remove…
Self‑hosting is amazing… right up until you realise you want to move multiple terabytes of media and torrents from one box to another without losing watch history, metadata,…
Public Overpass API instances are great… until they’re not. Rate limits, timeouts, and the constant fear of being that person who DDoS’иs the public endpoint with one bad…
Self‑hosting Nextcloud on an OpenMediaVault (OMV) server is a great way to take control of your files, calendars, contacts, and photos. In this guide, we’ll go through a…
Self‑hosting a home server is awesome… until you realize your important documents and photos still live only in the cloud. In this guide we’ll walk through how to…
Running containers with Docker is powerful, but managing everything from the command line can quickly become overwhelming — especially on a home server or small VPS. This is…
I recently wanted a way to get notified in Telegram every time a torrent finished downloading on my server. Since I’m running qBittorrent in Docker on OpenMediaVault, the…
In this post, I’ll show how to properly configure qBittorrent and Jellyfin in Docker so that: 1. Folder Structure Assume the following paths: In Docker: 2. Docker: volumes…