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

  • @deafboy
    link
    21 year 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