0bd110c6b9
* Add Filestash * Update config.json
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Filestash",
|
|
"port": 8189,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "filestash",
|
|
"tipi_version": 1,
|
|
"version": "397fd8b",
|
|
"categories": ["utilities"],
|
|
"description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze",
|
|
"short_desc": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze",
|
|
"author": "mickael-kerjean",
|
|
"source": "https://github.com/mickael-kerjean/filestash",
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "(Optional) Google Drive Client ID",
|
|
"required": false,
|
|
"env_variable": "FILESTASH_GDRIVE_CLIENT_ID"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "(Optional) Google Drive Client Secret",
|
|
"required": false,
|
|
"env_variable": "FILESTASH_GDRIVE_CLIENT_SECRET"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "(Optional) Dropbox Client ID",
|
|
"required": false,
|
|
"env_variable": "FILESTASH_DROPBOX_CLIENT_ID"
|
|
}
|
|
]
|
|
}
|