Skip to content

Liwan

Deploy Liwan on Kubernetes — an ultra-lightweight, privacy-first web analytics tool with embedded DuckDB storage and minimal resource requirements.

Key Features

  • Minimal footprint — single binary with embedded DuckDB
  • Privacy-first — no cookies, no tracking, GDPR-compliant
  • Persistent storage — PVC-backed data directory
  • Ingress support — TLS via cert-manager with configurable ingress class

Installation

helm install liwan oci://ghcr.io/helmforgedev/helm/liwan

Basic Example

persistence:
  enabled: true

ingress:
  enabled: true
  ingressClassName: traefik
  hosts:
    - host: analytics.example.com
      paths:
        - path: /
          pathType: Prefix

Key Values

KeyDefaultDescription
persistence.enabledtrueEnable data persistence
persistence.size5GiPVC size
ingress.enabledfalseEnable ingress

More Information

See the source code and full values reference on GitHub.