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.md

46 lines
1.8 KiB
Markdown
Raw Normal View History

2021-08-06 20:11:20 +02: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.
-->
2021-05-10 15:15:42 +02:00
# Synapse Admin for YunoHost
2023-01-24 18:19:37 +01:00
[![Integration level](https://dash.yunohost.org/integration/synapse-admin.svg)](https://dash.yunohost.org/appci/app/synapse-admin) ![Working status](https://ci-apps.yunohost.org/ci/badges/synapse-admin.status.svg) ![Maintenance status](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
[![Install Synapse Admin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=synapse-admin)
*[Lire ce readme en français.](./README_fr.md)*
2021-08-06 20:11:20 +02:00
> *This package allows you to install Synapse Admin 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.*
2021-05-10 15:15:42 +02:00
## Overview
2021-08-06 20:11:20 +02:00
Admin UI for Synapse
2021-05-10 15:15:42 +02:00
2023-04-10 17:41:11 +02:00
**Shipped version:** 0.8.7~ynh2
2021-05-10 15:15:42 +02:00
2021-08-06 20:25:23 +02:00
## Screenshots
2022-09-26 22:43:27 +02:00
![Screenshot of Synapse Admin](./doc/screenshots/screenshots.jpg)
2021-08-06 20:25:23 +02:00
2021-08-06 20:11:20 +02:00
## Documentation and resources
2021-05-10 15:15:42 +02:00
2022-09-26 22:43:27 +02:00
* Upstream app code repository: <https://github.com/Awesome-Technologies/synapse-admin>
* YunoHost documentation for this app: <https://yunohost.org/app_synapse-admin>
* Report a bug: <https://github.com/YunoHost-Apps/synapse-admin_ynh/issues>
2021-05-10 15:15:42 +02:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/synapse-admin_ynh/tree/testing).
To try the testing branch, please proceed like that.
2022-09-26 22:43:27 +02: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
or
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
2022-09-26 22:43:27 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>