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
ericgaspar 6f5f79d960 fix
2021-07-07 19:03:00 +02:00

43 lines
1 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": "232~ynh1",
"url": "https://cockpit-project.org/",
"license": "LGPL-2.1-only",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/cockpit",
"default": "/cockpit"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}