app-store/apps/filestash/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

37 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Filestash",
"port": 8189,
"available": true,
"exposable": true,
"id": "filestash",
"tipi_version": 3,
"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"]
}