app-store/apps/filestash/config.json
--Explosion-- eb9f5dbf9e
Make filestash persist data (#2304)
* Make filestash persist data

* Increase tipi version
2024-02-02 08:56:39 +01:00

37 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Filestash",
"port": 8189,
"available": true,
"exposable": true,
"id": "filestash",
"tipi_version": 4,
"version": "latest",
"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"
}
],
"supported_architectures": ["arm64", "amd64"]
}