Skip to content
Discussion options

You must be logged in to vote

Thanks for raising this! I've just implemented version display in PR #19.

Once merged, you'll be able to see the version in two places:

  1. In the sidebar footer - next to the API/DB/Live status indicators
  2. Via API - GET /api/version returns {"version":"x.x.x","service":"logarr"}

Regarding your current version: if your package.json shows 0.1.0 but you see Emby and Plex sources, you likely have an older codebase but pulled newer Docker images. The version displayed will be baked into the Docker image at build time.

To get the latest:

git pull origin master
docker compose down
docker compose build --no-cache
docker compose up -d

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by itz4blitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants