https://github.com/hectorm/grist-deployment
https://github.com/hectorm/grist-deployment
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorm/grist-deployment
- Owner: hectorm
- License: mit
- Created: 2023-05-03T22:32:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:55:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-20T04:34:04.542Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Grist deployment
A very opinionated deployment of [Grist](https://www.getgrist.com) with Docker Compose.
> **Warning**
> Before running the containers it is necessary to run the `./config/traefik/mkcerts.sh` and `./config/authentik/mkcerts.sh` scripts to generate the certificates. They require OpenSSL and should work on any Linux distribution and macOS.
>
> Additionally, for test deployments using a self-signed certificate in Traefik, the `GRIST_NODE_TLS_REJECT_UNAUTHORIZED` variable in the `.env` file must be set to `0`. Please note that this is unsafe and not suitable for production use.