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

71 lines
2.9 KiB
Markdown
Raw Normal View History

2020-06-30 18:14:20 +02:00
# Wetty pour YunoHost
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
[![Installer wetty avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](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-06-30 18:14:20 +02:00
> *Ce package vous permet d'installer wetty rapidement et simplement sur un serveur YunoHost.
2020-05-18 21:20:48 +02:00
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
2019-01-28 00:21:25 +01:00
## Vue d'ensemble
2020-06-30 18:14:20 +02:00
Terminal dans un navigateur par http/https. (Alternative à Ajaxterm/Anyterm, mais bien meilleure)
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
**Version incluse :** 1.3.0
2019-01-28 00:21:25 +01:00
## Captures d'écran
2020-06-30 18:14:20 +02:00
![](https://raw.githubusercontent.com/butlerx/wetty/master/docs/terminal.png)
2019-01-28 00:21:25 +01:00
## Configuration
2020-06-30 18:14:20 +02:00
There is few configuration in Wetty :
* Startup config (listen port, url path, ssh host) is contained in the SystemD service file
* User interface configuration is done through the web gui itself.
2019-01-28 00:21:25 +01:00
## Documentation
2020-06-30 18:14:20 +02:00
* Documentation officielle : https://github.com/butlerx/wetty/tree/master/docs
2020-06-10 10:56:47 +02:00
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
2019-01-28 00:21:25 +01:00
## Caractéristiques spécifiques YunoHost
2020-05-18 21:20:48 +02:00
#### Support multi-utilisateur
2019-01-28 00:21:25 +01:00
2020-06-10 10:56:47 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge ?
* L'application peut-elle être utilisée par plusieurs utilisateurs ?
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
Multi-user doesn't really mean anything. You can log as any *system* user that allows local SSH login.
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
You can specify at install if users should log into Yunohost first to be able to access Wetty, or if visitors can access it too.
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
#### Architectures supportées
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/wetty%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/wetty/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/wetty%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/wetty/)
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
## Limitations
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
* Vous ne pouvez pas vous authentifier avec des clés SSH.
2019-01-28 00:21:25 +01:00
2019-05-02 20:50:59 +02:00
## Liens
2019-01-28 00:21:25 +01:00
2020-06-30 18:14:20 +02:00
* Signaler un bug : https://github.com/YunoHost-Apps/wetty_ynh/issues
* Dépôt de l'application principale : https://github.com/butlerx/wetty
2020-06-10 10:56:47 +02:00
* Site web YunoHost : https://yunohost.org/
2019-01-28 00:21:25 +01:00
---
Informations pour les développeurs
----------------
**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.**
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.
```
2020-06-30 18:14:20 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
2019-01-28 00:21:25 +01: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
```