52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "Bitmagnet",
|
|
"slug": "bitmagnet",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2025-05-13",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3333,
|
|
"documentation": "https://bitmagnet.io/setup.html",
|
|
"website": "https://bitmagnet.io/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/webp/bitmagnet.webp",
|
|
"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": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
},
|
|
{
|
|
"type": "alpine",
|
|
"script": "ct/alpine-bitmagnet.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 256,
|
|
"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.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|