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
| Key | Default | Description |
|---|---|---|
persistence.enabled | true | Enable data persistence |
persistence.size | 5Gi | PVC size |
ingress.enabled | false | Enable ingress |
More Information
See the source code and full values reference on GitHub.