Skip to content

Commit cc1b9c8

Browse files
authored
🔀 Merge pull request Lissy93#595 from Lissy93/FEATURE/sub-items
[FEATURE] Sub-items and improved item performance + functionality Closes Lissy93#586 Closes Lissy93#581
2 parents 8373953 + 252bc16 commit cc1b9c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1444
-483
lines changed

.github/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595)
4+
- Adds functionality for sub-items / item-groups
5+
- Creates an item mixin, for reusing functionality
6+
- Item width calculated based on parent section width
7+
- Improved mobile support, long-press for right-click
8+
- Adds 2 new themes (`lissy` and `charry-blossom`)
9+
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)
10+
311
## 🐛 2.0.6 Fixes user requested issues [PR #557](https://github.com/Lissy93/dashy/pull/557)
412
- Allows middle click open new tab, Re: #492
513
- Implements Max redirects for status checks, Re: #494

.github/LATEST_CHANGELOG.md

+7-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
## 🐛 Fixes user requested issues [PR #557](https://github.com/Lissy93/dashy/pull/557)
2-
- Allows middle click open new tab, Re: #492
3-
- Implements Max redirects for status checks, Re: #494
4-
- Adds Gitpod config for cloud-ready IDE, Re: #497
5-
- Adss new screenshots to showcase, Re: #505
6-
- Fixes excess space below footer, Re: #522
7-
- Allows iframe content to be viewed full-screen, Re: #524
8-
- Fixes Glances widgets with Authorization headers, Re: #546
9-
- Adds target attribute to nav links, Re: #552
10-
- Removes fixed max-width on wide-screens, Re: #554
11-
- Adds missing type attribute to external CSS, Re: #560
12-
- Updates path to Keycloak API, Re: #564
13-
- Fixes link to @walkxhub homelab icons, Re #568
14-
- Fixes local image path on sub-page, Re: #570
15-
- Adds typecheck on edit item tags, Re: #575
16-
- Fixes item size in config not honored, Re: #576
1+
## ⚡️ 2.0.7 Improves handling of Sections and Items [PR #595](https://github.com/Lissy93/dashy/pull/595)
2+
- Adds functionality for sub-items / item-groups
3+
- Creates an item mixin, for reusing functionality
4+
- Item width calculated based on parent section width
5+
- Improved mobile support, long-press for right-click
6+
- Adds 2 new themes (`lissy` and `charry-blossom`)
7+
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)

