OpenGist is a self-hosted Pastebin powered by Git. All snippets are stored in a Git repository and can be read and/or modified using standard Git commands, or with the web interface.
You can find the Helm chart at:
https://charts.obeone.cloud
Add the repository to Helm:
helm repo add obeone https://charts.obeone.cloud
helm repo update
Install the chart with:
helm install opengist obeone/opengist
You can override default values using the --values
flag:
helm install opengist obeone/opengist -f values.yaml
helm upgrade opengist obeone/opengist
helm uninstall opengist
The following parameters are available to customize the chart:
Full list available in the values.yaml.
OG_SECRET_KEY
in production.Name | |
---|---|
obeone | obeone@obeone.org |
This Helm chart uses the bjw-s common library.