Ive been going down the rabbit hole all day of attempting to use an old ipad 2 as a HA wall mount interface. after going through a bunch of threads the only way that seems to work without paying $50 for the kiosk app is hosting this firefox docker on my HA server (raspberry pi 3 with HA os) then connecting to that from the ipad. this is the docker container:
From what i gathered online the home assistant operating system has docker already so i ran the fetch request for the container in terminal with ssh
however when i put in the command:
docker run -d
āname=firefox
-p 5800:5800
-v /docker/appdata/firefox:/config:rw
jlesage/firefox
it installed everything then gave this error message
docker: Error response from daemon: error while creating mount source path ā/docker/appdata/firefoxā: mkdir /docker: read-only file system.
i dont really know what im doing with commands lines and network configurations etc. is there an easy way to change docker from read only? am i on the right track at all here? thanks!
I went down this same rabbit hole a while ago and I have been using my old iPad2 for a while now. I just spent the time to clean up the code and package it up as a add-on which I believe does what you are asking for?
As itās so far just āworks on my machineā Iād love to get some more people testing it so I can make it better and then try to get it into the community add-on store so even more people can benefit and reuse their old unsupported tablets.
Hi gnyman, i just installed your HAVNC addon and it works and would love to beta test it for further improvements. currently slow and laggy, but good works for an old repurposing ipad2 as an alternative wall panel for ha. Thanks