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

Merge pull request #26 from YunoHost-Apps/testing

Testing
This commit is contained in:
Florent 2024-03-04 08:26:20 +01:00 committed by GitHub
commit 2b67d02158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -32,7 +32,7 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
- You cannot log out from Grist, you have to log out from YunoHost to do that.
**Shipped version:** 1.1.11~ynh2
**Shipped version:** 1.1.11~ynh3
**Demo:** https://docs.getgrist.com

View file

@ -32,7 +32,7 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de YunoHost.
**Version incluse :** 1.1.11~ynh2
**Version incluse :** 1.1.11~ynh3
**Démo :** https://docs.getgrist.com

View file

@ -7,7 +7,7 @@ name = "Grist"
description.en = "Modern relational spreadsheet"
description.fr = "Feuille de calcul relationnelle moderne"
version = "1.1.11~ynh2"
version = "1.1.11~ynh3"
maintainers = ["fflorent"]
@ -59,7 +59,7 @@ ram.runtime = "150M"
url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.11.tar.gz"
sha256 = "9e71715cda10fd38070c9d4679a3e9b8988669455556fa447cae17a0543c7198"
autoupdate.strategy = "latest_github_tag"
autoupdate.strategy = "latest_github_release"
[resources.system_user]

View file

@ -35,6 +35,8 @@ ynh_redis_remove_db "$redis_db"
ynh_secure_remove --file="/var/log/$app"
ynh_remove_nodejs
#=================================================
# END OF SCRIPT
#=================================================