1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shellinabox_ynh.git synced 2024-09-03 20:26:12 +02:00
shellinabox_ynh/manifest.json

46 lines
926 B
JSON
Raw Normal View History

2015-05-08 12:06:33 +02:00
{
"name": "Shell In A Box",
"id": "shellinabox",
"packaging_format": 1,
2016-05-07 02:00:48 +02:00
"description": {
2015-05-08 12:06:33 +02:00
"en": "Web based AJAX terminal emulator",
"fr": "Émulateur de terminal web"
},
2017-08-28 16:34:15 +02:00
"version": "1.1.0",
"url": "https://github.com/shellinabox/shellinabox",
2017-08-31 07:26:26 +02:00
"license": "GPL-2.0",
2015-05-08 12:06:33 +02:00
"maintainer": {
"name": "kload",
"email": "kload@kload.fr"
},
2017-08-28 16:34:15 +02:00
"requirements": {
"yunohost": ">= 2.7.2"
},
2017-04-20 19:34:26 +02:00
"multi_instance": false,
2015-11-22 16:18:56 +01:00
"services": [
"nginx",
2016-05-03 21:10:17 +02:00
"shellinabox"
2015-11-22 16:18:56 +01:00
],
2015-05-08 12:06:33 +02:00
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Shell In A Box"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Shell In A Box"
},
"example": "/ssh",
"default": "/ssh"
}
]
}
}