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:
parent
7dafb11c08
commit
863651f460
1 changed files with 12 additions and 1 deletions
|
@ -1,16 +1,27 @@
|
|||
{
|
||||
"name": "Piwigo",
|
||||
"id": "piwigo",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "photo gallery",
|
||||
"fr": "Gallerie photo"
|
||||
},
|
||||
"developer": {
|
||||
"url": "http://piwigo.org",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "monsieur-a",
|
||||
"email": "simon@monsieur-a.fr",
|
||||
"url": "http://piwigo.org"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue