You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> I use this dashboard every day. It now even includes a player for a radio stream which I configured with Logitech media server and icecast. I made an smaller version of the grafana dashboard to fit an iframe in kiosk mode, so it monitors the most important values of my RPI. The PI is in Argon m2 case and used as a NAS. The dashboard is a copy of the adventure theme with some changes saved in `/app/src/styles/user-defined-themes.scss`
> By [u//RickyCZ](https://www.reddit.com/user/RickyCZ) <sup>via [Reddit](https://www.reddit.com/r/selfhosted/comments/pose15/just_got_started_a_week_ago_selfhosting_is_very/)</sup>
49
68
50
-
> By [@DylanBeMe](https://github.com/DylanBeMe) <sup>[#419](https://github.com/Lissy93/dashy/issues/419)</sup>
> By [@skoogee](https://github.com/skoogee) (http://zhrn.cc)
138
+
> By [@skoogee](https://github.com/skoogee) (http://zhrn.cc) <sup>[#279](https://github.com/Lissy93/dashy/issues/279)</sup>
121
139
122
140
> Dashy, is the most complete dashboard I ever tried, has all the features, and it sets itself apart from the rest. It is my default homepage now. I am thankful to the developer @Lissy93 for sharing such a wonderful creation.
123
141
@@ -126,19 +144,12 @@
126
144
---
127
145
128
146
### Ground Control
129
-
> By [@dtctek](https://github.com/dtctek)
147
+
> By [@dtctek](https://github.com/dtctek) <sup>Re: [#83](https://github.com/Lissy93/dashy/issues/83)</sup>
> By [u/Croco_Grievous](https://www.reddit.com/user/Croco_Grievous/) <sup>via [reddit](https://www.reddit.com/r/selfhosted/comments/t4xk3z/everything_started_with_pihole_on_a_raspberry_pi/)</sup>
144
155
@@ -154,20 +165,17 @@
154
165
155
166
---
156
167
157
-
### Raspberry PI Docker Dashboard
158
-
159
-
> By [@henkiewie](https://github.com/henkiewie) <sup>via [#622](https://github.com/Lissy93/dashy/issues/622)</sup>
160
-
161
-
> I use this dashboard every day. It now even includes a player for a radio stream which I configured with Logitech media server and icecast. I made an smaller version of the grafana dashboard to fit an iframe in kiosk mode, so it monitors the most important values of my RPI. The PI is in Argon m2 case and used as a NAS. The dashboard is a copy of the adventure theme with some changes saved in `/app/src/styles/user-defined-themes.scss`
168
+
### Stefantigro
169
+
> By [u/stefantigro](https://www.reddit.com/user/stefantigro/) <sup>via [reddit](https://www.reddit.com/r/selfhosted/comments/t5oril/been_selfhosting_close_to_half_a_year_now_all/)</sup>
> By [u/stefantigro](https://www.reddit.com/user/stefantigro/) <sup>via [reddit](https://www.reddit.com/r/selfhosted/comments/t5oril/been_selfhosting_close_to_half_a_year_now_all/)</sup>
175
+
### Morning Dashboard
176
+
> Displayed on my smart screen between 05:00 - 08:00, and includes all the info that I usually check before leaving for work
-[Font Awesome Icons not Displaying](#font-awesome-icons-not-displaying)
34
+
-[Copy to Clipboard not Working](#copy-to-clipboard-not-working)
34
35
-[How-To Open Browser Console](#how-to-open-browser-console)
35
36
-[Git Contributions not Displaying](#git-contributions-not-displaying)
36
37
@@ -436,6 +437,17 @@ Finally, check the [browser console](#how-to-open-browser-console) for any error
436
437
437
438
---
438
439
440
+
## Copy to Clipboard not Working
441
+
442
+
If the copy to clipboard feature (either under Config --> Export, or Item --> Copy URL) isn't functioning as expected, first check the browser console. If you see `TypeError: Cannot read properties of undefined (reading 'writeText')` then this feature is not supported by your browser.
443
+
The most common reason for this, is if you not running the app over HTTPS. Copying to the clipboard requires the app to be running in a secure origin / aka have valid HTTPS cert. You can read more about this [here](https://stackoverflow.com/a/71876238/979052).
444
+
445
+
As a workaround, you could either:
446
+
- Highlight the text and copy / <kbd>Ctrl</kbd> + <kbd>C</kbd>
447
+
- Or setup SSL - [here's a guide](https://github.com/Lissy93/dashy/blob/master/docs/management.md#ssl-certificates) on doing so
448
+
449
+
---
450
+
439
451
## How-To Open Browser Console
440
452
When raising a bug, one crucial piece of info needed is the browser's console output. This will help the developer diagnose and fix the issue.
Copy file name to clipboardExpand all lines: docs/widgets.md
+189-5
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
Dashy has support for displaying dynamic content in the form of widgets. There are several built-in widgets available out-of-the-box as well as support for custom widgets to display stats from almost any service with an API.
4
4
5
-
> ℹ️ **Note**: Widgets are still in the Alpha-phase of development.
6
-
> If you find a bug, please raise it.<br>
7
-
> Adding / editing widgets through the UI isn't yet supported, you will need to do this in the YAML config file.
8
-
9
5
##### Contents
10
6
-**[General Widgets](#general-widgets)**
11
7
-[Clock](#clock)
@@ -15,6 +11,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
@@ -320,6 +321,43 @@ Notice certain web pages aren't loading? This widget quickly shows which blackli
320
321
321
322
---
322
323
324
+
### Domain Monitor
325
+
326
+
Keep an eye on the expiry dates of your domain names, using public whois records fetched from [whoapi.com](https://whoapi.com/). Click the domain name to view additional info, like registrar, name servers and date last updated.
Fetches data from your [AdGuard Home](https://adguard.com/en/adguard-home/overview.html) instance, to display the current status of each of your filter lists. Includes filter name, last updated, number of items, and a link to the list.
**`hostname`** | `string` | Required | The URL to your AdGuard Home instance
1453
+
**`username`** | `string` | _Optional_ | If you've got auth enabled on AdGuard, provide your username here
1454
+
**`password`** | `string` | _Optional_ | If you've got auth enabled on AdGuard, provide your password here
1455
+
**`showOnOffStatusOnly`** | `boolean` | _Optional_ | If set to `true`, will only show aggregated AdGuard filter status (on/off), instead of a list of filters
1456
+
1457
+
##### Example
1458
+
1459
+
```yaml
1460
+
- type: adguard-filter-status
1461
+
useProxy: true
1462
+
options:
1463
+
hostname: http://127.0.0.1
1464
+
username: admin
1465
+
password: test
1466
+
showOnOffStatusOnly: false
1467
+
```
1468
+
1469
+
##### Info
1470
+
- **CORS**: 🟠 Proxied
1471
+
- **Auth**: 🟠 Optional
1472
+
- **Price**: 🟢 Free
1473
+
- **Host**: Self-Hosted (see [AdGuard Home](https://adguard.com/en/adguard-home/overview.html))
Fetches data from your [AdGuard Home](https://adguard.com/en/adguard-home/overview.html) instance, and displays the current status (Enabled / Disabled) of AdGuard DNS. Click show more to view detailed info, including upstream DNS provider, active ports, and the status of DNSSEC, EDNS CS, PTR and IPv6.
Fetches data from your [AdGuard Home](https://adguard.com/en/adguard-home/overview.html) instance, and displays a list of the most queried, and most blocked domains.
0 commit comments