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": {
|
2020-11-16 19:51:33 +01:00
|
|
|
"en": "Sysadmin login session in a web browser.",
|
|
|
|
"fr": "Session de connexion sysadmin dans un navigateur Web."
|
2019-02-20 12:08:50 +01:00
|
|
|
},
|
2020-11-16 19:12:12 +01:00
|
|
|
"version": "232~ynh1",
|
2019-02-20 12:10:59 +01:00
|
|
|
"url": "https://cockpit-project.org/",
|
2020-11-16 19:21:48 +01:00
|
|
|
"license": "LGPL-2.1-only",
|
2019-02-20 12:08:50 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "liberodark",
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-07-07 19:03:00 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2019-02-20 12:08:50 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2019-02-20 12:27:28 +01:00
|
|
|
"example": "/cockpit",
|
|
|
|
"default": "/cockpit"
|
2019-02-20 12:08:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2020-11-16 19:12:12 +01:00
|
|
|
"default": true
|
2019-02-20 12:08:50 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|