https://github.com/small-hack/writefreely-helm-chart
A helm chart for deploying WriteFreely on Kubernetes
https://github.com/small-hack/writefreely-helm-chart
Last synced: 4 days ago
JSON representation
A helm chart for deploying WriteFreely on Kubernetes
- Host: GitHub
- URL: https://github.com/small-hack/writefreely-helm-chart
- Owner: small-hack
- License: agpl-3.0
- Created: 2025-06-07T19:08:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-08T07:40:53.000Z (8 months ago)
- Last Synced: 2025-10-24T01:39:26.652Z (4 months ago)
- Language: Smarty
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An experimental helm chart to release [WriteFreely](https://github.com/writefreely/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`](https://github.com/small-hack/writefreely-chart/blob/main/charts/writefreely/README.md) for docs auto-generated from the [`values.yaml`](https://github.com/small-hack/writefreely-chart/blob/main/charts/writefreely/values.yaml).
Read through the parameters and modify them locally before installing the chart:
```bash
# 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
```