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

51 lines
1.2 KiB
JSON
Raw Normal View History

2022-04-02 15:11:39 +02:00
{
"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": {
2023-01-22 13:03:24 +01:00
"name": "eric_G",
2022-04-02 15:11:39 +02:00
"email": ""
},
"requirements": {
2022-08-15 19:29:02 +02:00
"yunohost": ">= 11.0.9"
2022-04-02 15:11:39 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2023-01-23 10:36:45 +01:00
"php7.4-fpm",
2022-04-02 15:11:39 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
2023-01-23 10:36:45 +01:00
{
"name": "path",
"type": "path",
"example": "/feedback",
"default": "/feedback"
},
2022-04-02 15:11:39 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}