Hi all,
We would like to be able to share the BALENA_DEVICE_UUID with our server.
We tried to achieve this by setting the user-agent with the variable in docker-compose.yml, but Balena does not substitute vars like docker-compose would normally do.
See our code here:
version: '2.4'
services:
browser:
image: bh.cr/balenalabs/browser-amd64
privileged: true
environment:
EXTRA_FLAGS: --user-agent=FlowStation-${BALENA_DEVICE_UUID:unknown} --guest --allow-running-insecure-content
SHOW_CURSOR: '1'
KIOSK: '1'
LAUNCH_URL: http://requestbin.webengage.org/redacted