Hi, the LibreOffice Online admin backend of the CODE docker image available at: http://example.com/loleaflet/dist/admin/admin.html is currently not accessible as no password is set within the CODE docker image. It would be great to get a configuration option like the one for the domain: -e 'domain=cloud\\.example\\.com' to be able to specify the username and password within the docker startup line. With that the admin backend actually would be use able without the need to manually fiddle around in the docker image and re-do the changes after every update of the docker image. Thanks.
Good idea, thanks.
You can pass for example -e 'username=admin' -e 'password=123456' to latest collabora/code. I pushed the image last night to docker hub.
Hey, thanks for the quick implementation. Working great without any issues.