mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
commit
39c0473ed0
4 changed files with 5 additions and 4 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Gotify is a simple server for sending and receiving messages in real-time per web socket.
|
||||
|
||||
|
||||
**Shipped version:** 2.4.0~ynh1
|
||||
**Shipped version:** 2.4.0~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
|
||||
|
||||
|
||||
**Version incluse :** 2.4.0~ynh1
|
||||
**Version incluse :** 2.4.0~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Gotify"
|
|||
description.en = "Simple server for sending and receiving messages"
|
||||
description.fr = "Simple serveur pour envoyer et recevoir des messages"
|
||||
|
||||
version = "2.4.0~ynh1"
|
||||
version = "2.4.0~ynh2"
|
||||
|
||||
maintainers = ["plopoyop"]
|
||||
|
||||
|
@ -71,7 +71,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server"
|
||||
packages = "mariadb-server"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
|
@ -34,6 +34,7 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep="config.yml"
|
||||
mv $install_dir/gotify-linux-* $install_dir/gotify
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue