2
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2026-05-12 06:47:24 +02:00
Grist package for YunoHost
Find a file
Florent 326a52eb0d Update manifest only pass Auth headers on login
If the headers were passed for other routes, the problem is that since
1.7.13 Grist does not allow other Authorization headers than of the Bearer type.

Yunohost at the contrary pass the Authorization header of the Basic
type if no Authorization header is passed by the client, which makes
Grist unhappy…

09f8962b75/app/server/lib/Authorizer.ts (L178)

This is the reason of the patch
2026-05-03 00:09:56 +02:00
.github Initial commit 2023-10-08 12:42:59 +02:00
conf Hide automations tools (proprietary feature) 2026-04-01 19:42:55 +02:00
doc cleaning 2025-11-27 08:06:36 +01:00
patches/main Update patch for installing pyodide 2026-05-03 00:09:56 +02:00
scripts Fix script command syntax for redis restoration 2025-11-01 16:05:14 +01:00
.gitattributes Initial commit 2023-10-08 12:42:59 +02:00
.gitignore Convert package to helpers 2.1 (#47) 2024-10-19 17:21:38 +02:00
config_panel.toml Change default history size to avoid huge docs 2024-11-08 19:21:07 +01:00
LICENSE Installation of Grist works (missed to add files) 2023-11-11 12:33:33 +01:00
manifest.toml Update manifest only pass Auth headers on login 2026-05-03 00:09:56 +02:00
README.md Auto-update READMEs 2026-05-03 00:09:56 +02:00
tests.toml Change commit to upgrade from 1.7.10 2026-04-01 19:42:55 +02:00

Logo of Grist Grist, packaged for YunoHost

Modern relational spreadsheet

🌐 Official app website App Demo Version: 1.7.13~ynh1

Screenshots

Screenshot of Grist

📦 Developer info

Automatic tests level

🛠️ Upstream Grist repository: https://github.com/gristlabs/grist-core/

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/grist_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade grist -u https://github.com/YunoHost-Apps/grist_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.