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

48 lines
1.3 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": {
2021-11-25 18:45:05 +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
},
2022-05-31 01:08:23 +02:00
"version": "188~ynh2",
2019-02-20 12:10:59 +01:00
"url": "https://cockpit-project.org/",
2021-11-25 18:45:05 +01:00
"upstream": {
"license": "LGPL-2.1-only",
"website": "https://cockpit-project.org/",
2022-03-13 21:51:45 +01:00
"admindoc": "https://cockpit-project.org/documentation.html",
"code": "https://github.com/cockpit-project/cockpit",
"cpe": "cpe:2.3:a:agentejo:cockpit"
2021-11-25 18:45:05 +01:00
},
2020-11-16 19:21:48 +01:00
"license": "LGPL-2.1-only",
2019-02-20 12:08:50 +01:00
"maintainer": {
2022-09-23 21:13:01 +02:00
"name": "",
"email": ""
2019-02-20 12:08:50 +01:00
},
"requirements": {
2021-11-25 18:45:05 +01:00
"yunohost": ">= 4.3.0"
2019-02-20 12:08:50 +01:00
},
"multi_instance": false,
"services": [
2021-11-25 18:45:05 +01:00
"nginx"
2019-02-20 12:08:50 +01:00
],
"arguments": {
2022-03-13 21:51:45 +01:00
"install": [
2022-05-31 01:08:23 +02:00
{
2019-02-20 12:08:50 +01:00
"name": "domain",
2021-11-25 18:45:05 +01:00
"type": "domain"
2019-02-20 12:08:50 +01:00
},
{
"name": "path",
"type": "path",
2021-12-06 22:54:30 +01:00
"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"
2019-02-20 12:08:50 +01:00
}
]
}
}