feat: Add Grist template (#46) (#510)

This commit is contained in:
Harikrishnan Dhanasekaran
2025-11-08 11:00:37 +05:30
committed by GitHub
parent 186528df56
commit e562010556
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: "3.8"
services:
grist:
image: gristlabs/grist:latest
restart: unless-stopped
ports:
- 8484
volumes:
- grist_data:/persist
environment:
GRIST_DEFAULT_EMAIL: ${GRIST_DEFAULT_EMAIL:-}
GRIST_SESSION_SECRET: ${GRIST_SESSION_SECRET:-}
GRIST_SINGLE_ORG: ${GRIST_SINGLE_ORG:-}
GRIST_HOME_INSTANCE: ${GRIST_HOME_INSTANCE:-}
volumes:
grist_data:

BIN
blueprints/grist/grist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,15 @@
[variables]
main_domain = "${domain}"
default_email = "${email}"
[config]
[[config.domains]]
serviceName = "grist"
port = 8484
host = "${main_domain}"
[config.env]
GRIST_DEFAULT_EMAIL = "${default_email}"
[[config.mounts]]

View File

@@ -2590,6 +2590,25 @@
"knowledge-management"
]
},
{
"id": "grist",
"name": "Grist",
"version": "latest",
"description": "Grist is an open-source spreadsheet and database alternative that combines the flexibility of spreadsheets with the power of databases.",
"logo": "grist.png",
"links": {
"github": "https://github.com/gristlabs/grist-core",
"website": "https://www.getgrist.com/",
"docs": "https://support.getgrist.com/self-managed/"
},
"tags": [
"spreadsheet",
"database",
"productivity",
"self-hosted",
"data-management"
]
},
{
"id": "habitica",
"name": "Habitica",