2015-03-07 13:58:05 +01:00
|
|
|
{
|
|
|
|
"name": "phpBB",
|
|
|
|
"id": "phpBB",
|
2021-06-28 10:00:43 +02:00
|
|
|
"packaging_format": 1,
|
2015-03-07 13:58:05 +01:00
|
|
|
"description": {
|
2021-06-28 10:57:39 +02:00
|
|
|
"en": "Forum software that is easy to use, powerful, and highly customisable",
|
|
|
|
"fr": "Forum facile à utiliser, puissant et hautement personnalisable"
|
2015-03-07 13:58:05 +01:00
|
|
|
},
|
2021-06-28 10:00:43 +02:00
|
|
|
"version": "3.3.4~ynh1",
|
2015-03-07 13:58:05 +01:00
|
|
|
"url": "http://www.phpbb.com/",
|
2021-06-28 10:00:43 +02:00
|
|
|
"upstream": {
|
2021-06-28 10:57:39 +02:00
|
|
|
"license": "GPL-2.0-only",
|
2021-06-28 10:15:06 +02:00
|
|
|
"website": "http://www.phpbb.com/",
|
2021-06-28 10:33:15 +02:00
|
|
|
"demo": "https://www.phpbb.com/demo/",
|
|
|
|
"admindoc": "https://www.phpbb.com/support/docs/",
|
2021-06-28 10:00:43 +02:00
|
|
|
"userdoc": "https://yunohost.org/apps",
|
2021-06-28 10:33:15 +02:00
|
|
|
"code": "https://github.com/phpbb/phpbb"
|
2021-06-28 10:00:43 +02:00
|
|
|
},
|
2021-06-28 10:57:39 +02:00
|
|
|
"license": "GPL-2.0-only",
|
2015-03-07 13:58:05 +01:00
|
|
|
"maintainer": {
|
2021-06-28 11:04:30 +02:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2015-03-07 13:58:05 +01:00
|
|
|
},
|
2021-06-28 10:00:43 +02:00
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.2.4"
|
|
|
|
},
|
2021-06-28 10:37:02 +02:00
|
|
|
"multi_instance": true,
|
2021-06-28 10:00:43 +02:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php7.3-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
2015-03-07 13:58:05 +01:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-06-28 10:00:43 +02:00
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
2015-03-07 13:58:05 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2021-06-28 10:00:43 +02:00
|
|
|
"type": "path",
|
|
|
|
"example": "/example",
|
|
|
|
"default": "/example"
|
2015-03-07 13:58:05 +01:00
|
|
|
},
|
2015-03-07 14:55:18 +01:00
|
|
|
{
|
2021-06-28 10:00:43 +02:00
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2015-03-08 00:30:38 +01:00
|
|
|
},
|
|
|
|
{
|
2021-06-28 10:00:43 +02:00
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "johndoe"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
|
|
|
"help": {
|
|
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
2015-03-07 14:55:18 +01:00
|
|
|
},
|
2021-06-28 10:00:43 +02:00
|
|
|
"example": "Choose a password"
|
2015-03-07 16:19:05 +01:00
|
|
|
},
|
2021-06-28 10:00:43 +02:00
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"type": "string",
|
2015-03-08 00:30:38 +01:00
|
|
|
"ask": {
|
2021-06-28 10:00:43 +02:00
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
2015-03-08 00:30:38 +01:00
|
|
|
},
|
2021-06-28 10:00:43 +02:00
|
|
|
"choices": ["fr", "en"],
|
|
|
|
"default": "fr"
|
2021-06-28 10:57:39 +02:00
|
|
|
}
|
2015-03-07 13:58:05 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|