1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
42 lines
920 B
JSON
42 lines
920 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Transmission",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8089,
|
|
"requirements": {
|
|
"ports": [
|
|
51413
|
|
]
|
|
},
|
|
"id": "transmission",
|
|
"tipi_version": 8,
|
|
"version": "4.0.4",
|
|
"categories": [
|
|
"utilities"
|
|
],
|
|
"description": "Transmission is a fast, easy, and free BitTorrent client.",
|
|
"short_desc": "Fast, easy, and free BitTorrent client",
|
|
"author": "Transmission Project",
|
|
"source": "https://github.com/transmission/transmission",
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "Username",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "TRANSMISSION_USERNAME"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Password",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "TRANSMISSION_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|