Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qBittorrent Disk Guard

A simple daemon that monitors available disk space and pauses active qBittorrent downloads when available space drops below a configured threshold.

Usage

Docker

docker run -d \
  --name qbittorrent-disk-guard \
  --restart unless-stopped \
  -e QBITTORRENT_URL="http://qbittorrent:8080" \
  -e QBITTORRENT_API_KEY="qbt_xxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  -e FREE_SPACE_PATH="/downloads" \
  -e MIN_FREE_SPACE_GB="50" \
  -e ENABLE_AUTO_RESUME="true" \
  -v /path/to/downloads:/downloads:ro \
  ghcr.io/landerrosette/qbittorrent-disk-guard

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages