2020-04-10 17:24:02 +02:00
|
|
|
|
# The Lounge pour YunoHost
|
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/thelounge.svg)](https://dash.yunohost.org/appci/app/thelounge) ![](https://ci-apps.yunohost.org/ci/badges/thelounge.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/thelounge.maintain.svg)
|
2020-12-26 10:31:51 +01:00
|
|
|
|
[![Installer The Lounge avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=thelounge)
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
> *Ce package vous permet d'installer The Lounge rapidement et simplement sur un serveur YunoHost.
|
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
## Vue d'ensemble
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-31 08:08:45 +02:00
|
|
|
|
Modern web IRC client designed for self-hosting
|
|
|
|
|
|
|
|
|
|
### Features:
|
|
|
|
|
|
|
|
|
|
- Always connected
|
|
|
|
|
- Responsive interface
|
|
|
|
|
- Multi-user support
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-09-19 10:04:45 +02:00
|
|
|
|
**Version incluse :** 4.2.0~ynh5
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
**Démo :** https://demo.thelounge.chat/
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
## Captures d'écran
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
![](./doc/screenshots/thelounge-screenshot.png)
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-02 08:06:36 +02:00
|
|
|
|
## Documentations et ressources
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
2021-08-31 11:22:30 +02:00
|
|
|
|
* Site officiel de l'app : https://thelounge.chat/
|
2021-08-02 08:06:36 +02:00
|
|
|
|
* Documentation officielle de l'admin : https://thelounge.chat/docs
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/thelounge/thelounge
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_thelounge
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/thelounge_ynh/issues
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
2020-04-10 17:35:20 +02:00
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing).
|
2020-04-10 17:24:02 +02:00
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade thelounge -u https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug
|
|
|
|
|
```
|
2021-08-02 08:06:36 +02:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|