From 8ed777416ba2b8534fdab80b38576ad5eb8fad4a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 30 Jul 2021 19:54:41 +0100 Subject: [PATCH] :arrow_heading_up: Rebased from develop --- docs/readme.md | 8 +-- public/conf.yml | 131 +++++++++++++++++++++++++++++++++++++----------- 2 files changed, 107 insertions(+), 32 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 515778cb..4fd72f6e 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -3,20 +3,20 @@ ### Running Dashy - [Deployment](/docs/deployment.md) - Getting Dashy up and running - [Configuring](/docs/configuring.md) - Complete list of all available options in the config file -- [Management](/docs/management.md) - Managing your app, updating, security, web server configuration, etc +- [App Management](/docs/management.md) - Managing your app, updating, security, web server configuration, etc - [Troubleshooting](/docs/troubleshooting.md) - Common errors and problems, and how to fix them ### Development and Contributing - [Developing](/docs/developing.md) - Running Dashy development server locally, and general workflow - [Development Guides](/docs/development-guides.md) - Common development tasks, to help new contributors -- [Contributing](/docs/contributing.md) - How to contribute to Dashy +- [Contributing](/docs/contributing.md) - How you can help keep Dashy alive - [Showcase](/docs/showcase.md) - See how others are using Dashy, and share your dashboard -- [Credits]() +- [Credits](/docs/credits.md) - List of people and projects that have made Dashy possible ### Feature Docs - [Authentication](/docs/authentication.md) - Guide to setting up authentication to protect your dashboard - [Backup & Restore](/docs/backup-restore.md) - Guide to Dashy's cloud sync feature -- [Status Indicators](/docs/status-indicators.md) - Using Dashy to monitor uptime and status of your apps - [Icons](/docs/icons.md) - Outline of all available icon types for sections and items - [Language Switching](/docs/multi-language-support.md) +- [Status Indicators](/docs/status-indicators.md) - Using Dashy to monitor uptime and status of your apps - [Theming](/docs/theming.md) - Complete guide to applying, writing and modifying themes and styles diff --git a/public/conf.yml b/public/conf.yml index 99c1cd80..0d91a873 100644 --- a/public/conf.yml +++ b/public/conf.yml @@ -1,33 +1,108 @@ --- pageInfo: - title: Dashy - navLinks: - - title: Home - path: / - - title: About - path: /about - - title: Source Code - path: https://github.com/Lissy93/dashy + title: Home Lab + description: Dashy + logo: https://i.ibb.co/yhbt6CY/dashy.png + #logo: /web-icons/dashy-logo.png appConfig: - theme: colorful - fontAwesomeKey: 0821c65656 + theme: nord-frost + language: en + disableUpdateChecks: false sections: -- name: Getting Started +- name: Productivity + displayData: + collapsed: false + cols: 2 items: - - title: Source - description: Source code and documentation on GitHub - icon: fab fa-github - url: https://github.com/Lissy93/dashy - - title: Issues - description: View currently open issues, or raise a new one - icon: fas fa-bug - url: https://github.com/Lissy93/dashy/issues - - title: Demo 1 - description: 'Live Demo #1' - icon: far fa-rocket - url: https://dashy-demo-1.netlify.app - - title: Demo 2 - description: 'Live Demo #2' - icon: fad fa-planet-ringed - url: https://dashy-demo-2.netlify.app - + - title: Archive Box + description: Web site archiving + icon: far fa-archive + - title: Baserow + description: Feature-rich dynamic tables (similar to Airtable) + icon: fal fa-table + - title: Bookstack + description: Self-hosted Wiki + icon: far fa-books + - title: Domain Mod + description: Manage domains and other internet assets + icon: fal fa-globe + - title: Firefly + description: Financial manager, for keeping track of expenses, income, budgets, etc + icon: far fa-piggy-bank + - title: Fresh RSS + description: RSS feed reader and news aggregator + icon: far fa-rss-square + - title: Git Tea + description: Git service, hosting mirrors of my public repos + icon: fab fa-git-alt + - title: LessPass + description: Deterministic stateless password manager + icon: far fa-key + - title: NextCloud + description: Cloud office suit and collaboration platform + icon: far fa-cloud + - title: Paperless + description: Scan, index, and archive physical paper documents + icon: far fa-paper-plane + - title: Photo Prism + description: Browsing, organizing, and sharing photos and albums + icon: far fa-images + - title: Standard Notes + description: Encrypted notes app, with extensions and desktop + mobile apps + icon: far fa-sticky-note + - title: Syncthing + description: Peer-to-peer file synchronization + icon: far fa-recycle + - title: VS Code Web + description: Cloud based VS Code development environment + icon: far fa-code + - title: XBrowserSync + description: Bookmarks, history and browser sync + icon: far fa-bookmark +- name: Firewall + items: + - title: OPNsense + description: Firewall Central Management + icon: far fa-sensor-fire + target: modal + - title: NetData + description: System resource usage on firewall + icon: far fa-digital-tachograph + - title: MalTrail + description: Malicious traffic detection system + icon: far fa-viruses + - title: Ntopng + description: Network traffic probe and network use monitor + icon: far fa-tachometer-alt-fastest + - title: Sensei + description: Additional data features + icon: far fa-chart-line + - title: Monit + description: Status of firewall system alerts + icon: far fa-monitor-heart-rate + - title: Firewall Logs + description: Real-time view of firewall data and logs + icon: far fa-file-spreadsheet + - title: WireGuard + description: Manage WireGuard client and server on firewall + icon: far fa-project-diagram +- name: Networks + items: + - title: Pi-Hole + description: DNS settings for ad & tracker blocking + icon: fab fa-raspberry-pi + - title: PiAlert + description: Presence monitoring and ARP scanning + icon: far fa-engine-warning + - title: SmokePing + description: Network latency monitoring + icon: far fa-smoke + - title: StatPing + description: Up-time monitoring for local service + icon: far fa-chart-network + - title: LibreSpeed + description: Local network speed and latency test + icon: far fa-rabbit-fast + - title: Grafana + description: Data visualised on dashboards + icon: far fa-analytics