mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
53 lines
2.5 KiB
Markdown
53 lines
2.5 KiB
Markdown
<!--
|
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
No se debe editar a mano.
|
|
-->
|
|
|
|
# Shell In A Box para Yunohost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/shellinabox.svg)](https://dash.yunohost.org/appci/app/shellinabox) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/shellinabox.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/shellinabox.maintain.svg)
|
|
|
|
[![Instalar Shell In A Box con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shellinabox)
|
|
|
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete le permite instalarShell In A Box rapidamente y simplement en un servidor YunoHost.*
|
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
|
|
|
## Descripción general
|
|
|
|
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.
|
|
|
|
|
|
**Versión actual:** 2.21~ynh4
|
|
|
|
## Capturas
|
|
|
|
![Captura de Shell In A Box](./doc/screenshots/screenshot.gif)
|
|
|
|
## :red_circle: Características no deseables
|
|
|
|
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
|
|
|
## Documentaciones y recursos
|
|
|
|
- Sitio web oficial: <https://code.google.com/archive/p/shellinabox/>
|
|
- Documentación usuario oficial: <https://code.google.com/p/shellinabox/wiki/shellinaboxd_man>
|
|
- Documentación administrador oficial: <https://github.com/shellinabox/shellinabox/wiki/shellinaboxd_man>
|
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/shellinabox/shellinabox>
|
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/shellinabox>
|
|
- Reportar un error: <https://github.com/YunoHost-Apps/shellinabox_ynh/issues>
|
|
|
|
## Información para desarrolladores
|
|
|
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing
|
|
|
|
Para probar la rama `testing`, sigue asÍ:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
|
|
o
|
|
sudo yunohost app upgrade shellinabox -u https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|