mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
Dashy config update
This commit is contained in:
parent
2c22d476db
commit
0c253f7807
1 changed files with 19 additions and 32 deletions
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
# Page meta info, like heading, footer text and nav links
|
# Page meta info, like heading, footer text and nav links
|
||||||
pageInfo:
|
pageInfo:
|
||||||
title: Dashy
|
title: "{{ ansible_nas_hostname }} Dashboard"
|
||||||
description: Welcome to your new Ansible-NAS dashboard!
|
description: Welcome to your Ansible-NAS dashboard
|
||||||
navLinks:
|
navLinks:
|
||||||
- title: Ansible-NAS
|
- title: Ansible-NAS
|
||||||
path: https://ansible-nas.io
|
path: https://ansible-nas.io
|
||||||
- title: Documentation
|
- title: GitHub
|
||||||
path: https://dashy.to/docs
|
path: https://github.com/davestephens/ansible-nas
|
||||||
|
|
||||||
# Optional app settings and configuration
|
# Optional app settings and configuration
|
||||||
appConfig:
|
appConfig:
|
||||||
|
@ -15,32 +15,19 @@ appConfig:
|
||||||
|
|
||||||
# Main content - An array of sections, each containing an array of items
|
# Main content - An array of sections, each containing an array of items
|
||||||
sections:
|
sections:
|
||||||
- name: Getting Started
|
- name: Ansible-NAS Applications
|
||||||
icon: fas fa-rocket
|
icon: fas fa-tasks
|
||||||
|
displayData:
|
||||||
|
sortBy: most-used
|
||||||
|
sectionLayout: grid
|
||||||
|
itemCountX: 5
|
||||||
|
cols: 2
|
||||||
items:
|
items:
|
||||||
- title: Dashy Live
|
- name: Clock
|
||||||
description: Development a project management links for Dashy
|
icon: fas fa-clock
|
||||||
icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png
|
widgets:
|
||||||
url: https://live.dashy.to/
|
- type: clock
|
||||||
target: newtab
|
options:
|
||||||
- title: GitHub
|
timeZone: {{ ansible_nas_timezone }}
|
||||||
description: Source Code, Issues and Pull Requests
|
format: en-GB
|
||||||
url: https://github.com/lissy93/dashy
|
hideDate: false
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue