- Go Template 73.9%
- Shell 26.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
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
Reviewed-on: #13 Reviewed-by: JesseBot <jessebot@linux.com> |
||
| .forgejo | ||
| charts/gotosocial | ||
| scripts | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| AI_POLICY.md | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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!
codeberg.org (recommended)
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.
codeberg.org (recommended)
helm search repo codeberg.org
Installing a Chart
To install the chart, run one of the following
codeberg.org (recommended)
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
- Fork the repository on codeberg.org.
- Make your changes.
- 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.