qbit-guard
Aplicación Docker from GEngines' Repository
Visión general
Argumentos en tiempo de ejecución
- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--restart unless-stopped
Configuración de plantillas
qBittorrent WebUI URL
- Objetivo
- QBIT_HOST
- Por defecto
- http://127.0.0.1:8080
qBittorrent WebUI username
- Objetivo
- QBIT_USER
- Por defecto
- admin
qBittorrent WebUI password
- Objetivo
- QBIT_PASS
- Por defecto
- adminadmin
Comma-separated list of categories to process
- Objetivo
- QBIT_ALLOWED_CATEGORIES
- Por defecto
- radarr,tv-sonarr
Delete files when removing torrents
- Objetivo
- QBIT_DELETE_FILES
- Por defecto
- true|false
Set to 1 to ignore SSL certificate errors
- Objetivo
- QBIT_IGNORE_TLS
- Por defecto
- 0|1
Set to 1 for testing mode (no actual deletions)
- Objetivo
- QBIT_DRY_RUN
- Por defecto
- 0|1
How often to check qBittorrent for new torrents (seconds)
- Objetivo
- WATCH_POLL_SECONDS
- Por defecto
- 3.0
Process existing torrents when container starts (0 or 1)
- Objetivo
- WATCH_PROCESS_EXISTING_AT_START
- Por defecto
- 0|1
Keyword in category/tags to force reprocessing
- Objetivo
- WATCH_RESCAN_KEYWORD
- Por defecto
- rescan
Enable pre-air checking for TV shows and movies (0 or 1)
- Objetivo
- ENABLE_PREAIR_CHECK
- Por defecto
- 1|0
Sonarr base URL
- Objetivo
- SONARR_URL
- Por defecto
- http://127.0.0.1:8989
Sonarr API key
- Objetivo
- SONARR_APIKEY
Categories to apply pre-air checks to
- Objetivo
- SONARR_CATEGORIES
- Por defecto
- tv-sonarr
Allow releases this many hours before air date
- Objetivo
- EARLY_GRACE_HOURS
- Por defecto
- 6
Block releases more than this many hours early
- Objetivo
- EARLY_HARD_LIMIT_HOURS
- Por defecto
- 72
Let whitelisted releases bypass hard limit (0 or 1)
- Objetivo
- WHITELIST_OVERRIDES_HARD_LIMIT
- Por defecto
- 0|1
Comma-separated list of trusted release groups
- Objetivo
- EARLY_WHITELIST_GROUPS
Comma-separated list of trusted indexers
- Objetivo
- EARLY_WHITELIST_INDEXERS
Comma-separated list of trusted trackers
- Objetivo
- EARLY_WHITELIST_TRACKERS
Proceed if Sonarr history not found (0 or 1)
- Objetivo
- RESUME_IF_NO_HISTORY
- Por defecto
- 1|0
HTTP timeout for Sonarr API calls
- Objetivo
- SONARR_TIMEOUT_SEC
- Por defecto
- 45
Retry attempts for Sonarr operations
- Objetivo
- SONARR_RETRIES
- Por defecto
- 3
Radarr base URL
- Objetivo
- RADARR_URL
- Por defecto
- http://127.0.0.1:7878
Radarr API key
- Objetivo
- RADARR_APIKEY
Categories for Radarr blocklisting and pre-air checks
- Objetivo
- RADARR_CATEGORIES
- Por defecto
- radarr
HTTP timeout for Radarr API calls
- Objetivo
- RADARR_TIMEOUT_SEC
- Por defecto
- 45
Retry attempts for Radarr operations
- Objetivo
- RADARR_RETRIES
- Por defecto
- 3
Provider selection: off, tvmaze, tvdb, or both
- Objetivo
- INTERNET_CHECK_PROVIDER
- Por defecto
- tvmaze|tvdb|both|off
TVmaze API base URL
- Objetivo
- TVMAZE_BASE
- Por defecto
- https://api.tvmaze.com
HTTP timeout for TVmaze API calls
- Objetivo
- TVMAZE_TIMEOUT_SEC
- Por defecto
- 8
TheTVDB API base URL
- Objetivo
- TVDB_BASE
- Por defecto
- https://api4.thetvdb.com/v4
TheTVDB API key (required for TVDB)
- Objetivo
- TVDB_APIKEY
TheTVDB PIN (optional)
- Objetivo
- TVDB_PIN
Language code for TheTVDB
- Objetivo
- TVDB_LANGUAGE
- Por defecto
- eng
Episode order: default or official
- Objetivo
- TVDB_ORDER
- Por defecto
- default|official
HTTP timeout for TheTVDB API calls
- Objetivo
- TVDB_TIMEOUT_SEC
- Por defecto
- 8
Reuse existing bearer token (optional)
- Objetivo
- TVDB_BEARER
TMDB API key (required for movie digital release verification)
- Objetivo
- TMDB_APIKEY
TMDB API base URL
- Objetivo
- TMDB_BASE
- Por defecto
- https://api.themoviedb.org/3
HTTP timeout for TMDB API calls
- Objetivo
- TMDB_TIMEOUT_SEC
- Por defecto
- 8
Language code for TMDB
- Objetivo
- TMDB_LANGUAGE
- Por defecto
- en-US
Enable ISO/disc image cleanup (0 or 1)
- Objetivo
- ENABLE_ISO_CHECK
- Por defecto
- 1|0
Minimum size for video files to keep (MB)
- Objetivo
- MIN_KEEPABLE_VIDEO_MB
- Por defecto
- 50
Seconds between file list checks during metadata fetching
- Objetivo
- METADATA_POLL_INTERVAL
- Por defecto
- 1.5
Max wait for metadata resolution (0 = infinite)
- Objetivo
- METADATA_MAX_WAIT_SEC
- Por defecto
- 0
Max bytes to download during metadata wait (0 = no limit)
- Objetivo
- METADATA_DOWNLOAD_BUDGET_BYTES
- Por defecto
- 0
Extension strategy: block or allow
- Objetivo
- GUARD_EXT_STRATEGY
- Por defecto
- block
Comma-separated list of allowed extensions (for allow mode)
- Objetivo
- GUARD_ALLOWED_EXTS
Comma-separated list of blocked extensions (overrides defaults in block mode)
- Objetivo
- GUARD_BLOCKED_EXTS
Delete only if all files are disallowed (0 or 1)
- Objetivo
- GUARD_EXT_DELETE_IF_ALL_BLOCKED
- Por defecto
- 1|0
Delete if any file is disallowed (0 or 1)
- Objetivo
- GUARD_EXT_DELETE_IF_ANY_BLOCKED
- Por defecto
- 0|1
Uncheck blocked files instead of deleting torrent (0 or 1)
- Objetivo
- GUARD_UNCHECK_BLOCKED_FILES
- Por defecto
- 0|1
Tag applied to torrents deleted for extension violations
- Objetivo
- GUARD_EXT_VIOLATION_TAG
- Por defecto
- trash:ext
Disc image extensions
- Objetivo
- GUARD_DISC_EXTS
- Por defecto
- iso,img,mdf,nrg,cue,bin
Path to JSON config file (optional)
- Objetivo
- GUARD_EXTS_FILE
Logging verbosity: INFO, DEBUG, or DETAILED
- Objetivo
- LOG_LEVEL
- Por defecto
- INFO|DEBUG|DETAILED
HTTP User-Agent string for API calls
- Objetivo
- USER_AGENT
- Por defecto
- qbit-guard/2.0
Categorías
Detalles
ghcr.io/gengines/qbit-guardEjecute qbit-guard en Unraid.
qbit-guard se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.