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
Éric Gaspar 8e1a0d1ea5 Fix
2023-01-23 10:17:45 +01:00

44 lines
1.1 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": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}