k8s-charts/README.md

46 lines
1.5 KiB
Markdown
Raw Normal View History

2023-05-25 12:09:30 +00:00
# Helm Charts!
[![Release Charts](https://github.com/Thumbscrew/k8s-charts/actions/workflows/chart-releaser.yaml/badge.svg)](https://github.com/Thumbscrew/k8s-charts/actions/workflows/chart-releaser.yaml)
A repository of Helm Charts that I have deployed in my own homelab.
## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is installed, add the repo as follows:
```bash
helm repo add thumbscrew https://thumbscrew.github.io/k8s-charts/
```
Search the repo charts:
```bash
helm search repo thumbscrew
```
## Chart Status
I will generally only maintain the charts that I am currently using. See below for which ones I'm maintaining:
|Chart Name|Description|Website|Maintained|
|----------|-----------|-------|----------|
|cinny|Cinny Matrix client|https://cinny.in/|Yes|
|freshrss|RSS reader written in PHP|https://freshrss.org/|Yes|
|pgadmin|PostgreSQL database management tool|https://www.pgadmin.org/|Yes|
|unifi-controller|Unifi Controller (using linuxserver.io's image) for managing Unifi hardware||Yes|
2023-05-25 12:48:30 +00:00
|focalboard|Kanban board software by Mattermost|https://www.focalboard.com/|Yes|
2023-10-23 21:06:45 +00:00
|jellyfin|Open source media management system|https://jellyfin.org|Yes|
2024-01-29 14:37:59 +00:00
|tandoor-recipes|Digital Recipe managment|https://tandoor.dev/|Yes|
2024-02-14 21:39:42 +00:00
|silverbullet|Note-taking application optimized for people with a hacker mindset|https://silverbullet.md/|Yes|
2023-05-25 12:09:30 +00:00
## Contributing
All contributions welcome!
## License
[MIT License](LICENSE)