app-store/apps/bitmagnet/config.json

30 lines
748 B
JSON

{
"$schema": "../schema.json",
"name": "Bitmagnet",
"port": 3335,
"available": true,
"exposable": true,
"id": "bitmagnet",
"tipi_version": 4,
"version": "0.4.1",
"categories": [
"media"
],
"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"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}