1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
synapse_ynh/README_fr.md

45 lines
2 KiB
Markdown
Raw Normal View History

2022-05-26 17:28:09 +02:00
<!--
2024-02-16 23:32:09 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-05-26 17:28:09 +02:00
It shall NOT be edited by hand.
-->
2022-05-21 21:55:12 +02:00
# Synapse pour YunoHost
2023-01-22 16:00:36 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/synapse.svg)](https://dash.yunohost.org/appci/app/synapse) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/synapse.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/synapse.maintain.svg)
2023-02-15 07:56:32 +01:00
2022-05-21 21:55:12 +02:00
[![Installer Synapse avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=synapse)
*[Read this readme in english.](./README.md)*
2023-01-22 16:00:36 +01:00
> *Ce package vous permet dinstaller Synapse rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-05-21 21:55:12 +02:00
2023-01-22 16:00:36 +01:00
## Vue densemble
2022-05-21 21:55:12 +02:00
Instant messaging server matrix network.
2022-09-16 23:40:00 +02:00
Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org)
2022-05-21 21:55:12 +02:00
2024-02-14 13:10:02 +01:00
**Version incluse :** 1.101.0~ynh1
2022-05-21 21:55:12 +02:00
## Documentations et ressources
2023-01-22 16:00:36 +01:00
* Site officiel de lapp : <https://matrix.org/>
2023-11-01 18:53:20 +01:00
* Documentation officielle de ladmin : <https://matrix-org.github.io/synapse/latest/welcome_and_overview.html>
2024-01-24 21:23:51 +01:00
* Dépôt de code officiel de lapp : <https://github.com/element-hq/synapse>
2023-11-01 18:53:20 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/synapse>
2022-05-26 17:28:09 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/synapse_ynh/issues>
2022-05-21 21:55:12 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/synapse_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-05-26 17:28:09 +02:00
``` bash
2022-05-21 21:55:12 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug
ou
sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug
```
2024-02-22 22:45:51 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>