1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

Merge pull request #60 from YunoHost-Apps/fix-upgrade

Fix upgrade
This commit is contained in:
eric_G 2023-11-29 10:26:16 +01:00 committed by GitHub
commit 39c0473ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -19,7 +19,7 @@ Si vous navez 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

View file

@ -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"

View file

@ -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"