30 lines
		
	
	
		
			750 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			750 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Bitmagnet",
 | 
						|
  "port": 3335,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "bitmagnet",
 | 
						|
  "tipi_version": 17,
 | 
						|
  "version": "0.7.14",
 | 
						|
  "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"
 | 
						|
  ]
 | 
						|
}
 |