2022-05-28 10:34:38 +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.
-->
2020-06-30 18:14:20 +02:00
# Wetty pour YunoHost
2019-01-28 00:21:25 +01:00
2022-05-28 10:34:38 +02:00
[![Niveau d'inté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 )
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
2020-06-30 18:14:20 +02:00
*[Read this readme in english.](./README.md)*
2019-01-28 00:21:25 +01:00
2020-10-13 08:47:33 +02:00
> *Ce package vous permet d'installer Wetty rapidement et simplement sur un serveur YunoHost.
2021-06-19 13:21:37 +02:00
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
2019-01-28 00:21:25 +01:00
## Vue d'ensemble
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
2022-10-03 08:55:58 +02:00
**Version incluse :** 2.5.0~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/wetty_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.4.2\~ynh1.)*
2022-08-11 15:49:15 +02:00
2019-01-28 00:21:25 +01:00
2021-09-04 10:33:35 +02:00
## Captures d'écran
2022-05-28 10:34:38 +02: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
## Avertissements / informations importantes
### Configuration
2019-01-28 00:21:25 +01:00
2020-10-13 08:47:33 +02:00
Il y a peu de configuration dans Wetty :
2020-10-13 09:08:33 +02:00
* La configuration de démarrage (port d'écoute, chemin d'URL, hôte SSH) est contenue dans le fichier de service systemd
2020-10-13 08:47:33 +02:00
* La configuration de l'interface utilisateur se fait via l'interface graphique Web elle-même.
2019-01-28 00:21:25 +01:00
2020-10-13 09:08:33 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
2021-05-20 11:24:38 +02:00
* Vous devez vous connecter manuellement.
* Vous pouvez spécifier l'utilisateur en accédent directement `https://<host>/wetty/ssh/<username>`
2021-01-25 16:35:20 +01:00
2021-09-04 10:36:00 +02:00
* Vous pouvez spécifier à l'installation si Wetty devrait être accessible par des visiteurs non connectés sur YunoHost.
2019-01-28 00:21:25 +01:00
2021-05-20 11:24:38 +02:00
* Vous ne pouvez pas vous authentifier par une clé SSH.
2019-01-28 00:21:25 +01:00
2021-05-20 11:24:38 +02:00
## Documentations et ressources
2019-01-28 00:21:25 +01:00
2022-05-28 10:34:38 +02:00
* Site officiel de l'app : < https: // github . com / butlerx / wetty >
* Documentation officielle de l'admin : < https: // github . com / butlerx / wetty / tree / main / docs >
* Dépôt de code officiel de l'app : < https: // github . com / butlerx / wetty >
* Documentation YunoHost pour cette app : < https: // 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
2020-06-30 18:14:20 +02: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
Pour essayer la branche testing, procédez comme suit.
2022-05-28 10:34:38 +02: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
2022-05-28 10:34:38 +02:00
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >