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

71 lines
1.8 KiB
JSON
Raw Normal View History

2015-03-07 13:58:05 +01:00
{
"name": "phpBB",
2021-06-28 12:06:56 +02:00
"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-11-05 23:52:32 +01:00
"version": "3.3.5~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-09-03 13:10:27 +02:00
"name": "eric_G",
2021-06-28 11:04:30 +02:00
"email": ""
2015-03-07 13:58:05 +01:00
},
2021-06-28 10:00:43 +02:00
"requirements": {
2021-11-06 16:11:05 +01:00
"yunohost": ">= 4.2.8"
2021-06-28 10:00:43 +02:00
},
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-09-22 00:02:03 +02:00
"type": "domain"
2015-03-07 13:58:05 +01:00
},
{
"name": "path",
2021-06-28 10:00:43 +02:00
"type": "path",
2021-06-28 11:07:56 +02:00
"example": "/phpbb",
"default": "/phpbb"
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 18:52:19 +02:00
{
"name": "language",
"type": "string",
"ask": {
2021-06-29 08:11:29 +02:00
"en": "Choose the board language",
"fr": "Choisissez la langue du forum"
2021-06-28 18:52:19 +02:00
},
"choices": ["fr", "en"],
"default": "fr"
},
2015-03-08 00:30:38 +01:00
{
2021-06-28 10:00:43 +02:00
"name": "admin",
2021-09-22 00:02:03 +02:00
"type": "user"
2021-06-28 10:00:43 +02:00
},
{
"name": "password",
2021-09-22 00:02:03 +02:00
"type": "password"
2021-06-28 10:57:39 +02:00
}
2015-03-07 13:58:05 +01:00
]
}
}