mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "db_pwd",
|
|
"type": "password",
|
|
"ask": {
|
|
"en": "Indicate a password fot phpBB's MySQL database",
|
|
"fr": "Choisissez un mot de passe pour la base MySQL de phpBB"
|
|
},
|
|
"example": "strong_password"
|
|
}
|
|
]
|
|
}
|
|
}
|