Sign inSign up

raigen/fhem-tablet-ui

By raigen

Updated over 5 years ago

fhem tablet-ui frontend

Image
0

100K+

raigen/fhem-tablet-ui repository overview

fhem tablet-ui Docker Image

Supported tags

Usage
  • Pull the respective docker image docker pull raigen/rpi-fhem-tablet-ui
  • Place your index.html somewhere where you can use it as a volume for docker.
  • Roll the container:
# 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/">
ToDo
  • nginx.conf for both builds
  • example index.html

Tag summary

Content type

Image

Digest

Size

22.9 MB

Last updated

over 8 years ago

docker pull raigen/fhem-tablet-ui