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-11-29 15:31:31 +01:00
|
|
|
"version": "0.30.0~ynh3",
|
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/",
|
2022-10-16 20:26:47 +02:00
|
|
|
"demo": "https://larsjung.de/h5ai/demo/",
|
2021-05-25 22:42:22 +02:00
|
|
|
"admindoc": "https://larsjung.de/h5ai/",
|
2022-10-16 20:26:47 +02:00
|
|
|
"code": "https://github.com/lrsjng/h5ai"
|
2021-05-25 22:42:22 +02:00
|
|
|
},
|
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
|
|
|
},
|
2022-03-31 19:39:38 +02:00
|
|
|
"multi_instance": true,
|
2016-06-02 16:10:37 +02:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-08-20 22:53:10 +02:00
|
|
|
"php7.4-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
|
|
|
}
|