-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Dashy as default Ansible-NAS dashboard. Fix Dashy config persiste…
…nce (fixes #540)
- Loading branch information
1 parent
df1d932
commit 09ddc6a
Showing
4 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
# Page meta info, like heading, footer text and nav links | ||
pageInfo: | ||
title: Dashy | ||
description: Welcome to your new Ansible-NAS dashboard! | ||
navLinks: | ||
- title: Ansible-NAS | ||
path: https://ansible-nas.io | ||
- title: Documentation | ||
path: https://dashy.to/docs | ||
|
||
# Optional app settings and configuration | ||
appConfig: | ||
theme: colorful | ||
|
||
# Main content - An array of sections, each containing an array of items | ||
sections: | ||
- name: Getting Started | ||
icon: fas fa-rocket | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters