1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00
redmine_ynh/manifest.json
liberodark b0aa2f1058 update
2019-03-13 14:15:09 +01:00

58 lines
1.5 KiB
JSON

{
"name": "PIA",
"id": "pia",
"packaging_format": 1,
"description": {
"en": "PIA package for YunoHost.",
"fr": "PIA pour YunoHost."
},
"version": "2.0",
"url": "https://github.com/LINCnil/pia",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PIA",
"fr": "Choisissez un nom de domaine pour PIA"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PIA /pia is accepted",
"fr": "Choisissez un chemin pour PIA /pia est accepté"
},
"example": "/pia",
"default": "/pia"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}