1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cockpit_ynh.git synced 2024-09-03 18:16:26 +02:00
cockpit_ynh/manifest.json
2020-11-16 19:21:48 +01:00

56 lines
1.5 KiB
JSON

{
"name": "Cockpit",
"id": "cockpit",
"packaging_format": 1,
"description": {
"en": "Cockpit package for YunoHost.",
"fr": "Cockpit pour YunoHost."
},
"version": "232~ynh1",
"url": "https://cockpit-project.org/",
"license": "LGPL-2.1-only",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.0.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Cockpit",
"fr": "Choisissez un nom de domaine pour Cockpit"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Cockpit /cockpit is accepted",
"fr": "Choisissez un chemin pour Cockpit /cockpit est accepté"
},
"example": "/cockpit",
"default": "/cockpit"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site public ?"
},
"default": true
}
]
}
}