No description
  • Vue 68%
  • JavaScript 22.2%
  • SCSS 8.1%
  • HTML 1%
  • Shell 0.3%
  • Other 0.4%
Find a file
2023-05-11 08:09:03 -04:00
.github 💙 Makes author list 2023-05-07 02:28:29 +01:00
docker 🐳 Adds (shorter) readme file for DockerHub 2022-02-13 18:34:43 +00:00
docs 💛 Updates repo diagram 2023-05-07 01:29:28 +00:00
public Update conf.yml 2023-05-11 08:07:15 -04:00
services Update health-check to support SSL properly 2023-01-21 16:36:49 +00:00
src 🔀 Merge pull request #1171 from ssrangisetti/patch-1 2023-05-05 21:07:07 +01:00
.dockerignore 🐳 Ignore uneeded files, to reduce container size 2021-08-19 20:12:20 +01:00
.editorconfig 🔧 Sets editor to use LF UTF-8 by default 2021-07-30 20:05:34 +01:00
.env Add redirection from http to https 2022-03-07 05:54:45 -05:00
.gitignore init 2019-07-19 15:07:26 +01:00
.gitpod.yml 🔧 Adds config file for GitPod env (#497) 2022-03-13 22:37:35 +00:00
app.json 🏗 Updates Heroku build files (#723) 2022-06-11 14:06:31 +01:00
CNAME 🚀 Adds domain for GH-Pages 2021-08-13 08:44:14 +01:00
docker-compose.yml Update docker-compose.yml 2021-10-30 23:30:58 +02:00
Dockerfile Update healthcheck to 5s timeout 2023-01-21 16:33:11 +00:00
LICENSE fix: Update copyright dates 2022-04-29 12:40:55 +02:00
netlify.toml 🔧 Adds environmental params to Netlify config 2022-02-05 01:21:59 +00:00
package.json 🔖 Keep at 2.1.1 2023-04-29 17:54:29 +01:00
Procfile ↪ REVERT: Heroku set OpenSSL Provider (#723) 2022-06-11 14:21:53 +01:00
server.js 🐛 Serve index.html as fallback to fix #1067 2023-01-17 01:30:34 +13:00
vue.config.js 🔧 Remove Vue mode from Webpack config 2021-12-25 23:21:12 +00:00
yarn.lock Add in rss parsing library and option to use it instead of the API 2023-04-29 10:31:11 -05:00

Dashy Docs

Running Dashy

  • Quick Start - TLDR guide on getting Dashy up and running
  • Deployment - Full guide on deploying Dashy either locally or online
  • Configuring - Complete list of all available options in the config file
  • App Management - Managing your app, updating, security, web server configuration, etc
  • Troubleshooting - Common errors and problems, and how to fix them

Development and Contributing

  • Developing - Running Dashy development server locally, and general workflow
  • Development Guides - Common development tasks, to help new contributors
  • Contributing - How you can help keep Dashy alive
  • Showcase - See how others are using Dashy, and share your dashboard
  • Credits - List of people and projects that have made Dashy possible
  • Release Workflow - Info about releases, CI and automated tasks

Feature Docs

  • Authentication - Guide to setting up authentication to protect your dashboard
  • Alternate Views - Outline of available pages / views and item opening methods
  • Backup & Restore - Guide to backing up config with Dashy's cloud sync feature
  • Icons - Outline of all available icon types for sections and items, with examples
  • Language Switching - Details on how to switch language, or add a new locale
  • Pages and Sections - Multi-page support, sections, items and sub-items
  • Status Indicators - Using Dashy to monitor uptime and status of your apps
  • Searching & Shortcuts - Searching, launching methods + keyboard shortcuts
  • Theming - Complete guide to applying, writing and modifying themes + styles
  • Widgets - List of all dynamic content widgets, with usage guides and examples

Misc

  • Privacy & Security - List of requests, potential issues, and security resources
  • License - Copy of the MIT License
  • Legal - Licenses of direct dependencies
  • Code of Conduct - Contributor Covenant Code of Conduct
  • Changelog - Details of recent changes, and historical versions