Server version number is not exposed #18966
Unanswered
nikclayton
asked this question in
General
Replies: 1 comment 2 replies
-
|
It is intentionally not exposed if the server is configured with HIDE_VERSION. We do that purposely on hosted.weblate.org because it runs a non-released code, and that has caused quite some confusion before (showing the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
The comment at #11995 (comment) says:
I can't find a way to find out what version of Weblate a server (specifically, hosted.weblate.org) is running, to determine whether it has this change.
Solution brainstorm
Places I looked / expected to find it:
/api/, per https://docs.weblate.org/en/latest/api.html#api-entry-pointwlcAs far as I can tell it's not exposed in any of those places.
I expect the best place for the canonical source is in the response to
/api/, and everything else can pick it up from there.Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions