binhex-movarr
Docker 应用程序 from Binhex's Repository
概述
要求
Requires either Jackett or Prowlarr as an index proxy. Set MOVARR_INDEX_PROXY to 'jackett' or 'prowlarr' and fill in the corresponding host, port, and API key variables.
For post-processing (copying completed downloads to a media library), map your library path into this container and set MOVARR_LIBRARY_PATH_LIST to the container path(s).
IMPORTANT - Please ensure you edit /config/movarr/config/movarr.yml after the initial startup.
运行时参数
- 网络
bridge- 外壳
bash- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
Container path for movarr configuration file (movarr.yml), database, and logs.
- 目标
- /config
- 默认值
- /mnt/user/appdata/binhex-movarr
Container path to your media library root. movarr copies completed movies here during post-processing. Set MOVARR_LIBRARY_PATH_LIST to the relevant sub-path(s) inside this mount (e.g. /media/Movies).
- 目标
- /media
- 默认值
- /mnt/user
Container path to the qBittorrent completed downloads directory. movarr reads source files from here during post-processing before calling qBittorrent to remove the torrent.
- 目标
- /data
Run movarr as a continuous daemon. Must be 'yes' inside a container — 'no' runs a single pass and exits.
- 目标
- MOVARR_DAEMON
- 默认值
- yes|no
Console log level. Set to DEBUG when troubleshooting. Overrides general.log_level_console in movarr.yml.
- 目标
- MOVARR_LOG_LEVEL
- 默认值
- INFO|DEBUG|SUCCESS|WARNING|ERROR
Comma-separated list of container paths to your media library. Used to detect already-owned movies and as the post-processing copy destination. Example: /media/Movies,/media/Movies-4K. Overrides general.library_path_list in movarr.yml.
- 目标
- MOVARR_LIBRARY_PATH_LIST
Hostname or IP address of the qBittorrent WebUI. If both containers share a Docker network use the container name; for host networking use 'localhost'. Overrides torrent_client.qbittorrent.host in movarr.yml.
- 目标
- MOVARR_QBT_HOST
- 默认值
- localhost
qBittorrent WebUI port. Overrides torrent_client.qbittorrent.port in movarr.yml.
- 目标
- MOVARR_QBT_PORT
- 默认值
- 8080
qBittorrent WebUI username. Overrides torrent_client.qbittorrent.username in movarr.yml.
- 目标
- MOVARR_QBT_USERNAME
- 默认值
- admin
qBittorrent WebUI password. Overrides torrent_client.qbittorrent.password in movarr.yml.
- 目标
- MOVARR_QBT_PASSWORD
Index proxy used for torrent searches. Overrides index_proxy.selected in movarr.yml.
- 目标
- MOVARR_INDEX_PROXY
- 默认值
- prowlarr|jackett
Hostname or IP address of the Jackett instance. Required when MOVARR_INDEX_PROXY=jackett. Overrides index_proxy.jackett.host in movarr.yml.
- 目标
- MOVARR_JACKETT_HOST
- 默认值
- localhost
Jackett port. Required when MOVARR_INDEX_PROXY=jackett. Overrides index_proxy.jackett.port in movarr.yml.
- 目标
- MOVARR_JACKETT_PORT
- 默认值
- 9117
Jackett API key. Required when MOVARR_INDEX_PROXY=jackett. Overrides index_proxy.jackett.api_key in movarr.yml.
- 目标
- MOVARR_JACKETT_API_KEY
Hostname or IP address of the Prowlarr instance. Required when MOVARR_INDEX_PROXY=prowlarr. Overrides index_proxy.prowlarr.host in movarr.yml.
- 目标
- MOVARR_PROWLARR_HOST
- 默认值
- localhost
Prowlarr port. Required when MOVARR_INDEX_PROXY=prowlarr. Overrides index_proxy.prowlarr.port in movarr.yml.
- 目标
- MOVARR_PROWLARR_PORT
- 默认值
- 9696
Prowlarr API key. Required when MOVARR_INDEX_PROXY=prowlarr. Overrides index_proxy.prowlarr.api_key in movarr.yml.
- 目标
- MOVARR_PROWLARR_API_KEY
Path to the movarr YAML configuration file. Change only if you need the config file in a non-standard location.
- 目标
- MOVARR_CONFIG_PATH
- 默认值
- /config/movarr/configs
Path to the movarr SQLite history database. Overrides general.db_path in movarr.yml.
- 目标
- MOVARR_DB_PATH
- 默认值
- /config/movarr/db
Path to the movarr log file. Leave empty to disable file logging. Overrides general.log_path in movarr.yml.
- 目标
- MOVARR_LOG_PATH
- 默认值
- /config/movarr/logs
Path to the movarr PID file. Overrides general.pid_path in movarr.yml.
- 目标
- MOVARR_PID_PATH
- 默认值
- /config/movarr/pids
Specify whether to run startup scripts to install and/or configure additional applications.
- 目标
- ENABLE_STARTUP_SCRIPTS
- 默认值
- no|yes
Enable or disable healthchecks.
- 目标
- ENABLE_HEALTHCHECK
- 默认值
- yes|no
The command or script to execute for healthchecks; defaults to healthcheck.sh if unset.
- 目标
- HEALTHCHECK_COMMAND
Action to execute on healthcheck failure; defaults to 'exit 1'. Set to 'kill 1' to restart the container on failure.
- 目标
- HEALTHCHECK_ACTION
Hostname used for DNS and HTTPS healthchecking.
- 目标
- HEALTHCHECK_HOSTNAME
- 默认值
- google.com
User ID for the running container.
- 目标
- PUID
- 默认值
- 99
Group ID for the running container.
- 目标
- PGID
- 默认值
- 100
UMASK for the running container.
- 目标
- UMASK
- 默认值
- 000
详细信息
ghcr.io/binhex/arch-movarr在Unraid 上运行 binhex-movarr 。
binhex-movarr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。