mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
03c13269ed
9 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
|
@ -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.14~ynh1
|
||||
**Shipped version:** 1.1.14~ynh2
|
||||
|
||||
**Demo:** <https://docs.getgrist.com>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
**Versión actual:** 1.1.14~ynh1
|
||||
**Versión actual:** 1.1.14~ynh2
|
||||
|
||||
**Demo:** <https://docs.getgrist.com>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 1.1.14~ynh1
|
||||
**Paketatutako bertsioa:** 1.1.14~ynh2
|
||||
|
||||
**Demoa:** <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.14~ynh1
|
||||
**Version incluse :** 1.1.14~ynh2
|
||||
|
||||
**Démo :** <https://docs.getgrist.com>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
**Versión proporcionada:** 1.1.14~ynh1
|
||||
**Versión proporcionada:** 1.1.14~ynh2
|
||||
|
||||
**Demo:** <https://docs.getgrist.com>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
**分发版本:** 1.1.14~ynh1
|
||||
**分发版本:** 1.1.14~ynh2
|
||||
|
||||
**演示:** <https://docs.getgrist.com>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# This file is not meant to be edited.
|
||||
# Please place your environment variables in __DATA_DIR__/custom.env file
|
||||
APP_HOME_URL=https://__DOMAIN__
|
||||
APP_HOME_INTERNAL_URL=http://localhost:__PORT__
|
||||
GRIST_ORG_IN_PATH=true
|
||||
GRIST_SANDBOX_FLAVOR=pyodide
|
||||
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
|
||||
|
@ -15,5 +16,5 @@ PORT=__PORT__
|
|||
GRIST_FORWARD_AUTH_HEADER=Email
|
||||
GRIST_IGNORE_SESSION=0 # SSOWat Removes the authentication headers: https://github.com/YunoHost/SSOwat/blob/38a6f23f3805a098b4ab757ff002f3a5fb3c377a/helpers.lua#L422-L425
|
||||
|
||||
|
||||
# Widget iist
|
||||
GRIST_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Grist"
|
|||
description.en = "Modern relational spreadsheet"
|
||||
description.fr = "Feuille de calcul relationnelle moderne"
|
||||
|
||||
version = "1.1.14~ynh1"
|
||||
version = "1.1.14~ynh2"
|
||||
|
||||
maintainers = ["fflorent"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue