2022-06-29 03:45:33 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2015-05-08 12:03:12 +02:00
# Shell In A Box for YunoHost
2023-06-04 21:04:16 +02:00
[![Integration level ](https://dash.yunohost.org/integration/shellinabox.svg )](https://dash.yunohost.org/appci/app/shellinabox) ![Working status ](https://ci-apps.yunohost.org/ci/badges/shellinabox.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/shellinabox.maintain.svg )
2021-02-13 19:34:25 +01:00
[![Install Shell In A Box with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=shellinabox)
2017-04-20 19:34:26 +02:00
2022-06-29 03:45:33 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Shell In A Box quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install 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
2023-06-04 21:10:06 +02:00
**Shipped version:** 2.21~ynh4
2019-03-04 16:23:36 +01:00
2022-06-29 03:45:33 +02:00
## Screenshots
2019-03-04 16:23:36 +01:00
2022-06-29 03:45:33 +02:00
![Screenshot of Shell In A Box ](./doc/screenshots/screenshot.gif )
2019-03-04 16:23:36 +01:00
2022-06-29 03:45:33 +02:00
## Documentation and resources
2019-03-04 16:23:36 +01:00
2022-06-29 03:45:33 +02:00
* Official app website: < https: // code . google . com / archive / p / shellinabox />
* Official user documentation: < https: // code . google . com / p / shellinabox / wiki / shellinaboxd_man >
* Official admin documentation: < https: // github . com / shellinabox / shellinabox / wiki / shellinaboxd_man >
* Upstream app code repository: < https: // github . com / shellinabox / shellinabox >
* YunoHost documentation for this app: < https: // yunohost . org / app_shellinabox >
* Report a bug: < https: // github . com / YunoHost-Apps / shellinabox_ynh / issues >
2019-03-04 16:23:36 +01:00
2022-06-29 03:45:33 +02:00
## Developer info
2019-03-04 16:23:36 +01:00
2022-06-29 03:45:33 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing ).
2019-03-04 16:23:36 +01:00
To try the testing branch, please proceed like that.
2022-06-29 03:45:33 +02:00
``` bash
2019-03-04 16:23:36 +01:00
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
```
2022-06-29 03:45:33 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >