qbit_manage
Docker 应用程序 from bobokun's Repository
概述
qbit_manage is a tool to manage your qBittorrent instance. It offers a range of features to automate your torrenting workflow, including:
- Category and Tag Management: Automatically update categories based on save paths and add tags based on tracker URLs.
- Torrent Cleanup: Remove unregistered torrents, orphaned files, and torrents without hardlinks.
- Share Limits: Apply advanced share limits based on torrent groups, tags, and categories.
- Health Checks: Recheck paused torrents and tag torrents with tracker errors.
- Scheduler: Run tasks on a schedule or on-demand.
- Web UI: A modern web interface to configure and manage qbit_manage, and trigger commands manually.
运行时参数
- 网络用户界面
http://[IP]:[PORT:8181]/- 网络
bridge- 外壳
sh- 特权
- false
模板配置
- 目标
- 8181
- 默认值
- 8181
- 价值
- 8181
Container Path: /Same/path/as/qbittorrent/downloads/
- 目标
- /Same/path/as/qbittorrent/downloads/
- 默认值
- /mnt/user
- 价值
- /mnt/user
This is used to specify the configuration directory. It will treat all YAML files in this directory as valid configs.
- 默认值
- /config
- 价值
- /config
This is used if you want to use a different name for your log file. Example: tv.log
- 默认值
- qbit_manage.log
- 价值
- activity.log
Run without the scheduler. Script will exit after completion.
- 默认值
- False|True
- 价值
- False
Schedule to run every x minutes. (Default set to 30)
- 默认值
- 30
- 价值
- 30
Set to true to enable web API and web UI
- 默认值
- True|False
- 价值
- true
Web API port (default: 8181)
- 默认值
- 8181
- 价值
- 8181
Recheck paused torrents sorted by lowest size. Resume if Completed.
- 默认值
- False|True
- 价值
- False
Use this if you would like to update your categories.
- 默认值
- False|True
- 价值
- False
Use this if you would like to update your tags. (Only adds tags to untagged torrents)
- 默认值
- False|True
- 价值
- False
Use this if you would like to tag torrents that do not have a working tracker.
- 默认值
- False|True
- 价值
- False
Use this to help apply and manage your torrent share limits based on your tags/categories.
- 默认值
- False|True
- 价值
- False
Use this if you would like to remove unregistered torrents. (It will the delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent without deleting data)
- 默认值
- False|True
- 价值
- False
Use this if you would like to remove orphaned files from your root_dir directory that are not referenced by any torrents. It will scan your root_dir directory and compare it with what is in qBittorrent. Any data not referenced in qBittorrent will be moved into /data/torrents/orphaned_data folder for you to review/delete.
- 默认值
- False|True
- 价值
- False
Use this to tag any torrents that do not have any hard links associated with any of the files. This is useful for those that use Sonarr/Radarr that hard links your media files with the torrents for seeding. When files get upgraded they no longer become linked with your media therefore will be tagged with a new tag noHL. You can then safely delete/remove these torrents to free up any extra space that is not being used by your media folder.
- 默认值
- False|True
- 价值
- False
Use this to skip cleaning up Recycle Bin/Orphaned directory.
- 默认值
- False|True
- 价值
- False
If you would like to see what is gonna happen but not actually move/delete or tag/categorize anything.
- 默认值
- True|False
- 价值
- False
Container Path: /config
- 目标
- /config
- 默认值
- /mnt/user/appdata/qbit_manage
- 价值
- /mnt/user/appdata/qbit_manage
Change the ouput log level.
- 默认值
- INFO
- 价值
- INFO
Character that divides the sections (Default: '=')
- 默认值
- =
- 价值
- =
Screen Width (Default: 100)
- 默认值
- 100
- 价值
- 100
详细信息
ghcr.io/stuffanthings/qbit_manage:latest在Unraid 上运行 qbit_manage 。
qbit_manage 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。