Helm chart for the masto-fe standalone web interface
  • Go Template 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JesseBot dd8067a3e4
All checks were successful
Renovate / run-renovate (push) Successful in 5s
Renovate / renovate (push) Successful in 0s
fix renovate
2026-08-16 22:22:34 +02:00
.forgejo fix renovate 2026-08-16 22:22:34 +02:00
charts/masto-fe-standalone Update to version 0.2.2 and regenerate docs. 2026-06-16 17:17:41 +00:00
LICENSE initial commit 2025-11-02 10:10:35 +01:00
README.md update instructions 2026-08-16 17:00:08 +02:00
renovate.json update renovate.json to remove github references 2026-06-25 11:06:10 +02:00

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.