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

63 lines
1.6 KiB
JSON

{
"name": "Piwigo",
"id": "piwigo",
"packaging_format": 1,
"description": {
"en": "photo gallery",
"fr": "Gallerie photo"
},
"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" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Piwigo"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Piwigo"
},
"example": "/piwigo",
"default": "/piwigo"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Piwigo administrator (must be an existing YunoHost user)"
},
"example": "homer"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public Piwigo site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}