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

56 lines
1.5 KiB
JSON
Raw Normal View History

2016-06-02 16:10:37 +02:00
{
"name": "H5AI",
"id": "h5ai",
"packaging_format": 1,
2020-07-08 09:49:14 +02:00
"version": "0.29.2~ynh1",
2016-06-02 16:10:37 +02:00
"description": {
2020-07-08 09:49:14 +02:00
"en": "A modern HTTP web server index for NGINX.",
"fr": "Un serveur moderne d'index pour NGINX."
2016-06-02 16:10:37 +02:00
},
"url": "https://larsjung.de/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": {
2020-07-08 09:49:14 +02:00
"yunohost": ">= 3.7.0"
2016-06-02 16:10:37 +02:00
},
"multi_instance": false,
"services": [
"nginx",
2020-07-08 09:52:15 +02:00
"php7.0-fpm"
2016-06-02 16:10:37 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2020-07-08 09:49:14 +02:00
"en": "Choose a domain for h5ai",
"fr": "Choisissez un domaine pour h5ai"
2016-06-02 16:10:37 +02:00
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
2020-07-08 09:49:14 +02:00
"en": "Choose a path for h5ai",
"fr": "Choisissez un chemin pour h5ai"
2016-06-02 16:10:37 +02:00
},
2018-08-05 02:02:55 +02:00
"example": "/documents",
"default": "/documents"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
2016-06-02 16:10:37 +02:00
}
]
}
2020-07-08 09:49:14 +02:00
}