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

49 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
},
2021-11-25 18:45:05 +01:00
"version": "257~ynh1",
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/",
"demo": "https://demo.example.com",
"admindoc": "https://cockpit-project.org/documentation.html",
"code": "https://some.forge.com/example/example"
},
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-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": {
"install": [{
"name": "domain",
2021-11-25 18:45:05 +01:00
"type": "domain"
2019-02-20 12:08:50 +01:00
},
{
"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
}
]
}
}