2025-05-15 15:22:16 +02:00
{
"name" : "Bitmagnet" ,
"slug" : "bitmagnet" ,
"categories" : [
11
] ,
2025-05-15 14:22:51 +01:00
"date_created" : "2025-05-15" ,
2025-05-15 15:22:16 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3333 ,
"documentation" : "https://bitmagnet.io/setup.html" ,
"website" : "https://bitmagnet.io/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bitmagnet.webp" ,
2025-05-15 15:22:16 +02:00
"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" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-05-15 15:22:16 +02:00
}
}
] ,
"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." ,
"type" : "info"
}
]
}