mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Merge pull request #19 from YunoHost-Apps/master
Merge master back to testing
This commit is contained in:
commit
945597b3cc
2 changed files with 17 additions and 19 deletions
13
README.md
13
README.md
|
@ -1,9 +1,10 @@
|
|||
# Gotify for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/gotify)
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
[](https://install-app.yunohost.org/?app=gotify)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allow you to install Gotify quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
|
||||
|
@ -16,7 +17,6 @@ Gotify is a simple server for sending and receiving messages in real-time per we
|
|||
|
||||
[](https://github.com/gotify/server)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app:
|
||||
|
@ -24,22 +24,22 @@ How to configure this app:
|
|||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: [here](https://gotify.net/docs/index)
|
||||
* Official documentation: https://gotify.net/docs/index
|
||||
* YunoHost documentation: https://yunohost.org/#/app_gotify
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
LDAP not supported.
|
||||
LDAP is not supported (blocked until Gotify core upstream implements it).
|
||||
|
||||
## Limitations
|
||||
|
||||
* Require dedicated domain like gotify.domain.tld.
|
||||
|
||||
* No LDAP support (blocked until Gotify core upstream implements it)
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/gotify_ynh/issues
|
||||
* App website: https://gotify.net/
|
||||
* Upstream app repository: https://github.com/gotify/server
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
@ -47,7 +47,6 @@ LDAP not supported.
|
|||
Developers info
|
||||
----------------
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/gotify_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -1,6 +1,6 @@
|
|||
# Gotify pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/gotify)
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
[](https://install-app.yunohost.org/?app=gotify)
|
||||
|
||||
|
||||
|
@ -10,9 +10,9 @@
|
|||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
Gotify est un simple serveur permettant d'envoyer et de recevoir des messages via websocket.
|
||||
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
|
||||
|
||||
**Version incluse:** 2.0.16
|
||||
**Version incluse :** 2.0.16
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -25,30 +25,29 @@ Pour configurer Gotify :
|
|||
|
||||
## Documentation
|
||||
|
||||
* Documentation officielle: [ici](https://gotify.net/docs/index)
|
||||
* Documentation officielle : https://gotify.net/docs/index
|
||||
* Documentation YunoHost : https://yunohost.org/#/app_gotify_fr
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
Pas de support de LDAP
|
||||
Pas de support de LDAP (non implémenté upstream)
|
||||
|
||||
## Limitations
|
||||
|
||||
* necessite un domaine dédié par exemple gotify.domain.tld.
|
||||
|
||||
* Pas de support de LDAP (non implémenté upstream)
|
||||
* Nécessite un domaine dédié comme par exemple gotify.domain.tld.
|
||||
|
||||
## Liens
|
||||
|
||||
* Signaler un bug: https://github.com/YunoHost-Apps/gotify_ynh/issues
|
||||
* Site de l'application: https://gotify.net/
|
||||
* Site web YunoHost: https://yunohost.org/
|
||||
* 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/
|
||||
|
||||
---
|
||||
|
||||
Informations pour les développeurs
|
||||
----------------
|
||||
|
||||
**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.**
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue