ABOUT
A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
infoDuring installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM4 GB disk
Config path`/opt/bitmagnet/config.yml` or `/opt/bitmagnet/.env`
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/bitmagnet.sh'; sha='64a7ca88372665e6a1f292320ac78383d964a4dc8f0e0ad8a0e9175fc06b715f'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/bitmagnet.shSHA-256 64a7ca88372665e6a1f292320ac78383d964a4dc8f0e0ad8a0e9175fc06b715f alpineAlpine 3.24
Approved locally2 CPU2048 MB RAM3 GB disk
Config path`/opt/bitmagnet/config.yml` or `/opt/bitmagnet/.env`
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-bitmagnet.sh'; sha='a372101e86330541eefa2f47d26a2c60c96bc9b7c3bd2ff7f08a62bca4ff91d7'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-bitmagnet.shSHA-256 a372101e86330541eefa2f47d26a2c60c96bc9b7c3bd2ff7f08a62bca4ff91d7 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.