WIP ttyd
This commit is contained in:
parent
46e05e7919
commit
a283490fe3
4 changed files with 29 additions and 0 deletions
29
apps/ttyd/config.json
Normal file
29
apps/ttyd/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
0
apps/ttyd/docker-compose.yml
Normal file
0
apps/ttyd/docker-compose.yml
Normal file
BIN
screenshots/1-dark.png
Normal file
BIN
screenshots/1-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
BIN
screenshots/1.png
Normal file
BIN
screenshots/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
Loading…
Reference in a new issue