2019-03-10 17:39:30 +01:00
|
|
|
# Gotify pour YunoHost
|
|
|
|
|
2020-06-08 17:00:16 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/gotify.svg)](https://dash.yunohost.org/appci/app/gotify) ![](https://ci-apps.yunohost.org/ci/badges/gotify.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/gotify.maintain.svg)
|
2019-03-10 17:39:30 +01:00
|
|
|
[![Install Gotify with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gotify)
|
|
|
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer Gotify rapidement et simplement sur un serveur Yunohost.
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
2020-06-08 17:00:16 +02:00
|
|
|
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
|
2019-03-10 17:39:30 +01:00
|
|
|
|
2020-06-08 17:00:16 +02:00
|
|
|
**Version incluse :** 2.0.16
|
2019-03-10 17:39:30 +01:00
|
|
|
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
|
|
[![Screenshot](https://raw.githubusercontent.com/gotify/server/master/ui.png)](https://github.com/gotify/server)
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
Pour configurer Gotify :
|
|
|
|
> Edit config.yml file via SSH.
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2020-06-08 17:00:16 +02:00
|
|
|
* Documentation officielle : https://gotify.net/docs/index
|
|
|
|
* Documentation YunoHost : https://yunohost.org/#/app_gotify_fr
|
2019-03-10 17:39:30 +01:00
|
|
|
|
|
|
|
#### Support multi-utilisateurs
|
|
|
|
|
2020-06-08 17:00:16 +02:00
|
|
|
Pas de support de LDAP (non implémenté upstream)
|
2019-03-10 17:39:30 +01:00
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
2020-06-08 17:00:16 +02:00
|
|
|
* Nécessite un domaine dédié comme par exemple gotify.domain.tld.
|
2019-03-10 17:39:30 +01:00
|
|
|
|
2020-06-07 20:02:21 +02:00
|
|
|
## Liens
|
2019-03-10 17:39:30 +01:00
|
|
|
|
2020-06-08 17:00:16 +02:00
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/gotify_ynh/issues
|
|
|
|
* Site de l'application : https://gotify.net/
|
|
|
|
* Dépôt de l'application principale : https://github.com/gotify/server
|
|
|
|
* Site web YunoHost : https://yunohost.org/
|
2019-03-10 17:39:30 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
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.
|
|
|
|
```
|
|
|
|
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
|
|
|
|
```
|