From b7754cad545b4739c876b621290f723ebec1bfc2 Mon Sep 17 00:00:00 2001 From: chatton Date: Thu, 6 Jul 2023 10:57:47 +0100 Subject: [PATCH] add dashboards to dell --- host_vars/dell.yml | 24 ++++++++++ .../files/dashboards/dashy-config.yml | 46 +++++++++++-------- 2 files changed, 52 insertions(+), 18 deletions(-) diff --git a/host_vars/dell.yml b/host_vars/dell.yml index 729c9da..48f9e9e 100644 --- a/host_vars/dell.yml +++ b/host_vars/dell.yml @@ -6,6 +6,30 @@ portainer_required_templates: [] services: [] docker_compose_services: + - name: dashboards + definition: + version: '3.5' + services: + dash-dot: + container_name: dashdot + image: mauricenino/dashdot:latest + restart: unless-stopped + privileged: true + ports: + - '3010:3001' + volumes: + - /:/mnt/host:ro + glances: + image: nicolargo/glances:latest-alpine + restart: unless-stopped + pid: host + ports: + - "8083:61208" + volumes: + - /var/run/docker.sock:/var/run/docker.sock + environment: + - "GLANCES_OPT=-w" + - name: minio definition: version: '3' diff --git a/roles/setup_hosted_services/files/dashboards/dashy-config.yml b/roles/setup_hosted_services/files/dashboards/dashy-config.yml index 8cc0145..7a39c74 100644 --- a/roles/setup_hosted_services/files/dashboards/dashy-config.yml +++ b/roles/setup_hosted_services/files/dashboards/dashy-config.yml @@ -3,6 +3,18 @@ pageInfo: sections: - name: Qnap items: + - title: Dash Dot + icon: hl-dashdot + url: http://qnap:3010 + - title: Uptime Kuma + icon: hl-uptime-kuma + url: http://qnap:3001 + - title: Glances + icon: hl-glances + url: http://qnap:8083 + - title: Pihole + icon: hl-pihole + url: http://qnap:85/admin - title: Photoprism description: Manage photos icon: hl-photoprism @@ -23,6 +35,7 @@ sections: - title: Paperless icon: hl-paperless url: http://qnap:8001 + - name: Docker Admin items: - title: Portainer @@ -44,23 +57,6 @@ sections: icon: hl-nginx url: http://qnap:8181 - - name: QNAP Dashboards - items: - - title: Dash Dot - icon: hl-dashdot - url: http://qnap:3010 - - 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 - - title: Pihole - icon: hl-pihole - url: http://qnap:85/admin - name: Snunmu items: - title: Dash Dot @@ -83,18 +79,26 @@ sections: url: http://snunmu:8000 description: Paste bin service. icon: hl-hasteypaste + - title: Bookstack + icon: hl-bookstack + url: https://bookstack.cianhatton.ie - name: Dell items: - title: Minio icon: hl-minio url: http://dell:11001 - + - title: Dash Dot + icon: hl-dashdot + url: http://dell:3010 - name: Media Stack items: - title: Plex icon: hl-plex url: http://qnap:32400 statusCheck: false + - title: Tautulli + icon: hl-tautulli + url: http://qnap:8182 - title: Sonarr icon: hl-sonarr url: http://qnap:8989 @@ -133,6 +137,12 @@ sections: options: hostname: http://snunmu:8083 + - name: Dell + widgets: + - type: gl-disk-space + options: + hostname: http://dell:8083 + appConfig: statusCheck: true