binhex-bitmagnet
Docker 应用程序 from Binhex's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:3333]- 网络
bridge- 外壳
bash- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
This is the Web UI port for the application.
- 目标
- 3333
- 默认值
- 3333
This is the bittorrent TCP port used by the application.
- 目标
- 3344
- 默认值
- 3344
This is the bittorrent UDP port used by the application.
- 目标
- 3344
- 默认值
- 3344
This is the port for Postgres, this is optional.
- 目标
- 5432
- 默认值
- 5432
This is the container path to your configuration files, e.g. databases, configuration files, logs etc.
- 目标
- /config
- 默认值
- /mnt/user/appdata/bitmagnet
Enable or disable automatic database backup on container start.
- 目标
- POSTGRES_BACKUP_DB
- 默认值
- false|true
Number of days to retain database backups. Older backups will be automatically deleted.
- 目标
- POSTGRES_BACKUP_RETENTION_DAYS
- 默认值
- 7
Enable or disable scheduled database backups.
- 目标
- POSTGRES_SCHEDULED_BACKUP
- 默认值
- false|true
Interval in hours between scheduled database backups.
- 目标
- POSTGRES_SCHEDULED_BACKUP_INTERVAL_HOURS
- 默认值
- 48
Enable or disable database restore on container start. This will drop and recreate the database.
- 目标
- POSTGRES_RESTORE_DB
- 默认值
- false|true
Path to backup directory to restore from, e.g. '/config/bitmagnet/backups/bitmagnet_20251218_174202'. If not specified, the latest backup will be used.
- 目标
- POSTGRES_RESTORE_PATH
Enable or disable database vacuuming for BitMagnet.
- 目标
- POSTGRES_VACUUM_DB
- 默认值
- false|true
Enable or disable database reindexing for BitMagnet.
- 目标
- POSTGRES_REINDEX_DB
- 默认值
- false|true
Specify your TMDB API key, if you do not specify your own key then a default key will be used which may result in slower indexing due to rate limiting.
- 目标
- TMDB_API_KEY
Defines the maximum number of torrents to be processed/classified simultaneously. The default setting of 1 aims to support the widest range of systems. Increasing the setting (for example to 3) may improve throughput of the processor queue but is known to cause slowdowns on less powerful systems.
- 目标
- PROCESSOR_CONCURRENCY
- 默认值
- 1
Enable or disable healthchecks.
- 目标
- ENABLE_HEALTHCHECK
- 默认值
- yes|no
The command or script to execute, if not specified then the script healthcheck.sh will be used (process, dns and https checking).
- 目标
- HEALTHCHECK_COMMAND
The action to execute if the healthcheck command returns a non zero exit code, if not specified the action will be 'exit 1', if you want the container to exit on failure then set the action to 'kill 1'.
- 目标
- HEALTHCHECK_ACTION
The hostname used when performing HTTPS and DNS 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-bitmagnet在Unraid 上运行 binhex-bitmagnet 。
binhex-bitmagnet 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。