Skip to content

obeone/charts

Repository files navigation

🚀 obeone/charts

A curated collection of GPG-signed Helm charts for self-hosted apps.

Artifact Hub Repo Signed License


⚡ Quick start

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

📦 Charts

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.md and a values.yaml annotated for helm-docs.


🔐 Provenance

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

🛠️ Contributing

Per-chart docs live under charts/<name>/README.md. When editing a chart:

  1. If Chart.yaml changes — run helm dep up charts/<name>.
  2. Run helm lint charts/<name> 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 on every push to main.


Made with ❤️ and a healthy dose of YAML by @obeone. x