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

47 lines
2 KiB
Markdown
Raw Normal View History

2022-09-26 22:43:27 +02:00
<!--
2024-03-29 07:24:56 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-09-26 22:43:27 +02:00
-->
2021-05-10 15:15:42 +02:00
# Synapse Admin pour YunoHost
2023-01-24 18:19:37 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/synapse-admin.svg)](https://dash.yunohost.org/appci/app/synapse-admin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/synapse-admin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/synapse-admin.maintain.svg)
2023-02-19 16:30:48 +01:00
2021-05-10 15:15:42 +02:00
[![Installer Synapse Admin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=synapse-admin)
2024-03-29 07:24:56 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-05-10 15:15:42 +02:00
2024-03-29 07:24:56 +01:00
> *Ce package vous permet dinstaller Synapse Admin rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2021-05-10 15:15:42 +02:00
2023-01-17 21:55:18 +01:00
## Vue densemble
2021-05-10 15:15:42 +02:00
2024-01-09 15:32:48 +01:00
An admin UI for Matrix Synapse homeserver.
2024-01-07 21:01:24 +01:00
2021-05-10 15:15:42 +02:00
2024-04-25 03:57:24 +02:00
**Version incluse:** 0.10.1~ynh1
2021-05-10 15:15:42 +02:00
2023-01-17 21:55:18 +01:00
## Captures décran
2021-08-06 20:25:23 +02:00
2023-01-17 21:55:18 +01:00
![Capture décran de Synapse Admin](./doc/screenshots/screenshots.jpg)
2021-08-06 20:25:23 +02:00
2021-08-06 20:11:20 +02:00
## Documentations et ressources
2021-05-10 15:15:42 +02:00
2024-03-29 07:24:56 +01:00
- Dépôt de code officiel de lapp: <https://github.com/Awesome-Technologies/synapse-admin>
- YunoHost Store: <https://apps.yunohost.org/app/synapse-admin>
- Signaler un bug: <https://github.com/YunoHost-Apps/synapse-admin_ynh/issues>
2021-05-10 15:15:42 +02:00
## Informations pour les développeurs
2024-03-29 07:24:56 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/synapse-admin_ynh/tree/testing).
2021-05-10 15:15:42 +02:00
2024-03-29 07:24:56 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-09-26 22:43:27 +02:00
2024-03-29 07:24:56 +01:00
```bash
2021-05-10 15:15:42 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/synapse-admin_ynh/tree/testing --debug
ou
sudo yunohost app upgrade synapse-admin -u https://github.com/YunoHost-Apps/synapse-admin_ynh/tree/testing --debug
```
2021-08-06 20:11:20 +02:00
2024-03-29 07:24:56 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>