mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Merge branch 'upgrade' of https://github.com/YunoHost-Apps/gotify_ynh into upgrade
This commit is contained in:
commit
b4030b0263
2 changed files with 51 additions and 47 deletions
52
README.md
52
README.md
|
@ -1,52 +1,54 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Gotify for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
[](https://install-app.yunohost.org/?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.*
|
||||
> *This package allows you to install Gotify 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.*
|
||||
|
||||
## Overview
|
||||
|
||||
Gotify is a simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui)
|
||||
|
||||
**Shipped version:** 2.1.4
|
||||
|
||||
**Shipped version:** 2.1.4~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
[](https://github.com/gotify/server)
|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app:
|
||||
> Edit `config.yml` file via SSH.
|
||||
|
||||
## Documentation
|
||||
## Documentation and resources
|
||||
|
||||
* Official documentation: https://gotify.net/docs/index
|
||||
* YunoHost documentation: https://yunohost.org/#/app_gotify
|
||||
* Official app website: <http://gotify.net>
|
||||
* Official admin documentation: <https://gotify.net/docs/index>
|
||||
* Upstream app code repository: <https://github.com/gotify/server>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_gotify>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/gotify_ynh/issues>
|
||||
|
||||
#### Multi-users support
|
||||
## Developer info
|
||||
|
||||
LDAP is not supported (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/
|
||||
|
||||
---
|
||||
|
||||
## Developers info
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/gotify_ynh/tree/testing).
|
||||
Please send 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.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade gotify -u https://github.com/YunoHost-Apps/gotify_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
46
README_fr.md
46
README_fr.md
|
@ -1,52 +1,54 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Gotify pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
[](https://install-app.yunohost.org/?app=gotify)
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
[](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.
|
||||
> *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
|
||||
|
||||
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
|
||||
|
||||
**Version incluse :** 2.1.4
|
||||
|
||||
**Version incluse :** 2.1.4~ynh2
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
[](https://github.com/gotify/server)
|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
||||
Pour configurer Gotify :
|
||||
> Éditer le fichier `config.yml` avec SSH.
|
||||
|
||||
## Documentation
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation officielle : https://gotify.net/docs/index
|
||||
* Documentation YunoHost : https://yunohost.org/#/app_gotify_fr
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
Pas de support de LDAP (non implémenté upstream)
|
||||
|
||||
## Liens
|
||||
|
||||
* 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/
|
||||
|
||||
---
|
||||
* 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>
|
||||
* Documentation YunoHost pour cette app : <https://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>
|
||||
|
|
Loading…
Add table
Reference in a new issue