1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hydrogen_ynh.git synced 2024-09-03 19:26:17 +02:00
hydrogen_ynh/README.md

57 lines
2.3 KiB
Markdown
Raw Normal View History

2022-01-05 08:37:17 +01:00
<!--
2024-03-29 07:07:20 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-01-05 08:37:17 +01:00
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
2024-08-20 22:36:49 +02:00
[![Integration level](https://dash.yunohost.org/integration/hydrogen.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-03-05 22:31:50 +01:00
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
2024-06-23 13:31:53 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-01-05 08:37:17 +01:00
2024-03-29 07:07:20 +01:00
> *This package allows you to install Hydrogen quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2022-01-05 08:37:17 +01:00
## 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
2024-08-20 22:36:49 +02:00
**Shipped version:** 0.5.0~ynh1
2022-08-12 15:35:09 +02:00
2024-03-29 07:07:20 +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
2024-03-29 07:07:20 +01:00
- Official app website: <https://matrix.org/ecosystem/clients/hydrogen/>
- Upstream app code repository: <https://github.com/vector-im/hydrogen-web>
- YunoHost Store: <https://apps.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
2024-03-29 07:07:20 +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
2024-03-29 07:07:20 +01:00
To try the `testing` branch, please proceed like that:
2022-06-14 11:40:34 +02:00
2024-03-29 07:07:20 +01: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>