mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
2b67d02158
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -35,6 +35,8 @@ ynh_redis_remove_db "$redis_db"
|
|||
|
||||
ynh_secure_remove --file="/var/log/$app"
|
||||
|
||||
ynh_remove_nodejs
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue