32 lines
687 B
JSON
32 lines
687 B
JSON
{
|
|
"name": "Transmission",
|
|
"available": true,
|
|
"port": 8089,
|
|
"requirements": {
|
|
"ports": [51413]
|
|
},
|
|
"id": "transmission",
|
|
"description": "",
|
|
"short_desc": "",
|
|
"author": "",
|
|
"source": "https://transmissionbt.com",
|
|
"image": "https://avatars.githubusercontent.com/u/223312?s=200&v=4",
|
|
"form_fields": {
|
|
"username": {
|
|
"type": "text",
|
|
"label": "Username",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "TRANSMISSION_USERNAME"
|
|
},
|
|
"password": {
|
|
"type": "password",
|
|
"label": "Password",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "TRANSMISSION_PASSWORD"
|
|
}
|
|
}
|
|
}
|