mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2026-05-12 06:47:24 +02:00
Grist package for YunoHost
- Shell 100%
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…
|
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| patches/main | ||
| scripts | ||
| .gitattributes | ||
| .gitignore | ||
| config_panel.toml | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
Grist, packaged for YunoHost
Modern relational spreadsheet
Screenshots
📦 Developer info
🛠️ 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.
