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

41 lines
822 B
JSON
Raw Normal View History

2015-05-08 12:06:33 +02:00
{
"name": "Shell In A Box",
"id": "shellinabox",
"packaging_format": 1,
2015-05-08 12:06:33 +02:00
"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",
2015-11-22 16:18:56 +01:00
"services": [
"nginx",
"shellinabox",
],
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"
}
]
}
}