Skip to content

Inker - 0.4.0

Choose a tag to compare

@wojo-o wojo-o released this 16 May 13:56
6f009f1

Inker 0.4.0

Features:

  • Grafana panel plugin with dashboard/panel picker, live preview, and section grid compositing

Fixes:

  • Fix random refresh rate values causing battery drain (#14)
  • Fix phantom widgets after custom widget deletion (#19)
  • Hover widget labels on screen designer canvas (PR #20 by @kfattum)
  • CORS lockdown, webhook rate limiting, Puppeteer concurrency control

Quick Start

docker run -d \
  --name inker \
  --restart unless-stopped \
  -p 80:80 \
  -v inker_postgres:/var/lib/postgresql/17/main \
  -v inker_redis:/data \
  -v inker_uploads:/app/uploads \
  wojooo/inker:0.4.0