Upstream docker image is released with support for copy and paste + support for notification forwarding. Thank you Jocelyn! It works really well for standard deployment of jlesage/docker-firefox. I will test it this week-end for the HA Add-on and I’ll release a new version. Hopefully, it will also work with HA ingress.
@Mincka, thanks for the great add-on. It worked perfectly well for ages.
Recently I updated it to 1.8.0 and it started opening localhost/0.0.0.0 by default as the main tab. It looks like this: the browser is configured to open some remote address in kiosk mode. On load/restart it opens 2 tabs: the one with the remote address and another with localhost. The localhost one is active and it fails connecting to localhost with standard Firefox’s message: Unable to connect. So, it stays open and never goes to the second tab where my remote address is open.
Logs show that when nginx service attempts to connect to 127.0.0.1:5800. Previous logs don’t show it, maybe because “Debug” level was disabled.
Did you notice anything like this?
Recent logs:
[supervisor ] starting service 'nginx'...
[supervisor ] started service 'nginx'.
[nginx ] Listening for HTTP connections on port 5800.
[supervisor ] waiting for service 'nginx' to be ready...
[nginx ] ./is_ready: Connection to 127.0.0.1 5800 port [tcp/*] succeeded!