mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
Use APP_HOME_INTERNAL_URL for features like copying documents
This commit is contained in:
parent
f440669441
commit
309d97f921
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# This file is not meant to be edited.
|
# This file is not meant to be edited.
|
||||||
# Please place your environment variables in __DATA_DIR__/custom.env file
|
# Please place your environment variables in __DATA_DIR__/custom.env file
|
||||||
APP_HOME_URL=https://__DOMAIN__
|
APP_HOME_URL=https://__DOMAIN__
|
||||||
|
APP_HOME_INTERNAL_URL=http://localhost:__PORT__
|
||||||
GRIST_ORG_IN_PATH=true
|
GRIST_ORG_IN_PATH=true
|
||||||
GRIST_SANDBOX_FLAVOR=pyodide
|
GRIST_SANDBOX_FLAVOR=pyodide
|
||||||
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
|
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
|
||||||
|
@ -15,5 +16,5 @@ PORT=__PORT__
|
||||||
GRIST_FORWARD_AUTH_HEADER=Email
|
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
|
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
|
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.en = "Modern relational spreadsheet"
|
||||||
description.fr = "Feuille de calcul relationnelle moderne"
|
description.fr = "Feuille de calcul relationnelle moderne"
|
||||||
|
|
||||||
version = "1.1.14~ynh1"
|
version = "1.1.14~ynh2"
|
||||||
|
|
||||||
maintainers = ["fflorent"]
|
maintainers = ["fflorent"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue