29 lines
No EOL
665 B
JSON
29 lines
No EOL
665 B
JSON
{
|
|
"name": "TTYD - Web terminal",
|
|
"port": 8092,
|
|
"id": "ttyd",
|
|
"description": "",
|
|
"short_desc": "A utility that allows you to access a command line from your web browser",
|
|
"author": "",
|
|
"source": "",
|
|
"image": "",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
|