mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
48 lines
2 KiB
Markdown
48 lines
2 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Gotify pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/gotify.svg)](https://dash.yunohost.org/appci/app/gotify) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotify.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gotify.maintain.svg)
|
||
|
||
[![Installer Gotify avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotify)
|
||
|
||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||
|
||
> *Ce package vous permet d’installer Gotify rapidement et simplement sur un serveur YunoHost.*
|
||
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
|
||
|
||
|
||
**Version incluse :** 2.5.0~ynh1
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Gotify](./doc/screenshots/ui.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
- Site officiel de l’app : <http://gotify.net>
|
||
- Documentation officielle de l’admin : <https://gotify.net/docs/index>
|
||
- Dépôt de code officiel de l’app : <https://github.com/gotify/server>
|
||
- YunoHost Store : <https://apps.yunohost.org/app/gotify>
|
||
- Signaler un bug : <https://github.com/YunoHost-Apps/gotify_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/gotify_ynh/tree/testing).
|
||
|
||
Pour essayer la branche `testing`, procédez comme suit :
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade gotify -u https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|