23 lines
842 B
JSON
23 lines
842 B
JSON
{
|
|
"name": "PhotoPrism",
|
|
"port": 8110,
|
|
"available": true,
|
|
"id": "photoprism",
|
|
"tipi_version": 1,
|
|
"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"
|
|
}
|
|
]
|
|
}
|