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

59 lines
1.5 KiB
JSON
Raw Normal View History

2019-02-20 12:08:50 +01:00
{
2019-02-20 12:10:59 +01:00
"name": "Cockpit",
"id": "cockpit",
2019-02-20 12:08:50 +01:00
"packaging_format": 1,
"description": {
2019-02-20 12:10:59 +01:00
"en": "Cockpit package for YunoHost.",
"fr": "Cockpit pour YunoHost."
2019-02-20 12:08:50 +01:00
},
2019-02-20 12:10:59 +01:00
"version": "187",
"url": "https://cockpit-project.org/",
2019-02-20 12:08:50 +01:00
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
2019-02-20 12:10:59 +01:00
"en": "Choose a domain name for Cockpit",
"fr": "Choisissez un nom de domaine pour Cockpit"
2019-02-20 12:08:50 +01:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2019-02-20 12:10:59 +01:00
"en": "Choose a path for Cockpit /emby is accepted",
"fr": "Choisissez un chemin pour Cockpit /emby est accepté"
2019-02-20 12:08:50 +01:00
},
"example": "/emby",
"default": "/emby"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}