adding widget

pull/1/head
Cian Hatton 3 years ago
parent b8cc5dae9a
commit c37c37b5c9

@ -1,13 +1,15 @@
# Details about config. # Details about config.
# https://github.com/Lissy93/dashy/blob/master/docs/configuring.md # https://github.com/Lissy93/dashy/blob/master/docs/configuring.md
# Widgets: https://github.com/Lissy93/dashy/blob/master/docs/widgets.md
--- ---
pageInfo: pageInfo:
title: Home Lab title: Home Lab
sections: sections:
- name: Dashboards - name: Dashboards
widgets:
- type: gl-disk-space
options:
hostname: http://qnap:8083
items: items:
- title: Dash Dot - title: Dash Dot
icon: hl-dashdot icon: hl-dashdot
@ -15,6 +17,12 @@ sections:
- title: Uptime Kuma - title: Uptime Kuma
icon: hl-uptime-kuma icon: hl-uptime-kuma
url: "http://qnap:3001" 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 - name: Media Stack
items: items:
- title: Plex - title: Plex
@ -50,6 +58,9 @@ sections:
- title: Nextcloud - title: Nextcloud
icon: hl-nextcloud icon: hl-nextcloud
url: "http://qnap:8081" url: "http://qnap:8081"
- title: Mealie
icon: hl-mealie
url: "https://mealie.cianhatton.ie"
- name: System Admin - name: System Admin
items: items:
- title: Portainer - title: Portainer
@ -71,3 +82,5 @@ sections:
appConfig: appConfig:
statusCheck: true statusCheck: true
showSplashScreen: false showSplashScreen: false
theme: dracula
language: en
Loading…
Cancel
Save