charts

πŸš€ 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.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.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.