latest, alpine (Dockerfile) rpi-alpine (Dockerfile) docker pull raigen/rpi-fhem-tablet-uiindex.html somewhere where you can use it as a volume for docker.# for normal builds
docker run -d -p 80:80 -v <path>/index.html:/etc/nginx/html/tablet/index.html --name tablet-ui raigen/fhem-tablet-ui
# for rpi builds
docker run -d -p 80:80 -v <path>/index.html:/usr/share/nginx/html/tablet/index.html --name tablet-ui raigen/fhem-tablet-ui:rpi-alpine
I added docker-compose.yml files to the Github repository for launching the container. You have to put the index.html into the folder by yourself.
Remember to put the fhemweb_url into the head of the index.html since this is not running from the fhem pearl server.
<meta name="fhemweb_url" content="http://192.168.xxx.xxx:8083/fhem/">
nginx.conf for both buildsindex.htmlContent type
Image
Digest
Size
22.9 MB
Last updated
over 8 years ago
docker pull raigen/fhem-tablet-ui