diff --git a/docker-compose/dashy/dashy-config.yml b/docker-compose/dashy/dashy-config.yml index 9d1bbac..08e58db 100644 --- a/docker-compose/dashy/dashy-config.yml +++ b/docker-compose/dashy/dashy-config.yml @@ -1,13 +1,15 @@ # Details about config. # https://github.com/Lissy93/dashy/blob/master/docs/configuring.md - - - +# Widgets: https://github.com/Lissy93/dashy/blob/master/docs/widgets.md --- pageInfo: title: Home Lab sections: - name: Dashboards + widgets: + - type: gl-disk-space + options: + hostname: http://qnap:8083 items: - title: Dash Dot icon: hl-dashdot @@ -15,6 +17,12 @@ sections: - title: Uptime Kuma icon: hl-uptime-kuma url: "http://qnap:3001" + - title: Tautulli + icon: hl-tautulli + url: "http://qnap:8182" + - title: Glances + icon: hl-glances + url: "http://qnap:8083" - name: Media Stack items: - title: Plex @@ -50,6 +58,9 @@ sections: - title: Nextcloud icon: hl-nextcloud url: "http://qnap:8081" + - title: Mealie + icon: hl-mealie + url: "https://mealie.cianhatton.ie" - name: System Admin items: - title: Portainer @@ -70,4 +81,6 @@ sections: appConfig: statusCheck: true - showSplashScreen: false \ No newline at end of file + showSplashScreen: false + theme: dracula + language: en \ No newline at end of file