mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
commit
13a994df9b
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -1,9 +1,10 @@
|
||||||
# Gotify for YunoHost
|
# Gotify for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/gotify)
|
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||||
[](https://install-app.yunohost.org/?app=gotify)
|
[](https://install-app.yunohost.org/?app=gotify)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install Gotify quickly and simply on a YunoHost server.
|
> *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.*
|
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)
|
[](https://github.com/gotify/server)
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
How to configure this app:
|
How to configure this app:
|
||||||
|
@ -24,22 +24,22 @@ How to configure this app:
|
||||||
|
|
||||||
## Documentation
|
## 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
|
#### Multi-users support
|
||||||
|
|
||||||
LDAP not supported.
|
LDAP is not supported (blocked until Gotify core upstream implements it).
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Require dedicated domain like gotify.domain.tld.
|
* Require dedicated domain like gotify.domain.tld.
|
||||||
|
|
||||||
* No LDAP support (blocked until Gotify core upstream implements it)
|
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/gotify_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/gotify_ynh/issues
|
||||||
* App website: https://gotify.net/
|
* App website: https://gotify.net/
|
||||||
|
* Upstream app repository: https://github.com/gotify/server
|
||||||
* YunoHost website: https://yunohost.org/
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -47,7 +47,6 @@ LDAP not supported.
|
||||||
Developers info
|
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).
|
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.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
Loading…
Add table
Reference in a new issue