A curated collection of GPG-signed Helm charts for self-hosted apps.
helm repo add obeone https://charts.obeone.cloud
helm repo update
helm search repo obeoneInstall any chart with provenance verification:
helm install my-release obeone/<chart> --verify| Chart | App | Description | |
|---|---|---|---|
| 🔪 | cyberchef | v10.19.4 |
GCHQ's Cyber Swiss Army Knife — encode, decode, encrypt, analyze. Multi-arch. |
| 🛡️ | dnscrypt-proxy | 2.1.16 |
Flexible DNS proxy with encrypted DNS protocols (DoH, DoT, DNSCrypt). |
| 🖌️ | draw-things | latest |
Draw Things gRPC server — Stable Diffusion inference backend for the macOS/iOS app, GPU-accelerated. |
| 🎨 | fooocus | latest |
Fooocus — open-source image-generation UI on top of Stable Diffusion. |
| 🌍 | libretranslate | v1.6.5 |
LibreTranslate — free, offline-capable machine-translation API. |
| 📡 | mktxp | latest |
MKTXP — Prometheus exporter for MikroTik RouterOS metrics. |
| 📂 | nfs-server | 2.2.2 |
Lightweight, multi-arch containerized NFS server. |
| 💬 | olvid-bot | 1.5.0 |
Olvid bot-daemon — bridge to automate Olvid secure-messaging groups. |
| 📝 | opengist | 1.10.0 |
Opengist — self-hosted, Git-backed Pastebin / GitHub Gist alternative. |
| 🌐 | technitium-dnsserver | 15.2.0 |
Technitium DNS Server — recursive / authoritative DNS, PiHole & AdGuard alternative. |
| 📤 | transfer.sh | v1.6.1 |
transfer.sh — CLI-friendly file-sharing with pluggable storage backends. |
| 🪟 | winbox | 3.40 |
MikroTik Winbox in your browser — VNC-streamed, Wine-powered. |
💡 Each chart ships with a per-folder
README.mdand avalues.yamlannotated for helm-docs.
Every chart is signed with the GPG key helm@obeone.org:
B9FE852F28888D27F8C9A11CD33E04CD22E335CE
Import the public key and verify on install:
gpg --import public_key.gpg
helm install <release> obeone/<chart> --verifyPer-chart docs live under charts/<name>/README.md. When editing a chart:
- If
Chart.yamlchanges — runhelm dep up charts/<name>. - Run
helm lint charts/<name>and fix every warning before committing. - Bump
version:inChart.yaml(chart-releaser only ships new versions) and add an entry underannotations.artifacthub.io/changes.
Releases are cut automatically by
chart-releaser-action on every push to main.
Made with ❤️ and a healthy dose of YAML by @obeone. x