The net/bitmagnet port
bitmagnet-0.10.0 – BitTorrent indexer/search engine and DHT crawler with web UI (cvsweb github mirror)
Description
A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.WWW: https://bitmagnet.io
Readme
${PKGSTEM} requires no special privileges and writes no files (other than logs).
Its configuration, including PostgreSQL credentials, is read as config.yml
in the current working directory, the user's home directory and separate
per-key environment variables, in that order.
Secrets and the rc.subr(8) service may thus be limited with an unprivileged user
and a dedicated configuration directory:
# useradd -g =uid -s /sbin/nologin -d /nonexistent ${USER}
# install -d -m 750 ${CONF_DIR}
# rcctl enable ${SVC}
# rcctl set ${SVC} execdir ${CONF_DIR}
# rcctl set ${SVC} user ${USER}
To avoid colours in the default format:
log:
json: true
Maintainer
Klemens Nanni
Only for arches
aarch64 amd64 arm i386 riscv64
Categories
Build dependencies
Run dependencies
Files
- /etc/rc.d/bitmagnet
- /usr/local/bin/bitmagnet
- /usr/local/share/doc/pkg-readmes/bitmagnet