From 0c253f780727ca077e0e0733dd6040722aeb50c6 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sun, 25 Feb 2024 15:40:21 +0000 Subject: [PATCH] Dashy config update --- roles/dashy/files/conf.yml | 51 ++++++++++++++------------------------ 1 file changed, 19 insertions(+), 32 deletions(-) diff --git a/roles/dashy/files/conf.yml b/roles/dashy/files/conf.yml index c64ab0f0..7a3d8b55 100644 --- a/roles/dashy/files/conf.yml +++ b/roles/dashy/files/conf.yml @@ -1,13 +1,13 @@ --- # Page meta info, like heading, footer text and nav links pageInfo: - title: Dashy - description: Welcome to your new Ansible-NAS dashboard! + title: "{{ ansible_nas_hostname }} Dashboard" + description: Welcome to your Ansible-NAS dashboard navLinks: - title: Ansible-NAS path: https://ansible-nas.io - - title: Documentation - path: https://dashy.to/docs + - title: GitHub + path: https://github.com/davestephens/ansible-nas # Optional app settings and configuration appConfig: @@ -15,32 +15,19 @@ appConfig: # Main content - An array of sections, each containing an array of items sections: - - name: Getting Started - icon: fas fa-rocket + - name: Ansible-NAS Applications + icon: fas fa-tasks + displayData: + sortBy: most-used + sectionLayout: grid + itemCountX: 5 + cols: 2 items: - - title: Dashy Live - description: Development a project management links for Dashy - icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png - url: https://live.dashy.to/ - target: newtab - - title: GitHub - description: Source Code, Issues and Pull Requests - url: https://github.com/lissy93/dashy - icon: favicon - - title: Docs - description: Configuring & Usage Documentation - provider: Dashy.to - icon: far fa-book - url: https://dashy.to/docs - - title: Showcase - description: See how others are using Dashy - url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md - icon: far fa-grin-hearts - - title: Config Guide - description: See full list of configuration options - url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md - icon: fas fa-wrench - - title: Support - description: Get help with Dashy, raise a bug, or get in contact - url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md - icon: far fa-hands-helping + - name: Clock + icon: fas fa-clock + widgets: + - type: clock + options: + timeZone: {{ ansible_nas_timezone }} + format: en-GB + hideDate: false