app-store/apps/photoprism/config.json
Luis Miguel ef2dde4a70
Update PhotoPrism to v240420 (#3412)
* Update config.json

Update config.json for new PhotoPrism

* Update docker-compose.yml

Update docker-compose.yml for new PhotoPrism

* Update config.json

Increasing tipi_version

---------

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
2024-05-07 20:13:28 +02:00

39 lines
1.2 KiB
JSON

{
"$schema": "../schema.json",
"name": "PhotoPrism",
"port": 8110,
"available": true,
"exposable": true,
"id": "photoprism",
"tipi_version": 5,
"version": "240420",
"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"]
}