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
2016-05-03 21:10:17 +02:00

40 lines
821 B
JSON

{
"name": "Shell In A Box",
"id": "shellinabox",
"packaging_format": 1,
"description": {
"en": "Web based AJAX terminal emulator",
"fr": "Émulateur de terminal web"
},
"url": "https://code.google.com/p/shellinabox/",
"maintainer": {
"name": "kload",
"email": "kload@kload.fr"
},
"multi_instance": "false",
"services": [
"nginx",
"shellinabox"
],
"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"
}
]
}
}