app-store/apps/bitmagnet/config.json

25 lines
729 B
JSON

{
"$schema": "../schema.json",
"name": "Bitmagnet",
"port": 3335,
"available": true,
"exposable": true,
"id": "bitmagnet",
"tipi_version": 22,
"version": "0.9.3",
"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"]
}