I’m trying to write an automated AIO version check. However when I just HTTP GET https://10.0.0.42:8080/containers with curl or (Python) requests instead of the browser, there is no version string in the response, but a notice that
The login is blocked since Nextcloud is running...
How can I make the version appear in that request or is there a better way to get the version of the running instance? I’m looking for the AIO version specifically (nextcloud/all-in-one), not some other like nextcloud/server.
Greetings,
Fabiano