Helm chart for WriteFreely
Find a file
jessebot f8634895cf
Some checks failed
Renovate / renovate (push) Failing after 4s
clean up github references to be forgejo
2026-04-09 15:04:03 +02:00
.forgejo clean up github references to be forgejo 2026-04-09 15:04:03 +02:00
charts/write-freely add more env var 2025-06-07 21:33:13 +02:00
.pre-commit-config.yaml first commit 2025-06-07 21:20:07 +02:00
LICENSE first commit 2025-06-07 21:20:07 +02:00
README.md Update README.md - fix todos and add a tldr 2025-06-07 22:19:52 +02:00

WriteFreely helm chart

An experimental helm chart to release WriteFreely on Kubernetes.

todo

add env vars:

  • WF_USER
  • WF_PASSWORD
  • WF_DB - the database name or database hostname?
  • WF_HOST - hostname for writefreely?

TLDR

See the README.md for docs auto-generated from the values.yaml.

Read through the parameters and modify them locally before installing the chart:

# add the helm repo locally
helm repo add writefreely https://small-hack.github.io/writefreely-chart

# downloads the values.yaml locally
helm show values writefreely/writefreely > values.yaml

# You should then edit the values.yaml to your liking.

## NOTE: The most important helm parameter is writefreely.hostname
## without it, this chart may not work!

# install the chart
helm install my-release-name writefreely/writefreely --values values.yaml