1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00
Grist package for YunoHost
Find a file
Florent dcefee5a42
Merge pull request #46 from YunoHost-Apps/testing
Testing: upgrade to version 1.1.17
2024-08-13 11:43:53 +02:00
.github Initial commit 2023-10-08 12:42:59 +02:00
conf Add session secret 2024-08-13 08:25:09 +02:00
doc cleaning 2023-12-21 14:09:26 +01:00
scripts Add session secret 2024-08-13 08:25:09 +02:00
.gitattributes Initial commit 2023-10-08 12:42:59 +02:00
.gitignore Initial commit 2023-10-08 12:42:59 +02:00
ALL_README.md Auto-update READMEs 2024-08-13 01:35:05 +00:00
config_panel.toml Add ability to customize environment variables 2023-11-25 15:12:24 +01:00
LICENSE Installation of Grist works (missed to add files) 2023-11-11 12:33:33 +01:00
manifest.toml Bump version 2024-08-13 08:03:41 +02:00
README.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
README_es.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
README_eu.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
README_fr.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
README_gl.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
README_id.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
README_it.md Auto-update README 2024-03-29 07:05:48 +01:00
README_zh_Hans.md Auto-update READMEs 2024-08-13 06:04:02 +00:00
tests.toml Update tests.toml so it tests upgrade from 1.1.13 for Bookworm 2024-08-13 10:39:29 +02:00

Grist for YunoHost

Integration level Working status Maintenance status

Install Grist with YunoHost

Read this README in other languages.

This package allows you to install Grist quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.

Features

Grist is a hybrid database/spreadsheet, meaning that:

  • Columns work like they do in databases: they are named, and they hold one kind of data.
  • Columns can be filled by formula, spreadsheet-style, with automatic updates when referenced cells change.

More about the features can be found here: https://github.com/gristlabs/grist-core/#features

Limitations

  • You cannot log out from Grist, you have to log out from YunoHost to do that.

Shipped version: 1.1.17~ynh2

Demo: https://docs.getgrist.com

Screenshots

Screenshot of Grist

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/grist_ynh/tree/testing --debug
or
sudo yunohost app upgrade grist -u https://github.com/YunoHost-Apps/grist_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps