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 obeone
Install 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.14 |
Flexible DNS proxy with encrypted DNS protocols (DoH, DoT, DNSCrypt). |
| π¨ | 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.1.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> --verify
Per-chart docs live under charts/<name>/README.md. When editing a chart:
Chart.yaml changes β run helm dep up charts/<name>.helm lint charts/<name> and fix every warning before committing.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 on every push to main.
Made with β€οΈ and a healthy dose of YAML by @obeone.