mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "h5ai",
|
|
"id": "h5ai",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Modern HTTP web server index for NGINX",
|
|
"fr": "Serveur moderne d'index pour NGINX"
|
|
},
|
|
"version": "0.30.0~ynh4",
|
|
"url": "https://larsjung.de/h5ai/",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://larsjung.de/h5ai/",
|
|
"demo": "https://larsjung.de/h5ai/demo/",
|
|
"admindoc": "https://larsjung.de/h5ai/",
|
|
"code": "https://github.com/lrsjng/h5ai"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "alexAubin",
|
|
"email": "alex.aubin@mailoo.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/documents",
|
|
"default": "/documents"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|