2023-12-07 07:35:35 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Bitmagnet" ,
"port" : 3335 ,
"available" : true ,
"exposable" : true ,
"id" : "bitmagnet" ,
2024-06-19 08:01:28 +00:00
"tipi_version" : 22 ,
"version" : "0.9.3" ,
2024-06-08 13:41:14 +00:00
"categories" : [ "media" ] ,
2023-12-07 07:35:35 +00:00
"description" : "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. " ,
"short_desc" : "A self-hosted BitTorrent indexer." ,
"author" : "bitmagnet-io" ,
"source" : "https://github.com/bitmagnet-io/bitmagnet" ,
"form_fields" : [
{
"type" : "random" ,
"label" : "BITMAGNENT_DB_PASSWORD" ,
"min" : 40 ,
"env_variable" : "BITMAGNENT_DB_PASSWORD"
}
] ,
2024-06-08 13:41:14 +00:00
"supported_architectures" : [ "arm64" , "amd64" ]
2023-12-07 07:35:35 +00:00
}