1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpback_ynh.git synced 2024-09-03 19:56:34 +02:00
phpback_ynh/manifest.json
2022-08-15 19:29:02 +02:00

50 lines
1.2 KiB
JSON

{
"name": "PHPBack",
"id": "phpback",
"packaging_format": 1,
"description": {
"en": "Open source feedback system you can use for your website",
"fr": "Open source feedback system you can use for your website"
},
"version": "1.3.2~ynh1",
"url": "https://www.phpback.org/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://www.phpback.org/",
"demo": "https://www.phpback.org/demo/",
"code": "https://github.com/phpback/phpback"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/phpback",
"default": "/phpback"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}