2019-10-25 11:04:41 +02:00
|
|
|
# The Lounge for YunoHost
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2020-05-27 22:13:19 +02:00
|
|
|
[![Integration level](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)
|
2018-05-01 12:25:53 +02:00
|
|
|
[![Install The Lounge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=thelounge)
|
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2018-05-01 12:25:53 +02:00
|
|
|
> *This package allow you to install The Lounge quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
## Overview
|
|
|
|
|
2020-04-10 17:24:32 +02:00
|
|
|
The Lounge is a self-hosted IRC client.
|
2019-10-25 11:04:41 +02:00
|
|
|
|
2020-03-19 14:02:22 +01:00
|
|
|
**Shipped version:** 4.1.0
|
2019-10-25 11:04:41 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![](https://raw.githubusercontent.com/thelounge/thelounge.github.io/master/img/thelounge-screenshot.png)
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
|
|
* [Official demo](https://demo.thelounge.chat/)
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2020-04-10 17:24:32 +02:00
|
|
|
How to configure this app: by an admin panel.
|
2019-10-25 11:04:41 +02:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* Official documentation: https://thelounge.chat/docs
|
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
|
|
|
#### Multi-users support
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2020-04-10 17:29:55 +02:00
|
|
|
* Are LDAP supported? **Yes**
|
|
|
|
* Can the app be used by multiple users? **Yes**
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
#### Supported architectures
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/thelounge/)
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
## Links
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/thelounge_ynh/issues
|
|
|
|
* App website: https://thelounge.chat/
|
|
|
|
* Upstream app repository: https://github.com/thelounge/thelounge
|
|
|
|
* YunoHost website: https://yunohost.org/
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
---
|
2018-05-01 12:25:53 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
Developers info
|
|
|
|
----------------
|
2015-08-22 20:24:46 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing).
|
2015-08-22 20:24:46 +02:00
|
|
|
|
2019-10-25 11:04:41 +02:00
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade thelounge -u https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug
|
2020-05-27 22:13:19 +02:00
|
|
|
```
|