app-store/apps/transmission/config.json

41 lines
871 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Transmission",
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8089,
"requirements": {
2023-03-28 22:11:55 +00:00
"ports": [
51413
]
2022-07-28 17:46:12 +00:00
},
"id": "transmission",
"tipi_version": 5,
"version": "4.0.3",
2023-03-28 22:11:55 +00:00
"categories": [
"utilities"
],
2022-07-28 17:46:12 +00:00
"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"
}
]
}