Sign inSign up

binhex/arch-bitmagnet

By binhex

Updated about 2 months ago

Image
2

10K+

binhex/arch-bitmagnet repository overview

Application

bitmagnet

Description

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.

Build notes

Latest GitHub release.

Usage

docker run -d \
    --name=<container name> \
    -p <webui port>:3333 \
    -p <bittorrent port tcp>:3344 \
    -p <bittorrent port udp>:3344/udp \
    -p <postgres port>:5432 \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e TMDB_API_KEY=<tmdb key> \
    -e PROCESSOR_CONCURRENCY=<int> \
    -e POSTGRES_VACUUM_DB=<true|false> \
    -e POSTGRES_REINDEX_DB=<true|false> \
    -e HEALTHCHECK_COMMAND=<command> \
    -e HEALTHCHECK_ACTION=<action> \
    -e HEALTHCHECK_HOSTNAME=<hostname> \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-bitmagnet

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:3333

Example

docker run -d \
    --name=bitmagnet \
    -p 3333:3333 \
    -p 3344:3344 \
    -p 3344:3344/udp \
    -p 5432:5432 \
    -v /apps/docker/bitmagnet:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-bitmagnet

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

Tag summary

Content type

Image

Digest

sha256:0528eda86

Size

623.6 MB

Last updated

about 2 months ago

docker pull binhex/arch-bitmagnet