1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
h5ai_ynh/manifest.json

51 lines
1.2 KiB
JSON
Raw Normal View History

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": {
2020-12-02 12:13:13 +01: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-02-02 10:55:41 +01:00
"version": "0.30.0~ynh1",
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-03-15 11:15:09 +01:00
"yunohost": ">= 4.1.7"
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",
"type": "domain",
"example": "domain.org"
},
{
"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
}