This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Dashy ====== [[https://github.com/Lissy93/dashy|Dashy]] is a self-hosted homelab dashboard with status-checking, widgets, themes, icon packs, a UI editor (edit the Dashy screen directly from within Dashy) and more. Accessible at http://10.1.1.8:24580 or https://homelab.donferris.me ====== Setup ====== Copied and pasted this into start.sh: <code> docker run -d \ -p 24580:8080 \ --name my-dashboard \ --restart=always \ lissy93/dashy:latest </code>