Helm chart for the masto-fe standalone web interface
- Go Template 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo | ||
| charts/masto-fe-standalone | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
masto-fe-standalone helm chart
This is a helm chart to deploy the Masto-FE (🦥 flavour), which is the Mastodon frontend (intended for use with a GoToSocial instance as the backend).
The helm chart deploys the superseriousbusiness/masto-fe-standalone docker container.
Basic docs autogenerated from the values.yaml are available in the chart directory README.
Installation
# to pull the oci chart
helm pull oci://codeberg.org/open-engineering/masto-fe-standalone --version 0.1.0
# to install the oci chart
helm install masto-fe-standalone oci://code.forgejo.org/open-engineering/masto-fe-standalone
Licensing
Everything here is AGPL, except the helm release workflow and actions, which are MIT licensed as they're copied and modified from forgejo-contrib/forgejo-helm.