mirror of
https://github.com/YunoHost-Apps/cockpit_ynh.git
synced 2024-09-03 18:16:26 +02:00
48 lines
No EOL
1.4 KiB
JSON
48 lines
No EOL
1.4 KiB
JSON
{
|
|
"name": "Cockpit",
|
|
"id": "cockpit",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Sysadmin login session in a web browser",
|
|
"fr": "Session de connexion sysadmin dans un navigateur Web"
|
|
},
|
|
"version": "188~ynh2",
|
|
"url": "https://cockpit-project.org/",
|
|
"upstream": {
|
|
"license": "LGPL-2.1-only",
|
|
"website": "https://cockpit-project.org/",
|
|
"admindoc": "https://cockpit-project.org/documentation.html",
|
|
"code": "https://github.com/cockpit-project/cockpit",
|
|
"cpe": "cpe:2.3:a:agentejo:cockpit"
|
|
},
|
|
"license": "LGPL-2.1-only",
|
|
"maintainer": {
|
|
"name": "liberodark",
|
|
"email": "liberodark@gmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"help": {
|
|
"en": "/cockpit/ and /cockpit+ are reserved and should not be used.",
|
|
"fr": "/cockpit/ et /cockpit+ sont réservés et ne doivent pas être utilisés."
|
|
},
|
|
"example": "/monitor",
|
|
"default": "/monitor"
|
|
}
|
|
]
|
|
}
|
|
} |