2015-05-08 12:03:12 +02:00
# Shell In A Box for YunoHost
2019-03-04 16:23:36 +01:00
[![Integration level ](https://dash.yunohost.org/integration/shellinabox.svg )](https://dash.yunohost.org/appci/app/shellinabox)
[![Install Shell In A Box with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=shellinabox)
2017-04-20 19:34:26 +02:00
2019-03-04 16:23:36 +01:00
> *This package allow you to install Shell In A Box quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
2017-04-20 19:34:26 +02:00
2019-03-04 16:23:36 +01:00
## Overview
2017-04-20 19:34:26 +02:00
2019-03-04 16:23:36 +01:00
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins.
2017-04-20 19:34:26 +02:00
2019-03-04 16:23:36 +01:00
**Shipped version:** Current Debian version.
2017-04-20 19:34:26 +02:00
2019-03-04 16:23:36 +01:00
## Screenshots
![](https://raw.githubusercontent.com/shellinabox/shellinabox/master/misc/preview.gif)
## Configuration
## Documentation
* Official documentation: https://code.google.com/archive/p/shellinabox/wikis/shellinaboxd_man.wiki
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-users support
#### Supported architectures
* x86-64b - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/shellinabox%20%28Official%29.svg )](https://ci-apps.yunohost.org/ci/apps/shellinabox/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/shellinabox%20%28Official%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/shellinabox/)
* Jessie x86-64b - [![Build Status ](https://ci-stretch.nohost.me/ci/logs/shellinabox%20%28Official%29.svg )](https://ci-stretch.nohost.me/ci/apps/shellinabox/)
## Limitations
## Additional information
## Links
* Report a bug: https://github.com/YunoHost-Apps/shellinabox_ynh/issues
* Shell In A Box website: https://github.com/shellinabox/shellinabox
* YunoHost website: https://yunohost.org/
---
Developers info
----------------
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch ](https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing ).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
or
sudo yunohost app upgrade shellinabox -u https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
```