Hi all,
is there any way to enable Public URL from within the balenaOS device itself, maybe via cURL?
I know this is possibile via the Balena SDK using enable_device_url() as shown on https://github.com/balena-io/balena-sdk-python/blob/master/balena/models/device.py#L704. This just seems to PATCH the value of is_web_accessibile, but I suppose this is not exposed by the Supervisor API, am I right?