diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index 6732cab..321beb0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ More about the features can be found here: diff --git a/README_es.md b/README_es.md index 65ed731..8a111d7 100644 --- a/README_es.md +++ b/README_es.md @@ -32,7 +32,7 @@ More about the features can be found here: diff --git a/README_eu.md b/README_eu.md index ca04502..fe09270 100644 --- a/README_eu.md +++ b/README_eu.md @@ -32,7 +32,7 @@ More about the features can be found here: diff --git a/README_fr.md b/README_fr.md index 060e7c3..3b8707f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ Plus d'information sur les fonctionnalités sont disponibles ici : diff --git a/README_gl.md b/README_gl.md index 5286dc9..062bd59 100644 --- a/README_gl.md +++ b/README_gl.md @@ -32,7 +32,7 @@ More about the features can be found here: diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 4bdd2ad..b573c79 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -32,7 +32,7 @@ More about the features can be found here: diff --git a/conf/default.env b/conf/default.env index d87e16c..a57a4a0 100644 --- a/conf/default.env +++ b/conf/default.env @@ -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 diff --git a/manifest.toml b/manifest.toml index e14cd7d..1981256 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"]