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

41 lines
970 B
JSON

{
"$schema": "../schema.json",
"name": "Immich",
"available": true,
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 50,
"version": "1.83.0",
"categories": [
"data",
"photography"
],
"description": "Photo and video backup solution directly from your mobile phone.",
"short_desc": "Photo and video backup solution directly from your mobile phone.",
"author": "Alex Tran",
"website": "https://www.immich.app/",
"source": "https://github.com/immich-app/immich",
"form_fields": [
{
"type": "random",
"label": "DB_PASSWORD",
"min": 32,
"env_variable": "DB_PASSWORD"
},
{
"type": "random",
"label": "JWT_SECRET",
"min": 32,
"env_variable": "JWT_SECRET"
},
{
"type": "random",
"label": "IMMICH_TYPESENSE_API_KEY",
"min": 32,
"env_variable": "IMMICH_TYPESENSE_API_KEY"
}
],
"supported_architectures": ["arm64", "amd64"]
}