2022-01-05 08:37:17 +01: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.
-->
2022-01-05 08:37:23 +01:00
# Hydrogen for YunoHost
2022-01-05 08:37:17 +01:00
2023-01-28 22:45:34 +01:00
[![Integration level ](https://dash.yunohost.org/integration/hydrogen.svg )](https://dash.yunohost.org/appci/app/hydrogen) ![Working status ](https://ci-apps.yunohost.org/ci/badges/hydrogen.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/hydrogen.maintain.svg )
2022-01-05 08:37:23 +01:00
[![Install Hydrogen with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=hydrogen)
2022-01-05 08:37:17 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2022-01-05 08:37:23 +01:00
> *This package allows you to install Hydrogen quickly and simply on a YunoHost server.
2022-01-05 08:37:17 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2022-01-05 08:39:54 +01:00
A minimal Matrix chat client, focused on performance, offline functionality, and broad browser support. This is work in progress and not yet ready for primetime.
2022-01-05 08:37:17 +01:00
2022-01-05 08:37:23 +01:00
### Features
2022-01-05 08:37:17 +01:00
2022-01-05 08:37:23 +01:00
- Work well on desktop as well as mobile browsers
- UI components can be easily used in isolation
- It is a standalone webapp, but can also be easily embedded into an existing website/webapp to add chat capabilities.
- Loading (unused) parts of the application after initial page load should be supported
2022-01-05 08:37:17 +01:00
2022-12-20 19:06:05 +01:00
**Shipped version:** 0.3.6~ynh1
2022-08-12 15:35:09 +02:00
2022-01-05 08:37:23 +01:00
**Demo:** https://hydrogen.element.io/
2022-01-05 08:37:17 +01:00
2022-01-05 08:37:23 +01:00
## Screenshots
2022-01-05 08:37:17 +01:00
2022-06-14 11:40:34 +02:00
![Screenshot of Hydrogen ](./doc/screenshots/hydrogen-large.png )
2022-01-05 08:37:17 +01:00
## Documentation and resources
2022-06-14 11:40:34 +02:00
* Official app website: < https: // matrix . org / docs / projects / client / hydrogen >
* Upstream app code repository: < https: // github . com / vector-im / hydrogen-web >
* YunoHost documentation for this app: < https: // yunohost . org / app_hydrogen >
* Report a bug: < https: // github . com / YunoHost-Apps / hydrogen_ynh / issues >
2022-01-05 08:37:17 +01:00
## Developer info
2022-01-05 08:37:23 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/hydrogen_ynh/tree/testing ).
2022-01-05 08:37:17 +01:00
To try the testing branch, please proceed like that.
2022-06-14 11:40:34 +02:00
``` bash
2022-01-05 08:37:23 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/hydrogen_ynh/tree/testing --debug
2022-01-05 08:37:17 +01:00
or
2022-01-05 08:37:23 +01:00
sudo yunohost app upgrade hydrogen -u https://github.com/YunoHost-Apps/hydrogen_ynh/tree/testing --debug
2022-01-05 08:37:17 +01:00
```
2022-06-14 11:40:34 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >