This repository has been archived on 2021-05-10 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
508299b011b08d9a5129e5779ec73c4ba613269a
Minden ellenőrzés sikeres volt
continuous-integration/drone/push Build is passing
TileBoard Docker-Container
This is a very basic Docker container for TileBoard, "a simple yet highly configurable Dashboard for HomeAssistant".
It contains the sources and starts a simple Python3 webserver to serve TileBoard at port 8000.
The builds are automated on changes of the official TileBoard repository.
Usage
You have to mount your config.js file into the /tileboard directory of the Docker container. You can see an example config.js file in the official repository.
Example
Here is an example, using Docker-Compose:
version: '3'
services:
tileboard:
image: fbrinker/tileboard
volumes:
- ./config.js:/tileboard/config.js
ports:
- "8234:8000"
After a docker-compose up -d, you can reach your TileBoard instance under http://[yourhost-or-ip]:8234.
Sources
Have a look at the Git-Repository.
Leírás
Docker Container for TileBoard: "A simple yet highly configurable Dashboard for HomeAssistant"
https://hub.docker.com/r/fbrinker/tileboard
Readme
60 KiB
Languages
Shell
74%
Dockerfile
26%