forcailte ó fbrinker/docker-tileboard-OUTDATED
Tá an stórlann seo cartlannaithe ar 2021-06-21 . Is féidir leat comhaid a fheiceáil agus é a chlónáil. Ní féidir leat saincheisteanna a oscailt ná iarratais a tharraingt ná tiomnú a bhrú.
ae1a1de72734411d4bd85def4cf0db8c51b214d4
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.
Cur síos
Docker Container for TileBoard: "A simple yet highly configurable Dashboard for HomeAssistant"
Teangacha
Shell
60.5%
Dockerfile
39.5%