2023-12-07 07:35:35 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Bitmagnet" ,
"port" : 3335 ,
"available" : true ,
"exposable" : true ,
"id" : "bitmagnet" ,
2024-02-23 22:07:12 +00:00
"tipi_version" : 11 ,
"version" : "0.7.5" ,
2023-12-07 07:37:23 +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"
}
] ,
2023-12-07 07:37:23 +00:00
"supported_architectures" : [
"arm64" ,
"amd64"
]
2023-12-07 07:35:35 +00:00
}