2016-06-02 16:10:37 +02:00
|
|
|
{
|
2020-12-02 12:13:13 +01:00
|
|
|
"name": "h5ai",
|
2016-06-02 16:10:37 +02:00
|
|
|
"id": "h5ai",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-08-08 14:29:32 +02:00
|
|
|
"en": "Modern HTTP web server index for NGINX",
|
|
|
|
"fr": "Serveur moderne d'index pour NGINX"
|
2016-06-02 16:10:37 +02:00
|
|
|
},
|
2021-05-26 12:16:06 +02:00
|
|
|
"version": "0.30.0~ynh2",
|
2016-06-02 16:10:37 +02:00
|
|
|
"url": "https://larsjung.de/h5ai/",
|
2021-05-25 22:42:22 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://larsjung.de/h5ai/",
|
|
|
|
"admindoc": "https://larsjung.de/h5ai/",
|
|
|
|
"code": "https://github.com/lrsjng/h5ai"
|
|
|
|
},
|
2019-06-24 19:03:01 +02:00
|
|
|
"license": "MIT",
|
2016-06-02 16:10:37 +02:00
|
|
|
"maintainer": {
|
2018-08-05 02:02:55 +02:00
|
|
|
"name": "alexAubin",
|
|
|
|
"email": "alex.aubin@mailoo.org"
|
2016-06-02 16:10:37 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-11-22 13:06:49 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2016-06-02 16:10:37 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-02-02 10:55:41 +01:00
|
|
|
"php7.3-fpm"
|
2016-06-02 16:10:37 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-21 23:38:12 +02:00
|
|
|
"type": "domain"
|
2016-06-02 16:10:37 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2018-08-05 02:02:55 +02:00
|
|
|
"example": "/documents",
|
|
|
|
"default": "/documents"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2016-06-02 16:10:37 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-12-02 12:13:13 +01:00
|
|
|
}
|