app-store/apps/immich/config.json

38 lines
959 B
JSON
Raw Permalink Normal View History

2022-09-11 10:52:06 +00:00
{
"$schema": "../schema.json",
"name": "Immich",
"available": true,
"exposable": true,
2022-09-24 15:15:02 +00:00
"port": 8128,
2022-09-11 10:52:06 +00:00
"id": "immich",
"tipi_version": 94,
"version": "1.106.4",
"categories": ["data", "photography"],
2022-09-11 10:52:06 +00:00
"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"
2022-09-11 10:52:06 +00:00
}
],
"supported_architectures": ["arm64", "amd64"]
2022-09-11 10:52:06 +00:00
}