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

50 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": {
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-06-04 10:03:11 +02:00
"yunohost": ">= 4.2.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
}