Dashy setup
Dashy has a very easy setup process with Docker which they have on the website’s quick start guide.
1
2
3
4
5
6
docker run -d \
-p 8080:8080 \
-v ~/my-conf.yml:/app/user-data/conf.yml \
--name my-dashboard \
--restart=always \
lissy93/dashy:latest
After the intialization, the Dashy dashboard is accessed through http://localhost:8080
I was able to put most of the services that have a web-gui through Dashy’s interactive editor instead of the config file, which is a nice touch.
Once I get more services up and running, I’m sure that my dashboard items will expand.
This post is licensed under CC BY 4.0 by the author.