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/README_fr.md

54 lines
2.7 KiB
Markdown
Raw Normal View History

2022-06-29 03:45:33 +02:00
<!--
2024-03-29 07:22:43 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-06-29 03:45:33 +02:00
-->
# Shell In A Box pour YunoHost
2023-06-04 21:04:16 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/shellinabox.svg)](https://dash.yunohost.org/appci/app/shellinabox) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/shellinabox.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/shellinabox.maintain.svg)
2022-06-29 03:45:33 +02:00
[![Installer Shell In A Box avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=shellinabox)
2024-03-29 07:22:43 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-06-29 03:45:33 +02:00
2024-03-29 07:22:43 +01:00
> *Ce package vous permet dinstaller Shell In A Box rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-06-29 03:45:33 +02:00
2023-06-04 21:04:16 +02:00
## Vue densemble
2022-06-29 03:45:33 +02: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.
2024-03-29 07:22:43 +01:00
**Version incluse:** 2.21~ynh4
2022-06-29 03:45:33 +02:00
2023-06-04 21:04:16 +02:00
## Captures décran
2022-06-29 03:45:33 +02:00
2023-06-04 21:04:16 +02:00
![Capture décran de Shell In A Box](./doc/screenshots/screenshot.gif)
2022-06-29 03:45:33 +02:00
2024-06-23 14:35:48 +02:00
## :red_circle: Anti-fonctionnalités
- **Application non maintenue **: Ce logiciel n'est plus maintenu. Attendez-vous à ce qu'il ne fonctionne plus avec le temps, et que l'on découvre des failles de sécurité qui ne seront pas corrigées, etc.
2022-06-29 03:45:33 +02:00
## Documentations et ressources
2024-03-29 07:22:43 +01:00
- Site officiel de lapp: <https://code.google.com/archive/p/shellinabox/>
- Documentation officielle utilisateur: <https://code.google.com/p/shellinabox/wiki/shellinaboxd_man>
- Documentation officielle de ladmin: <https://github.com/shellinabox/shellinabox/wiki/shellinaboxd_man>
- Dépôt de code officiel de lapp: <https://github.com/shellinabox/shellinabox>
- YunoHost Store: <https://apps.yunohost.org/app/shellinabox>
- Signaler un bug: <https://github.com/YunoHost-Apps/shellinabox_ynh/issues>
2022-06-29 03:45:33 +02:00
## Informations pour les développeurs
2024-03-29 07:22:43 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing).
2022-06-29 03:45:33 +02:00
2024-03-29 07:22:43 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-06-29 03:45:33 +02:00
2024-03-29 07:22:43 +01:00
```bash
2022-06-29 03:45:33 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
ou
sudo yunohost app upgrade shellinabox -u https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
```
2024-03-29 07:22:43 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>