2015-05-08 12:06:33 +02:00
|
|
|
{
|
2022-06-29 03:45:27 +02:00
|
|
|
"name": "Shell In A Box",
|
|
|
|
"id": "shellinabox",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Web based AJAX terminal emulator",
|
|
|
|
"fr": "Émulateur de terminal web"
|
|
|
|
},
|
|
|
|
"version": "2.21~ynh3",
|
|
|
|
"url": "https://github.com/shellinabox/shellinabox",
|
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"website": "https://code.google.com/archive/p/shellinabox/",
|
|
|
|
"admindoc": "https://github.com/shellinabox/shellinabox/wiki/shellinaboxd_man",
|
|
|
|
"userdoc": "https://code.google.com/p/shellinabox/wiki/shellinaboxd_man",
|
|
|
|
"code": "https://github.com/shellinabox/shellinabox"
|
|
|
|
},
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "kload",
|
|
|
|
"email": "kload@kload.fr"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2022-01-04 23:32:01 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2022-06-29 03:45:27 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/ssh",
|
|
|
|
"default": "/ssh"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2015-05-08 12:06:33 +02:00
|
|
|
}
|