Skip Navigation

...

github.com GitHub - bitmagnet-io/bitmagnet: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.

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

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

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

1
1 comments
  • 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