mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
* Update to version 2021-06-23 * Update to 2021 week 36 Co-authored-by: Jules Bertholet <jules.bertholet@quoi.xyz>
61 lines
1.8 KiB
JSON
61 lines
1.8 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~ynh1",
|
|
"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.2.4"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"redis-server",
|
|
"postgresql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"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 ?"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|