1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librephotos_ynh.git synced 2024-09-03 19:36:12 +02:00
librephotos_ynh/manifest.json
2022-07-27 04:18:35 +02:00

59 lines
1.7 KiB
JSON

{
"name": "Librephotos",
"id": "librephotos",
"packaging_format": 1,
"description": {
"en": "A photo viewer and manager similar to Google Photos",
"fr": "Un gestionnaire de photos semblable à Google Photos"
},
"version": "0.2021.36~ynh2",
"url": "https://github.com/LibrePhotos/librephotos",
"upstream": {
"license": "MIT",
"website": "https://librephotos.com",
"demo": "https://demo2.librephotos.com/ (user: demo, password: demo1234)",
"admindoc": "https://docs.librephotos.com/",
"userdoc": "https://github.com/LibrePhotos/librephotos",
"code": "https://github.com/LibrePhotos/librephotos"
},
"license": "MIT",
"maintainer": {
"name": "Jules Bertholet",
"email": "jules.berthlet@quoi.xyz"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx",
"redis-server",
"postgresql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "allow_multimedia_write",
"type": "boolean",
"default": false,
"ask": {
"en": "Allow write access to multimedia directories?",
"fr": "Autoriser la modification des fichiers dans les dossiers multimédia ?"
}
}
]
}
}