23 lines
679 B
JSON
23 lines
679 B
JSON
{
|
|
"name": "File Browser",
|
|
"description":"File Browser is a file management tool that lets you easily browse, upload, and organize files on your server through a simple interface.",
|
|
"fields": [
|
|
{
|
|
"description": "Your File Browser domain:",
|
|
"key": "DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "File Browser username:",
|
|
"key": "FILEBROWSER_USER",
|
|
"value": ""
|
|
},
|
|
{
|
|
"description": "File Browser password:",
|
|
"key": "FILEBROWSER_PASS",
|
|
"value": "",
|
|
"type": "password"
|
|
}
|
|
]
|
|
} |