https://github.com/obeone/charts
Various Helm charts missing elsewhere
https://github.com/obeone/charts
chart charts charts-repositories helm helm-charts k8s-at-home kubernetes kubesearch
Last synced: 24 days ago
JSON representation
Various Helm charts missing elsewhere
- Host: GitHub
- URL: https://github.com/obeone/charts
- Owner: obeone
- Created: 2022-06-22T12:21:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-08T03:28:27.000Z (24 days ago)
- Last Synced: 2026-05-08T05:25:02.423Z (24 days ago)
- Topics: chart, charts, charts-repositories, helm, helm-charts, k8s-at-home, kubernetes, kubesearch
- Language: Go Template
- Homepage: https://charts.obeone.cloud
- Size: 1.56 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# 🚀 obeone/charts
> A curated collection of GPG-signed Helm charts for self-hosted apps.
[](https://artifacthub.io/packages/search?repo=obeone)
[](https://charts.obeone.cloud)
[](public_key.gpg)
[](LICENSE)
---
## ⚡ Quick start
```console
helm repo add obeone https://charts.obeone.cloud
helm repo update
helm search repo obeone
```
Install any chart with provenance verification:
```console
helm install my-release obeone/ --verify
```
---
## 📦 Charts
| | Chart | App | Description |
| :-: | --- | --- | --- |
| 🔪 | [**cyberchef**](charts/cyberchef) | `v10.19.4` | GCHQ's [Cyber Swiss Army Knife](https://github.com/gchq/CyberChef) — encode, decode, encrypt, analyze. Multi-arch. |
| 🛡️ | [**dnscrypt-proxy**](charts/dnscrypt-proxy) | `2.1.14` | Flexible [DNS proxy](https://github.com/DNSCrypt/dnscrypt-proxy) with encrypted DNS protocols (DoH, DoT, DNSCrypt). |
| 🎨 | [**fooocus**](charts/fooocus) | `latest` | [Fooocus](https://github.com/lllyasviel/Fooocus) — open-source image-generation UI on top of Stable Diffusion. |
| 🌍 | [**libretranslate**](charts/libretranslate) | `v1.6.5` | [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) — free, offline-capable machine-translation API. |
| 📡 | [**mktxp**](charts/mktxp) | `latest` | [MKTXP](https://github.com/akpw/mktxp) — Prometheus exporter for MikroTik RouterOS metrics. |
| 📂 | [**nfs-server**](charts/nfs-server) | `2.2.2` | Lightweight, multi-arch [containerized NFS server](https://github.com/obeone/docker-nfs-server). |
| 💬 | [**olvid-bot**](charts/olvid-bot) | `1.5.0` | [Olvid bot-daemon](https://gitlab.com/olvid/olvid) — bridge to automate Olvid secure-messaging groups. |
| 📝 | [**opengist**](charts/opengist) | `1.10.0` | [Opengist](https://github.com/thomiceli/opengist) — self-hosted, Git-backed Pastebin / GitHub Gist alternative. |
| 🌐 | [**technitium-dnsserver**](charts/technitium-dnsserver) | `15.1.0` | [Technitium DNS Server](https://github.com/TechnitiumSoftware/DnsServer) — recursive / authoritative DNS, PiHole & AdGuard alternative. |
| 📤 | [**transfer.sh**](charts/transfer.sh) | `v1.6.1` | [transfer.sh](https://github.com/dutchcoders/transfer.sh) — CLI-friendly file-sharing with pluggable storage backends. |
| 🪟 | [**winbox**](charts/winbox) | `3.40` | [MikroTik Winbox](https://github.com/obeone/winbox-docker) in your browser — VNC-streamed, Wine-powered. |
> 💡 Each chart ships with a per-folder `README.md` and a `values.yaml` annotated for [helm-docs](https://github.com/norwoodj/helm-docs).
---
## 🔐 Provenance
Every chart is signed with the GPG key `helm@obeone.org`:
```text
B9FE852F28888D27F8C9A11CD33E04CD22E335CE
```
Import the [public key](public_key.gpg) and verify on install:
```console
gpg --import public_key.gpg
helm install obeone/ --verify
```
---
## 🛠️ Contributing
Per-chart docs live under `charts//README.md`. When editing a chart:
1. If `Chart.yaml` changes — run `helm dep up charts/`.
2. Run `helm lint charts/` and fix every warning before committing.
3. Bump `version:` in `Chart.yaml` (chart-releaser only ships new versions)
and add an entry under `annotations.artifacthub.io/changes`.
Releases are cut automatically by
[`chart-releaser-action`](.github/workflows/release.yml) on every push to `main`.
---
Made with ❤️ and a healthy dose of YAML by [**@obeone**](https://github.com/obeone).