====== 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: docker run -d \ -p 24580:8080 \ --name my-dashboard \ --restart=always \ lissy93/dashy:latest