app-store/apps/zipline/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

34 lines
931 B
JSON

{
"$schema": "../schema.json",
"name": "Zipline",
"port": 8139,
"available": true,
"exposable": true,
"id": "zipline",
"tipi_version": 5,
"version": "3.7.4",
"categories": [
"media"
],
"description": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
"short_desc": "A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! ",
"author": "https://github.com/diced",
"source": "https://github.com/diced/zipline",
"website": "https://zipline.diced.tech/docs/config/",
"form_fields": [
{
"type": "random",
"label": "ZIPLINE_DB_PASSWORD",
"min": 32,
"env_variable": "ZIPLINE_DB_PASSWORD"
},
{
"type": "random",
"label": "ZIPLINE_CORE_SECRET",
"min": 32,
"env_variable": "ZIPLINE_CORE_SECRET"
}
],
"supported_architectures": ["arm64", "amd64"]
}