.github/SUPPORT.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ If you'd like to help support Dashy's future development, see **[Contributing](h
1212

1313
To get in contact with the author, email me at **`alicia at omg dot lol`** **[[PGP]](https://keybase.io/aliciasykes/pgp_keys.asc?fingerprint=0688f8d34587d954e9e51fb8fedb68f55c0283a7)**.
1414

15-
-Thank you
15+
-Thank you
16+
17+
> <sub>Prior to raising a ticket, please check the [docs](https://github.com/Lissy93/dashy/tree/master/docs#readme), [troubleshooting guide](https://github.com/Lissy93/dashy/blob/master/docs/troubleshooting.md) and [previous issues](https://github.com/Lissy93/dashy/issues?q=is%3Aissue).</sub><br><sup>If you're new here, consider also staring the repo before submitting your ticket.</sup>

docs/privacy.md

+48-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# Privacy & Security
22

33
Dashy was built with privacy in mind.
4-
Self-hosting your own apps and services is a great way to protect yourself from the mass data collection employed by big tech companies, and Dashy was designed to keep your local services organized and accessible from a single place.
4+
Self-hosting your own apps and services is a great way to protect yourself from the mass data collection employed by big tech companies, and Dashy was designed to make self-hosting easier, by keeping your local services organized and accessible from a single place. The [management docs](https://github.com/Lissy93/dashy/blob/master/docs/management.md) contains a though guide on the steps you can take to secure your homelab.
55

6-
It's fully open source, and I've tried to keep to code as clear and thoroughly documented as possible, which will make it easy for you to understand exactly how it works, and what goes on behind the scenes.
6+
Dashy operates on the premise, that no external data requests should ever be made, unless explicitly enabled by the user. In the interest of transparency, the code is 100% open source and clearly documented throughout.
77

8-
For privacy and security tips, check out another project of mine: **[Personal Security Checklist](https://github.com/Lissy93/personal-security-checklist)**.
8+
| 🔐 For privacy and security tips, check out another project of mine: **[Personal Security Checklist](https://github.com/Lissy93/personal-security-checklist)** |
9+
|-|
10+
11+
### Contents
912

1013
- [External Requests](#external-requests)
11-
- [Themes](#themes)
1214
- [Icons](#icons)
13-
- [Features](#features)
15+
- [Themes](#themes)
1416
- [Widgets](#widgets)
17+
- [Features](#features)
18+
- [Status Checking](#status-checking)
19+
- [Update Checks](#update-checks)
20+
- [Cloud Backup](#cloud-backup)
21+
- [Web Search](#web-search)
22+
- [Error Reporting](#anonymous-error-reporting)
1523
- [Browser Storage](#browser-storage)
1624
- [App Dependencies](#dependencies)
1725
- [Security Features](#security-features)
@@ -25,8 +33,6 @@ By default, Dashy will not make any external requests, unless you configure it t
2533

2634
The following section outlines all network requests that are made when certain features are enabled.
2735

28-
### Themes
29-
3036
### Icons
3137

3238
#### Font Awesome
@@ -46,13 +52,14 @@ If an item has the icon set to `generative`, then an external request it made to
4652

4753
As a fallback, if Dicebear fails, then [Evatar](https://evatar.io/) is used.
4854

49-
5055
#### Other Icons
5156
Section icons, item icons and app icons are able to accept a URL to a raw image, if the image is hosted online then an external request will be made. To avoid the need to make external requests for icon assets, you can either use a self-hosted CDN, or store your images within `./public/item-icons` (which can be mounted as a volume if you're using Docker).
5257

5358
#### Web Assets
5459
By default, all assets required by Dashy come bundled within the source, and so no external requests are made. If you add an additional font, which is imported from a CDN, then that will incur an external request. The same applies for other web assets, like external images, scripts or styles.
5560

61+
---
62+
5663
### Features
5764

5865
#### Status Checking
@@ -63,6 +70,18 @@ Dashy will ping your services directly, and does not rely on any third party. If
6370
#### Update Checks
6471
When the application loads, it checks for updates. The results of which are displayed in the config menu of the UI. This was implemented because using a very outdated version of Dashy may have unfixed issues. Your version is fetched from the source (local request), but the latest version is fetched from GitHub, which is an external request. This can be disabled by setting `appConfig.disableUpdateChecks: true`
6572

73+
#### Cloud Backup
74+
Dashy has an optional End-to-End encrypted [cloud backup feature](https://github.com/Lissy93/dashy/blob/master/docs/backup-restore.md). No data is ever transimtted unless you actively enable this feature through the UI.
75+
76+
All data is encrypted before being sent to the backend. This is 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, using the users chosen password as the key. The data is then sent to a [Cloudflare worker](https://developers.cloudflare.com/workers/learning/how-workers-works) (a platform for running serverless functions), and stored in a [KV](https://developers.cloudflare.com/workers/learning/how-kv-works) data store.
77+
78+
Your selected password never leaves your device, and is hashed before being compared. It is only possible to restore a configuration if you have both the backup ID and decryption password. Because the data is encrypted on the client-side (before being sent to the cloud), it is not possible for a man-in-the-middle, government entity, website owner, or even Cloudflare to be able read any of your data.
79+
80+
#### Web Search
81+
Dashy has a primitive [web search feature](https://github.com/Lissy93/dashy/blob/master/docs/searching.md#web-search). No external requests are made, instead you are redirected to your chosen search engine (defaults to DuckDuckGo), using your chosen opening method.
82+
83+
This feature can be disabled under appConfig, with `webSearch: { disableWebSearch: true }`
84+
6685
#### Anonymous Error Reporting
6786
Error reporting is disabled by default, and no data will ever be sent without your explicit consent. In fact, the error tracking code isn't even imported unless you have actively enabled it. [Sentry](https://github.com/getsentry/sentry) is used for this, it's an open source error tracking and performance monitoring tool, used to identify any issues which occur in the production app (if you enable it).
6887

@@ -72,9 +91,16 @@ Enabling anonymous error reporting helps me to discover bugs I was unaware of, a
7291

7392
If you need to monitor bugs yourself, then you can [self-host your own Sentry Server](https://develop.sentry.dev/self-hosted/), and use it by setting `appConfig.sentryDsn` to your Sentry instances [Data Source Name](https://docs.sentry.io/product/sentry-basics/dsn-explainer/), then just enable error reporting in Dashy.
7493

94+
---
95+
96+
### Themes
97+
Certain themes may use external assets (such as fonts or images). Currently, this only applies the Adventure theme.
98+
99+
---
100+
75101
### Widgets
76102

77-
Dashy supports [Widgets](/docs/widgets.md) for displaying dynamic content. The following widgets make external data requests:
103+
Dashy supports [Widgets](/docs/widgets.md) for displaying dynamic content. Below is a list of all widgets that make external data requests, along with the endpoint they call and a link to the Privacy Policy of that service.
78104

79105
- **[Weather](/docs/widgets.md#weather)** and **[Weather Forecast](/docs/widgets.md#weather-forecast)**: `https://api.openweathermap.org`
80106
- [OWM Privacy Policy](https://openweather.co.uk/privacy-policy)
@@ -83,10 +109,12 @@ Dashy supports [Widgets](/docs/widgets.md) for displaying dynamic content. The f
83109
- **[IP Address](/docs/widgets.md#public-ip)**: `https://ipapi.co/json` or `http://ip-api.com/json`
84110
- [IPGeoLocation Privacy Policy](https://ipgeolocation.io/privacy.html)
85111
- [IP-API Privacy Policy](https://ip-api.com/docs/legal)
112+
- **[IP Blacklist](/docs/widgets.md#ip-blacklist)**: `https://api.blacklistchecker.com`
113+
- [Blacklist Checker Privacy Policy](https://blacklistchecker.com/privacy)
86114
- **[Crypto Watch List](/docs/widgets.md#crypto-watch-list)** and **[Token Price History](/docs/widgets.md#crypto-token-price-history)**: `https://api.coingecko.com`
87115
- [CoinGecko Privacy Policy](https://www.coingecko.com/en/privacy)
88116
- **[Wallet Balance](/docs/widgets.md#wallet-balance)**: `https://api.blockcypher.com/`
89-
- BlockCypher Privacy Policy](https://www.blockcypher.com/privacy.html)
117+
- [BlockCypher Privacy Policy](https://www.blockcypher.com/privacy.html)
90118
- **[Code::Stats](/docs/widgets.md#code-stats)**: `https://codestats.net`
91119
- [Code::Stats Privacy Policy](https://codestats.net/tos#privacy)
92120
- **[AnonAddy](/docs/widgets.md#anonaddy)**: `https://app.anonaddy.com`
@@ -103,6 +131,8 @@ Dashy supports [Widgets](/docs/widgets.md) for displaying dynamic content. The f
103131
- No Policy Availible
104132
- **[News Headlines](/docs/widgets.md#news-headlines)**: `https://api.currentsapi.services`
105133
- [CurrentsAPI Privacy Policy](https://currentsapi.services/privacy)
134+
- **[Mullvad Status](/docs/widgets.md#mullvad-status)**: `https://am.i.mullvad.net`
135+
- [Mullvad Privacy Policy](https://mullvad.net/en/help/privacy-policy/)
106136
- **[TFL Status](/docs/widgets.md#tfl-status)**: `https://api.tfl.gov.uk`
107137
- [TFL Privacy Policy](https://tfl.gov.uk/corporate/privacy-and-cookies/)
108138
- **[Stock Price History](/docs/widgets.md#stock-price-history)**: `https://alphavantage.co`
@@ -112,7 +142,7 @@ Dashy supports [Widgets](/docs/widgets.md) for displaying dynamic content. The f
112142
- **[Joke](/docs/widgets.md#joke)**: `https://v2.jokeapi.dev`
113143
- [SV443's Privacy Policy](https://sv443.net/privacypolicy/en)
114144
- **[Flight Data](/docs/widgets.md#flight-data)**: `https://aerodatabox.p.rapidapi.com`
115-
- [AeroDataBox](https://www.aerodatabox.com/#h.p_CXtIYZWF_WQd)
145+
- [AeroDataBox Privacy Policy](https://www.aerodatabox.com/#h.p_CXtIYZWF_WQd)
116146
- **[Astronomy Picture of the Day](/docs/widgets.md#astronomy-picture-of-the-day)**: `https://apodapi.herokuapp.com`
117147
- [NASA's Privacy Policy](https://www.nasa.gov/about/highlights/HP_Privacy.html)
118148
- **[GitHub Trending](/docs/widgets.md#github-trending)** and **[GitHub Profile Stats](/docs/widgets.md#github-profile-stats)**: `https://api.github.com`
@@ -124,12 +154,13 @@ Dashy supports [Widgets](/docs/widgets.md) for displaying dynamic content. The f
124154

125155
## Browser Storage
126156
In order for user preferences to be persisted between sessions, certain data needs to be stored in the browsers local storage. No personal info is kept here, none of this data can be accessed by other domains, and no data is ever sent to any server without your prior consent.
127-
You can view your browsers session storage by opening up the dev tools (F12) --> Application --> Storage.
128157

129-
The following section outlines all data that is stored in the browsers, as cookies or local storage.
158+
You can view and delete stored data by opening up the dev tools: <kbd>F12</kbd> --> `Application` --> `Storage`.
159+
160+
The following section outlines all data that is stored in the browsers, as cookies, session storage or local storage.
130161

131162
#### Cookies
132-
> Cookies have a pre-defined lifetime
163+
> [Cookies](https://en.wikipedia.org/wiki/HTTP_cookie) will expire after their pre-defined lifetime
133164
134165
- `AUTH_TOKEN` - A unique token, generated from a hash of users credentials, to verify they are authenticated. Only used when auth is enabled
135166

@@ -176,6 +207,8 @@ Note that packages listed under `devDependencies` section are only used for buil
176207
## Securing your Environment
177208
Running your self-hosted applications in individual, containerized environments (such as containers or VMs) helps keep them isolated, and prevent an exploit in one service effecting another.
178209

210+
If you're running Dashy in a container, see [Management Docs --> Container Security](https://github.com/Lissy93/dashy/blob/master/docs/management.md#container-security) for step-by-step security guide.
211+
179212
There is very little complexity involved with Dashy, and therefore the attack surface is reasonably small, but it is still important to follow best practices and employ monitoring for all your self-hosted apps. A couple of things that you should look at include:
180213
- Use SSL for securing traffic in transit
181214
- Configure [authentication](/docs/authentication.md#alternative-authentication-methods) to prevent unauthorized access
@@ -219,7 +252,7 @@ You may wish to disable features that you don't want to use, if they involve sto
219252
---
220253

221254
## Reporting a Security Issue
222-
If you think you've found a critical issue with Dashy, please send an email to `[email protected]`. You can encrypt it, using [`0688 F8D3 4587 D954 E9E5 1FB8 FEDB 68F5 5C02 83A7`](https://keybase.io/aliciasykes/pgp_keys.asc?fingerprint=0688f8d34587d954e9e51fb8fedb68f55c0283a7). You should receive a response within 48 hours.
255+
If you think you've found a critical issue with Dashy, please send an email to `[email protected]`. You can encrypt it, using [`0688 F8D3 4587 D954 E9E5 1FB8 FEDB 68F5 5C02 83A7`](https://keybase.io/aliciasykes/pgp_keys.asc?fingerprint=0688f8d34587d954e9e51fb8fedb68f55c0283a7). You should receive a response within 48 hours. For more information, see [SECURITY.md](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md).
223256

224257
All non-critical issues can be raised as a ticket.
225258

docs/showcase.md

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676

7777
---
7878

79+
### Browser Startpage
80+
81+
![screenshot-startpage](https://i.ibb.co/rs07dS1/startpage.png)
82+
83+
---
84+
7985
### CFT Toolbox
8086

8187
![screenshot-cft-toolbox](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/showcase/3-cft-toolbox.png)

docs/troubleshooting.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
---
3333
## `Refused to Connect` in Modal or Workspace View
3434

35-
This is not an issue with Dashy, but instead caused by the target app preventing direct access through embedded elements. It can be fixed by setting the [`X-Frame-Options`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) HTTP header set to `ALLOW [path to Dashy]` or `SAMEORIGIN`, as defined in [RFC-7034](https://datatracker.ietf.org/doc/html/rfc7034). These settings are usually set in the config file for the web server that's hosting the target application, here are some examples of how to enable cross-origin access with common web servers:
35+
This is not an issue with Dashy, but instead caused by the target app preventing direct access through embedded elements.
36+
37+
As defined in [RFC-7034](https://datatracker.ietf.org/doc/html/rfc7034), for any web content to be accessed through an embedded element, it must have the [`X-Frame-Options`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) HTTP header set to `ALLOW`. If you are getting a `Refused to Connect` error then this header is set to `DENY` (or `SAMEORIGIN` and it's on a different host). Thankfully, for self-hosted services, it is easy to set these headers.
38+
39+
These settings are usually set in the config file for the web server that's hosting the target application, here are some examples of how to enable cross-origin access with common web servers:
3640

3741
### NGINX
3842
In NGINX, you can use the [`add_header`](https://nginx.org/en/docs/http/ngx_http_headers_module.html) module within the app block.
@@ -62,6 +66,12 @@ In Apache, you can use the [`mod_headers`](https://httpd.apache.org/docs/current
6266
Header set X-Frame-Options: "ALLOW-FROM http://[dashy-location]/"
6367
```
6468

69+
### LightHttpd
70+
71+
```
72+
Content-Security-Policy: frame-ancestors 'self' https://[dashy-location]/
73+
```
74+
6575
---
6676

6777
## 404 On Static Hosting

0 commit comments

Comments
 (0)