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

39 lines
1.2 KiB
JSON

{
"$schema": "../schema.json",
"name": "PhotoPrism",
"port": 8110,
"available": true,
"exposable": true,
"id": "photoprism",
"tipi_version": 4,
"version": "231021",
"categories": [
"photography"
],
"description": "PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud. Default username: admin",
"short_desc": "AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy.",
"author": "PhotoPrism",
"source": "https://github.com/photoprism/photoprism",
"form_fields": [
{
"type": "password",
"label": "Photoprism admin password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "PHOTOPRISM_ADMIN_PASSWORD"
},
{
"type": "random",
"label": "Photoprism DB password",
"env_variable": "DB_PASSWORD"
},
{
"type": "random",
"label": "Photoprism root DB password",
"env_variable": "DB_ROOT_PASSWORD"
}
],
"supported_architectures": ["arm64", "amd64"]
}