Dashy

Dashy helps you organize your self-hosted services by making them accessible from a single place

User Showcase | Live Demo | Getting Started | Documentation | GitHub

Awesome Self-Hosted License MIT Current Version Docker Pulls GitHub Status Known Vulnerabilities

Contents

- **Getting Started** - [๐ŸŒˆ Features](#features-) - [โšกDemo](#demo-) - [๐Ÿš€ Getting Started](#getting-started-) - [๐Ÿ”ง Configuring](#configuring-) - **Feature Overview** - [๐ŸŽจ Theming](#theming-) - [๐Ÿงธ Icons](#icons-) - [๐Ÿšฆ Status Indicators](#status-indicators-) - [๐Ÿ’‚ Authentication](#authentication-) - [๐Ÿ–ฑ๏ธ Opening Methods](#opening-methods-%EF%B8%8F) - [๐Ÿ‘“ Alternate Views](#alternate-views-) - [๐Ÿ”Ž Searching and Shortcuts](#searching-and-shortcuts-) - [โš™๏ธ Config Editor](#config-editor-%EF%B8%8F) - [โ˜ Cloud Backup & Sync](#cloud-backup--sync-) - [๐ŸŒŽ Language Switching](#language-switching-) - [๐ŸŒณ Dashboard Info](#setting-dashboard-info-) - **Community** - [๐Ÿ“Š System Requirements](#system-requirements-) - [๐Ÿ™‹โ€โ™€๏ธ Getting Help](#getting-help-%EF%B8%8F) - [๐Ÿ› Raising Issues](#raising-issues-) - [๐Ÿ’– Supporting Dashy](#supporting-dashy-) - [๐Ÿ† Credits](#credits-) - [๐Ÿงฑ Developing](#developing-) - [๐Ÿ—ž๏ธ Release Schedule](#release-schedule-) - [๐Ÿ“˜ Documentation](#documentation-) - [๐Ÿ›ฃ๏ธ Roadmap](#roadmap-) - [๐Ÿ™Œ Alternatives](#alternatives-) - [๐Ÿ“œ License](#license-)

## Features ๐ŸŒˆ - ๐Ÿ”Ž Instant search by name, domain or tags + customizable hotkeys & keyboard shortcuts - ๐ŸŽจ Multiple built-in color themes, with UI color editor and support for custom CSS - ๐Ÿงธ Many icon options - Font-Awesome, homelab icons, auto-fetching favicon, images, emojis, etc. - ๐Ÿšฆ Status monitoring for each of your apps / links for basic availability and uptime checking - ๐Ÿ’‚ Optional authentication with multi-user access, configurable privileges and SSO support - ๐ŸŒŽ Multi-language support, with 10+ human-translated languages, and more on the way - โ˜ Optional, encrypted, free off-site cloud backup and restore feature available - ๐Ÿ’ผ A workspace view, for easily switching between multiple apps at simultaneously - ๐Ÿ›ฉ๏ธ A minimal view, for use as a fast-loading browser startpage - ๐Ÿ–ฑ๏ธ Choose app launch method, either new tab, same tab, a pop-up modal or in the workspace view - ๐Ÿ“ Customizable layout, sizes, text, component visibility, sort order, behavior etc. - ๐Ÿ–ผ๏ธ Option for full-screen background image, custom nav-bar links, html footer, title, etc. - ๐Ÿš€ Easy to setup with Docker, or on bare metal, or with 1-Click cloud deployment - โš™๏ธ Easy single-file YAML-based configuration, and option to configure app through the UI - โœจ Under active development with improvements and new features added regularly - ๐Ÿค Small bundle size, fully responsive UI and PWA for basic offline access - ๐Ÿ†“ 100% free and open source - ๐Ÿ” Strong focus on privacy - ๐ŸŒˆ And loads more... ## Demo โšก **Live Instances**: [Demo 1](https://demo.dashy.to) (Live Demo) โ”† [Demo 2](https://live.dashy.to) (Dashy Links) โ”† [Demo 3](https://dev.dashy.to) (Dev Preview) **Screenshots**: Checkout the [Showcase](./docs/showcase.md), to see example dashboards from the community **Spin up your own demo**: [![One-Click Deploy with PWD](https://img.shields.io/badge/Play--with--Docker-Deploy-2496ed?style=flat-square&logo=docker)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) or [`docker run -p 8080:80 lissy93/dashy`](./docs/quick-start.md)

Demo

**[โฌ†๏ธ Back to Top](#dashy)** --- ## Getting Started ๐Ÿ›ซ > For full setup instructions, see: [**Deployment**](./docs/deployment.md) ### Deploying from Docker Hub ๐Ÿณ You will need [Docker](https://docs.docker.com/get-docker/) installed on your system ``` docker run -p 8080:80 lissy93/dashy ``` Or ```docker docker run -d \ -p 4000:80 \ -v /root/my-local-conf.yml:/app/public/conf.yml \ --name my-dashboard \ --restart=always \ lissy93/dashy:latest ``` [![Dashy on Docker Hub](https://dockeri.co/image/lissy93/dashy)](https://hub.docker.com/r/lissy93/dashy) See also examples [with Docker Compose](./docs/deployment.md#using-docker-compose). Dashy is also available via GHCR, and tags for other architectures (`arm32-7`, `arm64-v8`, etc) and set versions are supported > Once you've got Dashy running, see [App Management Docs](./docs/management.md), for info on using health checks, updating, backups, web-server configs, logs, performance, security and more. ### Deploying from Source ๐Ÿš€ You will need [git](https://git-scm.com/downloads), the latest or LTS version of [Node.js](https://nodejs.org/) and (optionally) [Yarn](https://yarnpkg.com/) installed on your system. - Get Code: `git clone https://github.com/Lissy93/dashy.git` and `cd dashy` - Configuration: Fill in you're settings in `./public/conf.yml` - Install dependencies: `yarn` - Build: `yarn build` - Run: `yarn start` > See docs [Full list of Dashy's commands](./docs/management.md#basic-commands) ### Deploy to the Cloud โ˜๏ธ Dashy supports 1-Click deployments on several popular cloud platforms. To spin up a new instance, just click a link below: - [ Deploy to Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/lissy93/dashy) - [ Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/Lissy93/dashy) - [ Deploy to Vercel](https://vercel.com/new/project?template=https://github.com/lissy93/dashy) - [ Deploy to Render](https://render.com/deploy?repo=https://github.com/lissy93/dashy/tree/deploy_render) - [ Deploy to GCP](https://deploy.cloud.run/?git_repo=https://github.com/lissy93/dashy.git) - [ Deploy to PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) > For more 1-click cloud deployments, see [Cloud Deployment](./docs/deployment.md#deploy-to-cloud-service) **[โฌ†๏ธ Back to Top](#dashy)** --- ## Configuring ๐Ÿ”ง > For full configuration documentation, see: [**Configuring**](./docs/configuring.md) Dashy is configured through a YAML file, located at `./public/conf.yml`. You can find a complete list of available options in th [Configuring Docs](/docs/configuring.md). The config can also be edited and saved directly through the UI. **[โฌ†๏ธ Back to Top](#dashy)** --- ## Theming ๐ŸŽจ > For full theming documentation, see: [**Theming**](./docs/theming.md) Dashy comes pre-bundled with several built-in themes, which you can preview, applied and edited through the UI. With the theme configurator, and support for custom CSS, everything is in place for you to easily develop your own unique looking dashboard.

Example Themes

Example Themes

**[โฌ†๏ธ Back to Top](#dashy)** --- ## Icons ๐Ÿงธ > For full iconography documentation, see: [**Icons**](./docs/icons.md) Both sections and items can have an icon associated with them, defined under the `icon` attribute. With several different icon packs supported, you'll be able to find the perfect thumbnail for any app or service. The following icon types are supported: - **Favicon** - Automatically fetch an apps icon from it's favicon or logo image - **Icon Packs** - Use any icon from [font-awesome], [simple-icons] or [material icons] - **Emoji** - Any valid emoji can be used as an icon - **Generative** - Unique, auto-generated images for easily identifying services - **URL** - Pass the URL of any valid image in to have it fetched and rendered - **Local** - Store custom images locally, and reference by filename - **Homelab Icons** - Using [dashboard-icons] for logos of commonly self-hosted services [font-awesome]: https://fontawesome.com/icons [simple-icons]: https://simpleicons.org/ [material icons]: https://github.com/Templarian/MaterialDesign [dashboard-icons]: https://github.com/WalkxCode/dashboard-icons

**[โฌ†๏ธ Back to Top](#dashy)** --- ## Status Indicators ๐Ÿšฆ > For full monitoring documentation, see: [**Status Indicators**](./docs/status-indicators.md) Dashy has an optional feature that can check if each app/ service is up and responding, then display a small status indicator icon. Hovering over it will show additional stats like response time and status code. Status indicators can be globally enabled by setting `appConfig.statusCheck: true`, or enabled/ disabled on a per-item basis. Status is checked on page load, but you can enable continuous polling by specifying a time interval between checks, in seconds under `appConfig.statusCheckInterval`. You can also use a different endpoint for status checking, with `statusCheckUrl`, and if needed pass in custom headers under `statusCheckHeaders`.

Status Checks demo

**[โฌ†๏ธ Back to Top](#dashy)** --- ## Authentication ๐Ÿ’‚ > For full authentication documentation, see: [**Authentication**](./docs/authentication.md) Dashy has full support for secure single-sign-on using [Keycloak](https://www.keycloak.org/) for secure, easy authentication, see [setup docs](/docs/authentication.md#keycloak) for a full usage guide. There is also a basic auth feature, which doesn't require any additional setup. To enable this, just add an `auth` attribute under `appConfig`, containing an array of `users`, each with a username, SHA-256 hashed password and optional user type. Basic auth also has support for several access control features, including read-only guest access and granular controls. ```yaml appConfig: auth: users: - user: alicia hash: 4D1E58C90B3B94BCAD9848ECCACD6D2A8C9FBC5CA913304BBA5CDEAB36FEEFA3 type: admin ``` Other access control systems are also supported, see the [Alternative Auth Methods](./docs/authentication.md#alternative-authentication-methods) docs. **[โฌ†๏ธ Back to Top](#dashy)** --- ## Alternate Views ๐Ÿ‘“ As well as the default homepage, there is also: - A minimal view, useful for use as a browser start page - A workspace view, useful for visiting many apps simultaneously You can change the view from the UI, using the switch icon in the top-right corner, or select a default view in the config, under `appConfig.startingView` attribute.

Example of Workspace View
Workspace view demo

Example of Minimal View
Workspace view demo

**[โฌ†๏ธ Back to Top](#dashy)** --- ## Opening Methods ๐Ÿ–ฑ๏ธ > For full documentation on views and opening methods, see: [**Alternate Views**](./docs/alternate-views.md) There are several different ways apps can be launched. You can specify the default opening method for any given item under the `target` attribute, or set a site-wide default under `appConfig.defaultOpeningMethod`. Right-click on an item to item for all options. The following options are supported: - `sametab` - The app will be launched in the current tab - `newtab` - The app will be launched in a new tab (or use Ctrl + Click) - `modal` - Launch app in a resizable/ movable popup modal on the current page (or use Alt + Click) - `workspace` - Changes to Workspace view, and launches app - `top` - Opens in the top-most browsing context, useful if your accessing Dashy through an iframe --- ## Searching and Shortcuts ๐Ÿ”Ž > For full documentation on searching, see: [**Searching & Shortcuts**](./docs/searching.md) Quickly finding and launching applications is the primary aim of Dashy. To that end instant search and customizable keyboard shortcuts are built-in. To start filtering, just start typing. No need to select the search bar or use any special key. Then use either the tab key or arrow keys to select and move between results, and hit enter to launch the currently selected application. For apps that you use regularly, you can set a custom keybinding. Use the `hotkey` parameter on a certain item to specify a numeric key, between `0 - 9`. You can then launch that app, by just pressing that key. You can also add custom tags to a given item, to make finding them based on keywords easier. For example, in the following example, searching for 'Movies' will show 'Plex' ```yaml items: - title: Plex hotkey: 8 icon: favicon description: Media library url: https://plex.lab.local tags: [ movies, videos, music ] ``` To search the web directly through Dashy, just press enter after typing your query. Options for web search are set under `appConfig.webSearch`. There is built in support for [10+ search engines](./docs/searching.md#setting-search-engine), or [use your own custom provider](./docs/searching.md#using-custom-search-engine) or self-hosted instance. With the web search, you can also define your own bangs, to redirect results to any given app, website or search engine, when the query is preceded with a certain character sequence (usually beginning in `/`, `!` or `:`). ```yaml webSearch: searchEngine: duckduckgo openingMethod: newtab searchBangs: /r: reddit /w: wikipedia /s: https://whoogle.local/search?q= ':wolf': wolframalpha ':so': stackoverflow ':git': github ``` Hit `Esc` at anytime to close any open apps, clear the search field, or hide any modals. **[โฌ†๏ธ Back to Top](#dashy)** --- ## Config Editor โš™๏ธ > For full config documentation, see: [**Configuring**](./docs/configuring.md) As well as passing in a YAML config file, you can also configure the app directly through the UI, and preview changes live. To edit any section or item, right-click on it, and select "Edit", or enter the Edit Mode (using the Pen icon in the top-right), then click any part of the page to edit. Changes will be visible immediately, but will not be saved until you click "Save to Disk" or "Save Locally". Under the config menu, you can export, view, backup, or reset app config, as well as edit the raw config file in a text editor, with built-in schema validation. It's recommended to keep a backup of your config.

Interactive Editor demo

Config Editor demo

**[โฌ†๏ธ Back to Top](#dashy)** --- ## Cloud Backup & Sync โ˜ > For full backup documentation, see: [**Cloud Backup & Sync**](./docs/backup-restore.md) Dashy has an **optional** built-in feature for securely backing up your config to a hosted cloud service, and then restoring it on another instance. This is useful not only for backing up your configuration off-site, but it also enables Dashy to be used without having write a YAML config file. All data is fully E2E encrypted before being sent to the backend (done in [`CloudBackup.js`](https://github.com/Lissy93/dashy/blob/master/src/utils/CloudBackup.js) using [crypto.js](https://github.com/brix/crypto-js)'s AES method). The data is then sent to a [Cloudflare worker](https://developers.cloudflare.com/workers/learning/how-workers-works), and stored in a [KV](https://developers.cloudflare.com/workers/learning/how-kv-works) data store. **[โฌ†๏ธ Back to Top](#dashy)** --- ## Language Switching ๐ŸŒŽ > For full internationalization documentation, see: [**Multi-Language Support**](./docs/multi-language-support.md) Dashy supports multiple languages and locales. When available, your language should be automatically detected and applied on load. But you can also select a language through the UI (under Config --> Switch Language), or set `appConfig.language` to your language (specified as a 2-digit [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)). #### Supported Languages - ๐Ÿ‡ฌ๐Ÿ‡ง **English**: `en` - _Default_ - ๐Ÿ‡จ๐Ÿ‡ณ **Chinese**: `cn` - Contributed by **[@FormatToday](https://github.com/FormatToday)** - ๐Ÿ‡ณ๐Ÿ‡ฑ **Dutch**: `nl` - Contributed by **[@evroon](https://github.com/evroon)** - ๐Ÿ‡ฒ๐Ÿ‡ซ **French**: `fr` - Contributed by **[@EVOTk](https://github.com/EVOTk)** - ๐Ÿ‡ฉ๐Ÿ‡ช **German**: `de` - Contributed by **[@Niklashere](https://github.com/Niklashere)** - ๐Ÿ‡ณ๐Ÿ‡ด **Norwegian Bokmรฅl**: `nb` - Contributed by **[@rubjo](https://github.com/rubjo)** - ๐Ÿ‡ต๐Ÿ‡ฑ **Polish**: `pl` - Contributed by **[@skaarj1989](https://github.com/skaarj1989)** - ๐Ÿ‡ช๐Ÿ‡ธ **Spanish**: `es` - Contributed by **[@lu4t](https://github.com/lu4t)** - ๐Ÿ‡ธ๐Ÿ‡ฎ **Slovenian**: `sl` - Contributed by **[@UrekD](https://github.com/UrekD)** - ๐Ÿ‡ฎ๐Ÿ‡น **Italian**: `it` - Machine Translated *(awaiting human review)* - ๐Ÿ‡ต๐Ÿ‡น **Portuguese**: `pt` - Machine Translated *(awaiting human review)* - ๐Ÿ‡ท๐Ÿ‡บ **Russian**: `ru` - Contributed by Anon - ๐Ÿ‡ฆ๐Ÿ‡ช **Arabic**: `ar` - Contributed by Anon - ๐Ÿ‡ฎ๐Ÿ‡ณ **Hindi**: `hi` - Contributed by Anon - ๐Ÿ‡ฏ๐Ÿ‡ต **Japanese**: `ja` - Contributed by Anon #### Add your Language I would love Dashy to be available to everyone, without language being a barrier to entry. If you've got a few minutes to spare, consider adding translations for your language. It's a quick task and all text is in [a single JSON file](https://github.com/Lissy93/dashy/tree/master/src/assets/locales). Since any missing text will fallback to English, you don't need to translate it all. **[โฌ†๏ธ Back to Top](#dashy)** --- ## System Requirements ๐Ÿ“Š The hardware requirements vary depending on where and how you are running Dashy. Generally speaking, on a bare metal system or Docker container, 1GB of memory should be more than enough, and depending on whether you are using your own assets, then 1GB of disk space should be sufficient. If you are using one of the 1-click cloud deployment methods, serving the app through a CDN or using a static hosting provider, then there are no specific requirements, as the built app is just a series of static JS files, and so is very light-weight. Dashy also wells run on low-powered ARM-based single board computers, such as a Raspberry Pi (tested on Pi 3) **Browser Support** ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png) --- | --- | --- | --- | --- | Latest โœ” | Latest โœ” | 10+ โœ” | Latest โœ” | 6.1+ โœ” | --- ## Support ๐Ÿ™‹โ€โ™€๏ธ If you're having trouble getting Dashy up and running, or have a question about usage or configuration, feel free to ask. The best place to do this is via [the Discussions](https://github.com/Lissy93/dashy/discussions). If you've found something which isn't working as it should, please raise a bug by [opening a ticket](https://github.com/Lissy93/dashy/issues/new/choose). It's best to check the [docs](./docs), [previous issues](https://github.com/Lissy93/dashy/issues?q=label%3A%22%F0%9F%A4%B7%E2%80%8D%E2%99%82%EF%B8%8F+Question%22+) and [troubleshooting guide](./docs/troubleshooting.md) first. **[โฌ†๏ธ Back to Top](#dashy)** --- ## Supporting Dashy ๐Ÿ’– > For full details, and other ways you can help out, see: [**Contributing**](./docs/contributing.md) If you're using Dashy, and would like to help support it's development, then that would be awesome! Contributions of any type, however small are always very much appreciated, and you will be appropriately credited for your effort. Several areas that we need a bit of help with at the moment are: - Translating - Help make Dashy available to non-native English speakers by [adding youre language](./docs/multi-language-support.md#adding-a-new-language) - Donate a small amount, by [Sponsoring @Lissy93 on GitHub](https://github.com/sponsors/Lissy93) and receive some extra perks! - Complete a [short survey](https://survey.typeform.com/to/gl0L68ou), to have your say about future features - Share your dashboard in the [Showcase](https://github.com/Lissy93/dashy/blob/master/docs/showcase.md#dashy-showcase-), to provide inspiration for others - Spread the word, by sharing Dashy or a screenshot of your dashboard, to help new users discover it - Submit a PR, to add a new feature, fix a bug, update the docs, add a theme or something else - Star Dashy on GitHub/ DockerHub or leave an upvote / review on [these platforms](https://github.com/Lissy93/dashy/blob/master/docs/contributing.md#star-upvote-or-leave-a-review) [![Sponsor Lissy93 on GitHub](./docs/assets/sponsor-button.svg)](https://github.com/sponsors/Lissy93) **[โฌ†๏ธ Back to Top](#dashy)** ## Credits ๐Ÿ† > For a full list of credits, and attributions to packages used within Dashy, see: [**Credits**](./docs/credits.md) Thank you so much to everyone who has helped with Dashy so far, every contribution is very much appreciated. #### Sponsors Huge thanks to the sponsors helping to support Dashy's development!
mfnalex
Mfnalex
Robert-Ernst
Robert Ernst
DylanBeMe
DylanH
#### Contributors [![Auto-generated contributors](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/CONTRIBUTORS.svg)](./docs/credits.md) **[โฌ†๏ธ Back to Top](#dashy)** --- ## Developing ๐Ÿงฑ > For full development documentation, see: [**Developing**](./docs/developing.md) [![Open Project in VS Code](https://img.shields.io/badge/Open_in-VS_Code-863cfc?style=flat-square&logo=visualstudiocode)](https://open.vscode.dev/Lissy93/Dashy) [![Open in GitPod](https://img.shields.io/badge/Open_in-GitPod-ffae33?style=flat-square&logo=gitpod)](https://gitpod.io/#github.com/lissy93/dashy.git) [![Open in GitHub Code Spaces](https://img.shields.io/badge/Open_in-Code%20Spaces-131313?style=flat-square&logo=github)](https://github.dev/Lissy93/dashy) Before getting started, you'll need [Git](https://git-scm.com/downloads), [Node](https://nodejs.org/en/download/) and optionally [Yarn](https://yarnpkg.com/) (run `npm i -g yarn`) installed. To set up the development environment: 1. Get Code: `git clone https://github.com/Lissy93/dashy.git` and `cd dashy` 2. Install dependencies: `yarn` 3. Start dev server: `yarn dev` Hot reload is enabled, so changes will be automatically detected, compiled and refreshed. If you're new to web development, I've put together a short [list of resources](https://github.com/Lissy93/dashy/blob/master/docs/developing.md#resources-for-beginners), to help beginners get started **Repo Status**: [![Open PRs](https://flat.badgen.net/github/open-prs/lissy93/dashy?icon=github)](https://github.com/Lissy93/dashy/pulls) [![Total PRs](https://flat.badgen.net/github/prs/lissy93/dashy?icon=github)](https://github.com/Lissy93/dashy/pulls?q=) [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/lissy93/dashy?style=flat-square)](https://github.com/Lissy93/dashy/commits/master) [![Last Commit](https://flat.badgen.net/github/last-commit/lissy93/dashy?icon=github)](https://github.com/Lissy93/dashy/commits/master) [![Contributors](https://flat.badgen.net/github/contributors/lissy93/dashy?icon=github)](https://github.com/Lissy93/dashy/graphs/contributors) **[โฌ†๏ธ Back to Top](#dashy)** --- ## Release Schedule ๐Ÿ—ž๏ธ > For full release, automation and CI documentation, see: [**Releases & Workflows**](./docs/release-workflow.md) Dashy is under active development, with features, improvements and changes pushed almost daily. We're using [Semantic Versioning](https://semver.org/), to indicate major, minor and patch versions. You can find the current version number in the readme, and check your apps version under the config menu. The version number is pulled from the [package.json](https://github.com/Lissy93/dashy/blob/master/package.json#L3) file. Typically there is a new major release every 2 - 4 weeks, usually on Sunday, and you can view these under the [Releases Page](https://github.com/Lissy93/dashy/releases) and [on DockerHub](https://hub.docker.com/r/lissy93/dashy/tags). New minor versions are pushed several times a week, and are [tagged here](https://github.com/Lissy93/dashy/tags). For a full breakdown of each change, you can view the [Changelog](https://github.com/Lissy93/dashy/blob/master/.github/CHANGELOG.md). Each new feature or significant change needs to be submitted through [a pull request](https://github.com/Lissy93/dashy/pulls?q=is%3Apr), which makes it easy to review and track these changes, and roll back if needed. **[โฌ†๏ธ Back to Top](#dashy)** --- ## Documentation ๐Ÿ“˜ > For full docs, see: **[Documentation Contents](./docs/readme.md)** #### Running Dashy - ๐Ÿ’จ [Quick Start](/docs/quick-start.md) - TDLR guide on getting Dashy up and running in under 5 minutes - ๐Ÿš€ [Deployment](/docs/deployment.md) - Full guide on setting up Dashy on various different environments - ๐Ÿ”ง [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 - ๐Ÿš’ [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 - ๐ŸŒŸ [Showcase](/docs/showcase.md) - See how others are using Dashy, and share your dashboard - ๐Ÿ† [Credits](/docs/credits.md) - Shout out to the amazing people who have contributed so far - ๐Ÿ—ž๏ธ [Release Workflow](/docs/release-workflow.md) - Info about releases, CI and automated tasks #### Feature Docs - ๐Ÿ›ก๏ธ [Authentication](/docs/authentication.md) - Guide to setting up authentication to protect your dashboard - ๐Ÿงฟ [Alternate Views](/docs/alternate-views.md) - Outline of available pages / views and item opening methods - ๐Ÿ’พ [Backup & Restore](/docs/backup-restore.md) - Guide to Dashy's cloud sync feature - ๐Ÿงธ [Icons](/docs/icons.md) - Outline of all available icon types for sections and items - ๐ŸŒ [Language Switching](/docs/multi-language-support.md) - How to change language, add a language, or update text - ๐Ÿšฆ [Status Indicators](/docs/status-indicators.md) - Using Dashy to monitor uptime and status of your apps - ๐Ÿ” [Searching & Shortcuts](/docs/searching.md) - Finding and launching your apps, and using keyboard shortcuts - ๐ŸŽจ [Theming](/docs/theming.md) - Complete guide to applying, writing and modifying themes and styles #### Misc - ๐Ÿ” [Privacy & Security](/docs/privacy.md) - List of requests, potential issues, and security resources - ๐Ÿ“„ [License](/LICENSE) - Copy of the MIT License - โš–๏ธ [Legal](/.github/LEGAL.md) - Licenses of direct dependencies - ๐Ÿ“ [Code of Conduct](/.github/CODE_OF_CONDUCT.md) - Contributor Covenant Code of Conduct - ๐ŸŒณ [Changelog](/.github/CHANGELOG.md) - Details of recent changes, and historical versions **[โฌ†๏ธ Back to Top](#dashy)** --- ## Roadmap ๐Ÿ›ฃ๏ธ > For past and future app updates, see: [**Changelog**](/.github/CHANGELOG.md) The following features and tasks are planned for the near future. - Widget support- cards showing live stats and interactive content from your self-hosted services - โœ… UI editor and visual configurator - Replacement of Node backend with Go **[โฌ†๏ธ Back to Top](#dashy)** --- ## Alternatives ๐Ÿ™Œ There are a few self-hosted web apps, that serve a similar purpose to Dashy. If you're looking for a dashboard, and Dashy doesn't meet your needs, I highly recommend you check these projects out! - [Flame](https://github.com/pawelmalak/flame) by @pawelmalak (`MIT`) - [HomeDash2](https://lamarios.github.io/Homedash2) - [Homer](https://github.com/bastienwirtz/homer) (`Apache License 2.0`) - [Organizr](https://organizr.app/) (`GPL-3.0 License`) - [Heimdall](https://github.com/linuxserver/Heimdall) (`MIT`) - [Smashing](https://github.com/Smashing/smashing) (`MIT`) - See more ๐Ÿ‘‰ [Awesome Self-Hosted](https://github.com/awesome-selfhosted/awesome-selfhosted#personal-dashboards) **[โฌ†๏ธ Back to Top](#dashy)** --- ## License ๐Ÿ“œ Dashy is License under [MIT X11](https://en.wikipedia.org/wiki/MIT_License) ``` Copyright ยฉ 2021 Alicia Sykes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the โ€œSoftwareโ€), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED โ€œAS ISโ€, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWAREOR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, Dashy shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the repo owner. ``` **TDLR;** _You can do whatever you like with Dashy: use it in private or commercial settings,_ _redistribute and modify it. But you must display this license and credit the author._ _There is no warranty that this app will work as expected, and the author cannot be held_ _liable for anything that goes wrong._ For more info, see TLDR Legal's [Explanation of MIT](https://tldrlegal.com/license/mit-license) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLissy93%2Fdashy.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FLissy93%2Fdashy?ref=badge_large) **[โฌ†๏ธ Back to Top](#dashy)** ---






Thank you for Visiting