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
2023-12-21 10:12:51 +00:00
.github Initial commit 2023-10-08 12:42:59 +02:00
conf Update nginx.conf 2023-12-21 11:10:49 +01:00
doc cleaning 2023-12-21 11:12:47 +01:00
scripts Add ability to customize environment variables 2023-11-25 15:12:24 +01:00
.gitattributes Initial commit 2023-10-08 12:42:59 +02:00
.gitignore Initial commit 2023-10-08 12:42:59 +02: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 2023-12-04 21:59:56 +01:00
README.md Auto-update README 2023-12-21 09:07:52 +00:00
README_fr.md Auto-update README 2023-12-21 10:12:51 +00:00
tests.toml Update tests.toml 2023-11-17 15:15:14 +01:00

Grist for YunoHost

Integration level Working status Maintenance status

Install Grist with YunoHost

Lire ce readme en français.

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

Shipped version: 1.1.9~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