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
Laurent Peuch 7fa15af7f1 add "packaging_format" key to manifest.json
Following the decision taken during last meeting.

See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
2016-03-28 18:49:07 +02:00

40 lines
822 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"
}
]
}
}