mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
44 lines
910 B
JSON
44 lines
910 B
JSON
{
|
|
"name": "Shell In A Box",
|
|
"id": "shellinabox",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web based AJAX terminal emulator",
|
|
"fr": "Émulateur de terminal web"
|
|
},
|
|
"version": "1.1.0~ynh1",
|
|
"url": "https://github.com/shellinabox/shellinabox",
|
|
"license": "GPL-2.0",
|
|
"maintainer": {
|
|
"name": "kload",
|
|
"email": "kload@kload.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|