-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
API Endpoint or Feature
It would be helpful if i could get the current Version of the Bookstack Instance via the API
Use-Case
I'd like to add a Check in my Monitoring System to get notified if my Bookstack Instance is not on the latest Version.
Additional context
i can check the latest bookstack release like this
curl -sL https://api.github.com/repos/BookStackApp/BookStack/releases/latest | jq -r ".tag_name"
i just need somethign similar for Bookstack itself, compare Versions and Notify
Reactions are currently unavailable