1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
wetty_ynh/README_fr.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2022-05-28 10:34:38 +02:00
<!--
2024-03-29 07:27:59 +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-05-28 10:34:38 +02:00
-->
2020-06-30 18:14:20 +02:00
# Wetty pour YunoHost
2019-01-28 00:21:25 +01:00
2023-01-23 10:49:52 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
2023-06-09 22:20:21 +02:00
2021-01-14 09:51:30 +01:00
[![Installer Wetty avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wetty)
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
> *Ce package vous permet dinstaller Wetty 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.*
2019-01-28 00:21:25 +01:00
2023-01-19 08:23:26 +01:00
## Vue densemble
2019-01-28 00:21:25 +01:00
2021-09-04 10:36:00 +02:00
Terminal sur HTTP et HTTPS. WeTTy est une alternative à ajaxterm et anyterm mais bien meilleure qu'eux car WeTTy utilise xterm.js qui est une implémentation complète de l'émulation de terminal écrite entièrement en JavaScript. WeTTy utilise des websockets plutôt que Ajax et donc un meilleur temps de réponse.
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
**Version incluse:** 2.5.0~ynh3
2022-08-11 15:49:15 +02:00
2023-01-19 08:23:26 +01:00
## Captures décran
2019-01-28 00:21:25 +01:00
2023-01-19 08:23:26 +01:00
![Capture décran de Wetty](./doc/screenshots/terminal.png)
2021-09-04 10:33:35 +02:00
2021-05-20 11:24:38 +02:00
## Documentations et ressources
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
- Dépôt de code officiel de lapp: <https://github.com/butlerx/wetty>
- YunoHost Store: <https://apps.yunohost.org/app/wetty>
- Signaler un bug: <https://github.com/YunoHost-Apps/wetty_ynh/issues>
2019-01-28 00:21:25 +01:00
2020-10-13 08:47:33 +02:00
## Informations pour les développeurs
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/wetty_ynh/tree/testing).
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-28 10:34:38 +02:00
2024-03-29 07:27:59 +01:00
```bash
2020-06-30 18:14:20 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
2021-06-19 13:21:37 +02:00
ou
2020-06-30 18:14:20 +02:00
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
2019-01-28 00:21:25 +01:00
```
2021-05-20 11:24:38 +02:00
2024-03-29 07:27:59 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>