Is it possible to provide an API endpoint which reports the currently installed version of the server?
I have an Argus instance set up for release monitoring and ideally it needs to know the currently installed version of a software.
Output could be a simple version string in the format of:
{
"version": "v2026.2.1"
}