"config_path":"`/opt/bitmagnet/config.yml` or `/opt/bitmagnet/.env`",
"description":"A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.",
"install_methods":[
{
"type":"default",
"script":"ct/bitmagnet.sh",
"resources":{
"cpu":2,
"ram":1024,
"hdd":4,
"os":"debian",
"version":"12"
}
},
{
"type":"alpine",
"script":"ct/alpine-bitmagnet.sh",
"resources":{
"cpu":2,
"ram":1024,
"hdd":3,
"os":"alpine",
"version":"3.21"
}
}
],
"default_credentials":{
"username":null,
"password":null
},
"notes":[
{
"text":"During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.",