A collection of Helm charts for self-hosted applications, built on the bjw-s common library chart.
| Chart | Version | Description |
|---|---|---|
| adguard-home | 0.8.3 |
DNS-level ad and tracker blocking with optional Prometheus exporter |
| adventurelog | 0.1.0 |
Self-hosted travel companion to log trips, plan itineraries, and map your adventures |
| akvorado | 0.5.0 |
NetFlow/IPFIX/sFlow collector with ClickHouse analytics |
| arr-stack | 0.10.13 |
Media automation stack with Sonarr, Radarr, Prowlarr, Bazarr, Flaresolverr, Configarr, and UmlautAdaptarr |
| carconnectivity | 0.3.1 |
Car telemetry data retrieval with plugin support (VW, ABRP, WebUI) |
| dawarich | 0.3.0 |
Self-hosted location history tracker and Google Timeline alternative |
| emby | 0.2.0 |
Emby media server for streaming movies, TV, music, and more |
| flowcus | 0.3.0 |
Lightweight NetFlow/IPFIX collector with embedded web UI and columnar storage |
| freeradius | 0.2.0 |
FreeRADIUS server with LDAP backend for WPA Enterprise and MAC authentication |
| ghostfolio | 0.43.1 |
Open source wealth management software |
| home-assistant-matter-hub | 0.2.2 |
Matter bridge for Home Assistant with mDNS support via Layer 2 network attachment |
| homeassistant | 1.24.4 |
Home automation platform with optional LDAP, Matter bridge, and CNPG database support |
| homepage | 0.11.0 |
Customizable application dashboard for your homelab |
| immich | 0.20.2 |
Self-hosted photo and video backup solution with machine learning |
| invidious | 0.11.6 |
Privacy-focused alternative YouTube frontend with companion service and PostgreSQL |
| jellyfin | 0.3.0 |
Free software media server for streaming movies, TV, music, and more |
| linkwarden | 0.3.9 |
Self-hosted collaborative bookmark manager to collect, organize and archive webpages |
| mealie | 0.30.0 |
Self-hosted recipe manager and meal planner |
| mosquitto | 0.3.0 |
Eclipse Mosquitto MQTT broker with TLS and password authentication |
| music-assistant | 0.4.3 |
Music Assistant - free, opensource Media player for your local music and online music providers |
| netra | 0.3.0 |
ASN traffic analysis dashboard for NetFlow/IPFIX flow data |
| paperless | 0.61.0 |
Document management system with OCR and full-text search |
| powerdns-auth | 0.7.0 |
PowerDNS authoritative DNS server with LMDB backend and external-dns support |
| powerdns-recursor | 0.3.0 |
PowerDNS recursive DNS resolver with DNSSEC validation |
| qbittorrent | 0.5.0 |
BitTorrent client with web UI and optional VPN (gluetun) sidecar |
| samba | 0.3.0 |
Multi-user Samba SMB file server with per-share encryption and Time Machine support |
| searxng | 0.1.0 |
Privacy-respecting metasearch engine |
| skel | 0.3.0 |
Skeleton chart template for creating new charts |
| vikunja | 0.2.2 |
Self-hosted to-do list and task management application |
| wanderer | 0.6.1 |
Self-hosted trail database and route planner for hiking, biking and other outdoor activities |
| zigbee2mqtt | 0.14.0 |
Zigbee-to-MQTT bridge for smart home devices |
Charts are published as OCI artifacts. To install a chart:
helm install <release-name> oci://ghcr.io/swagner-de/charts/<chart-name> --version <version>For example:
helm install mealie oci://ghcr.io/swagner-de/charts/mealie --version 0.15.0To customize the installation, create a values.yaml file and pass it during install:
helm install mealie oci://ghcr.io/swagner-de/charts/mealie --version 0.15.0 -f values.yamlContainer images used by all charts are scanned weekly for CVEs. Findings are uploaded to the GitHub Security tab with a combined risk score that weighs real-world exploitability (EPSS + CISA KEV) against raw CVSS impact.
See docs/cve-risk-scoring.md for details on the scoring methodology.
All charts use the bjw-s common library chart (v4.x) as their base dependency. Each chart has a single templates/hardcoded.yaml that defines sensible defaults which are merged with user-provided values at render time.
Charts that require databases support both packaged PostgreSQL/Redis subcharts and CloudNativePG (CNPG) operator-managed clusters.
See CONTRIBUTING.md for guidelines on adding new charts, testing, and submitting changes.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.