Replies: 3 comments 3 replies
-
host: http://172.20.0.7:8080
user: caridi
pass:
settings:
force_auto_tmm: false # Will force qBittorrent to enable Automatic Torrent Management for each torrent.
tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker.
nohardlinks_tag: noHL # Will set the tag of any torrents with no hardlinks.
share_limits_tag: ~share_limit # Will add this tag when applying share limits to provide an easy way to filter torrents by share limit group/priority for each torrent
share_limits_min_seeding_time_tag: MinSeedTimeNotReached # Tag to be added to torrents that have not yet reached the minimum seeding time
share_limits_min_num_seeds_tag: MinSeedsNotMet # Tag to be added to torrents that have not yet reached the minimum number of seeds
share_limits_last_active_tag: LastActiveLimitNotReached # Tag to be added to torrents that have not yet reached the last active limit
cross_seed_tag: cross-seed # Will set the tag of any torrents that are added by cross-seed command
cat_filter_completed: true # Filters for completed torrents only when running cat_update command
share_limits_filter_completed: true # Filters for completed torrents only when running share_limits command
tag_nohardlinks_filter_completed: true # Filters for completed torrents only when running tag_nohardlinks command
directory:
# Do not remove these
# Cross-seed var: </your/path/here/> # Output directory of cross-seed
# root_dir var: </your/path/here/> # Root downloads directory used to check for orphaned files, noHL, and RecycleBin.
# <OPTIONAL> remote_dir var: </your/path/here/> # Path of docker host mapping of root_dir.
# remote_dir must be set if you're running qbit_manage locally and qBittorrent/cross_seed is in a docker
# remote_dir should not be set if qbit_manage is running in a container
# <OPTIONAL> recycle_bin var: </your/path/here/> # Path of the RecycleBin folder. Default location is set to remote_dir/.RecycleBin
# <OPTIONAL> torrents_dir var: </your/path/here/> # Path of the your qbittorrent torrents directory. Required for `save_torrents` attribute in recyclebin
# <OPTIONAL> orphaned_dir var: </your/path/here/> # Path of the the Orphaned Data folder. This is similar to RecycleBin, but only for orphaned data.
cross_seed: /your/path/here/
root_dir: /mnt/mfsPool/
remote_dir: /mnt/mfsPool/
recycle_bin: /mnt/mfsPool/.recycling_bin/
torrents_dir: /data/torrents/
orphaned_dir: /mnt/mfsPool/.orphaned_data/
cat:
# Category & Path Parameters
# <Category Name> : <save_path> # Path of your save directory.
Arrs: /mnt/mfsPool/qbittorrent/categories/arrs/complete
Default: /mnt/mfsPool/qbittorrent/categories/default/complete
Monthly: /mnt/mfsPool/qbittorrent/categories/monthly/complete
Seed: /mnt/mfsPool/qbittorrent/categories/seed_forever/complete |
Beta Was this translation helpful? Give feedback.
-
services:
qbitmanage:
image: ghcr.io/hotio/qbitmanage
container_name: qbitmanage
security_opt:
- no-new-privileges:true
networks:
proxy:
ipv4_address: 172.20.0.16
environment:
- PUID=1000
- PGID=1000
- UMASK=002
volumes:
- /home/caridi/Applications/qbitmanage/config:/config
- /home/caridi/Applications/qbittorrent/config/data/BT_backup:/data/torrents
- /mnt:/mnt
networks:
proxy:
external: true |
Beta Was this translation helpful? Give feedback.
-
the error has nothing to do with connecting to qbit. it clearly says you have configured a webhook notification and the domain you've configured for the webhook - your dns server says does not exist
you also did not provide your full config file either. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions