1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00
phpbb_ynh/manifest.json

47 lines
1.3 KiB
JSON
Raw Normal View History

2015-03-07 13:58:05 +01:00
{
"name": "phpBB",
"id": "phpBB",
"description": {
"en": "#1 free, opensource bulletin board software",
"fr": "Le 1er logiciel de forum libre et gratuit"
},
"url": "http://www.phpbb.com/",
"maintainer": {
"name": "polytan02",
"email": "polytan02@mcgva.org"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for phpBB",
"fr": "Choisissez un domaine pour phpBB"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for phpBB",
"fr": "Choisissez un chemin pour phpBB"
},
"example": "/forums",
"default": "/forums"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application ?",
"fr": "Est-ce une page publique ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
2015-03-07 14:27:36 +01:00
}
2015-03-07 13:58:05 +01:00
]
}
}