1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Adapt manifest to Yunohost 2.4 format

This commit is contained in:
Jimmy Monin 2016-08-27 21:53:29 +02:00
parent 7dafb11c08
commit 863651f460

View file

@ -1,16 +1,27 @@
{ {
"name": "Piwigo", "name": "Piwigo",
"id": "piwigo", "id": "piwigo",
"packaging_format": 1,
"description": { "description": {
"en": "photo gallery", "en": "photo gallery",
"fr": "Gallerie photo" "fr": "Gallerie photo"
}, },
"developer": { "url": "http://piwigo.org",
"license": "free",
"maintainer": {
"name": "monsieur-a", "name": "monsieur-a",
"email": "simon@monsieur-a.fr", "email": "simon@monsieur-a.fr",
"url": "http://piwigo.org" "url": "http://piwigo.org"
}, },
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": "true", "multi_instance": "true",
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": { "arguments": {
"install" : [ "install" : [
{ {