token-dashboard v0.1.0 released.
Run via Docker
docker pull ghcr.io/unityinflow/token-dashboard:0.1.0
docker run -p 8080:8080 -p 4317:4317 \
ghcr.io/unityinflow/token-dashboard:0.1.0Then open http://localhost:8080
Run via fat jar (requires Java 21+)
Download the attached token-dashboard-0.1.0-all.jar and:
java -jar token-dashboard-0.1.0-all.jarSee the auto-generated notes below for changes since the previous release.
Full Changelog: v0.0.1...v0.1.0