Helm chart for installing GoToSocial on Kubernetes
  • Go Template 73.9%
  • Shell 26.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JesseBot a5a67c9eae
Some checks failed
Release Chart / build-and-push (push) Successful in 7s
Release Chart / harbor (push) Successful in 0s
Release Chart / build-and-push-1 (push) Failing after 7s
Release Chart / forgejo (push) Failing after 0s
Release Chart / build-and-push-2 (push) Successful in 7s
Release Chart / codeberg (push) Successful in 0s
Merge pull request 'Update Helm release postgresql to ~18.8.0' (#13) from renovate/postgresql-18.x into main
Reviewed-on: #13
Reviewed-by: JesseBot <jessebot@linux.com>
2026-08-16 20:46:09 +00:00
.forgejo fix gotosocial renovate 2026-08-16 22:43:25 +02:00
charts/gotosocial Merge pull request 'Update Helm release postgresql to ~18.8.0' (#13) from renovate/postgresql-18.x into main 2026-08-16 20:46:09 +00:00
scripts fix renovate update script 2026-05-15 09:36:57 +02:00
.gitignore Adds Linkwarden Chart 2025-02-11 15:15:27 +01:00
.pre-commit-config.yaml initial commit to move this all to forgejo as ONLY the GoToSocial chart 2026-05-14 13:53:41 +02:00
AI_POLICY.md initial commit to move this all to forgejo as ONLY the GoToSocial chart 2026-05-14 13:53:41 +02:00
CODE_OF_CONDUCT.md initial commit to move this all to forgejo as ONLY the GoToSocial chart 2026-05-14 13:53:41 +02:00
LICENSE update licensing and links 2026-05-14 15:15:09 +02:00
README.md Update to version 4.0.1 and regenerate docs. 2026-06-16 15:01:54 +02:00
renovate.json Clean up docs and release process (#8) 2026-06-16 11:40:32 +00:00

GoToSocial Helm Chart

Effortlessly deploy your own 🦥 GoToSocial, a fantastic federated micro-blogging platform, with Helm on Kubernetes!

Getting Started

Prerequisites

Ensure you have Helm installed. If not, check out Helm's documentation for installation instructions and an overview of how Helm works.

Adding the Repository

Once Helm is set up, add the repo you'd like to install from. We support only codeberg.org at this time, but check back later for more options!

helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update

Searching for Charts

Find available charts by searching the repository.

helm search repo codeberg.org

Installing a Chart

To install the chart, run one of the following

helm install gotosocial codeberg.org/gotosocial

Uninstalling a Chart

To uninstall a chart:

helm delete <chart-name>

🌟 Contributing

Your ideas, bug fixes, and enhancements are highly appreciated! Whether it's a bug report, feature request, or a pull request, your contributions make this repository better for everyone.

How to Contribute

  1. Fork the repository on codeberg.org.
  2. Make your changes.
  3. Open a pull request on codeberg.org.

For any issues or questions, feel free to open a Codeberg issue. Let's build something great together! 💚

Credits

Tip

This repo was forked from github.com/0hlov3/charts whom we loved working with! We still love working with them, but would like to move off of GitHub and self host as much as possible. We've also gotten explicit permission to change the licensing from Apache 2.0 to AGPL to better match GoToSocial's upstream licensing and keep everything more truly FOSS.