1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00
photoprism_ynh/manifest.json
2022-09-20 19:31:20 +07:00

71 lines
2.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Photoprism",
"id": "photoprism",
"packaging_format": 1,
"description": {
"en": "AI-Powered Photos App for the Decentralized Web",
"fr": "Gestion de photos en ligne"
},
"version": "2022.09.01~ynh3",
"url": "photoprism.app",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://photoprism.app",
"demo": "https://demo-fr.photoprism.app",
"admindoc": "https://docs.photoprism.app/developer-guide/",
"userdoc": "https://docs.photoprism.app/user-guide/",
"code": "https://github.com/photoprism/photoprism"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Thovi98"
},
"requirements": {
"yunohost": ">= 11.0.9.11"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Photoprism will be accessible by mobile apps and by users without a YunoHost account. This can be changed later in the webadmin.",
"fr": "Si cette case est cochée, Photoprism sera accessible par des applications mobiles et par les utilisateurs nayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin."
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Photoprism currently supports only one user : admin. Choose a password here.",
"fr": "Photoprism ne permet qu'un seul utilisateur pour le moment. Choisissez un mot de passe ici."
}
}
]
}
}