this post was submitted on 07 Nov 2023
50 points (98.1% liked)

Open Source

30746 readers
475 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
50
... (github.com)
submitted 11 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

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

top 1 comments
sorted by: hot top controversial new old
[–] deafboy 2 points 11 months ago

An example config file for standalone installations would be nice.

I've put this in the .config/bitmagnet/config.yml

postgres:
  host: localhost
  name: 
  user: 
  password: 
redis:
  addr: localhost:6379
  db: 0
  username: default
  password: 
tmdb:
  api_key: 
log:
  level: info
  development: false
  json: false
dht_crawler:
  scaling_factor: 10
  save_files_threshold: 50
  save_pieces: false