mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-23 17:03:59 +03:00
⤴️ Rebased from develop
This commit is contained in:
parent
bec20c9103
commit
8ed777416b
@ -3,20 +3,20 @@
|
|||||||
### Running Dashy
|
### Running Dashy
|
||||||
- [Deployment](/docs/deployment.md) - Getting Dashy up and running
|
- [Deployment](/docs/deployment.md) - Getting Dashy up and running
|
||||||
- [Configuring](/docs/configuring.md) - Complete list of all available options in the config file
|
- [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
|
- [Troubleshooting](/docs/troubleshooting.md) - Common errors and problems, and how to fix them
|
||||||
|
|
||||||
### Development and Contributing
|
### Development and Contributing
|
||||||
- [Developing](/docs/developing.md) - Running Dashy development server locally, and general workflow
|
- [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
|
- [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
|
- [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
|
### Feature Docs
|
||||||
- [Authentication](/docs/authentication.md) - Guide to setting up authentication to protect your dashboard
|
- [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
|
- [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
|
- [Icons](/docs/icons.md) - Outline of all available icon types for sections and items
|
||||||
- [Language Switching](/docs/multi-language-support.md)
|
- [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
|
- [Theming](/docs/theming.md) - Complete guide to applying, writing and modifying themes and styles
|
||||||
|
131
public/conf.yml
131
public/conf.yml
@ -1,33 +1,108 @@
|
|||||||
---
|
---
|
||||||
pageInfo:
|
pageInfo:
|
||||||
title: Dashy
|
title: Home Lab
|
||||||
navLinks:
|
description: Dashy
|
||||||
- title: Home
|
logo: https://i.ibb.co/yhbt6CY/dashy.png
|
||||||
path: /
|
#logo: /web-icons/dashy-logo.png
|
||||||
- title: About
|
|
||||||
path: /about
|
|
||||||
- title: Source Code
|
|
||||||
path: https://github.com/Lissy93/dashy
|
|
||||||
appConfig:
|
appConfig:
|
||||||
theme: colorful
|
theme: nord-frost
|
||||||
fontAwesomeKey: 0821c65656
|
language: en
|
||||||
|
disableUpdateChecks: false
|
||||||
sections:
|
sections:
|
||||||
- name: Getting Started
|
- name: Productivity
|
||||||
|
displayData:
|
||||||
|
collapsed: false
|
||||||
|
cols: 2
|
||||||
items:
|
items:
|
||||||
- title: Source
|
- title: Archive Box
|
||||||
description: Source code and documentation on GitHub
|
description: Web site archiving
|
||||||
icon: fab fa-github
|
icon: far fa-archive
|
||||||
url: https://github.com/Lissy93/dashy
|
- title: Baserow
|
||||||
- title: Issues
|
description: Feature-rich dynamic tables (similar to Airtable)
|
||||||
description: View currently open issues, or raise a new one
|
icon: fal fa-table
|
||||||
icon: fas fa-bug
|
- title: Bookstack
|
||||||
url: https://github.com/Lissy93/dashy/issues
|
description: Self-hosted Wiki
|
||||||
- title: Demo 1
|
icon: far fa-books
|
||||||
description: 'Live Demo #1'
|
- title: Domain Mod
|
||||||
icon: far fa-rocket
|
description: Manage domains and other internet assets
|
||||||
url: https://dashy-demo-1.netlify.app
|
icon: fal fa-globe
|
||||||
- title: Demo 2
|
- title: Firefly
|
||||||
description: 'Live Demo #2'
|
description: Financial manager, for keeping track of expenses, income, budgets, etc
|
||||||
icon: fad fa-planet-ringed
|
icon: far fa-piggy-bank
|
||||||
url: https://dashy-demo-2.netlify.app
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user