This commit is contained in:
Nicolas Meienberger 2022-04-24 18:44:17 +02:00
parent 46e05e7919
commit a283490fe3
4 changed files with 29 additions and 0 deletions

29
apps/ttyd/config.json Normal file
View file

@ -0,0 +1,29 @@
{
"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"
}
}
}

View file

BIN
screenshots/1-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

BIN
screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB