Skip to content

token-dashboard v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 May 13:43
· 1 commit to main since this release

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.0

Then 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.jar

See the auto-generated notes below for changes since the previous release.

Full Changelog: v0.0.1...v0.1.0