该仓库已于 2021-05-10 归档。您可以查看文件和克隆它,但不能创建工单、合并请求或推送提交。
1d358e39dd7d1ff4a2e922b164b09f731b3020d1
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.
Contribute
You can open any new issues here. The builds are automated on changes of the official TileBoard repository.
Have a look at the Dockerfile.
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.
描述
Docker Container for TileBoard: "A simple yet highly configurable Dashboard for HomeAssistant"
https://hub.docker.com/r/fbrinker/tileboard
自述文档
60 KiB
语言
Shell
74%
Dockerfile
26%