📚 Updates image paths for widgets

This commit is contained in:
Alicia Sykes 2025-07-18 06:20:04 +01:00
parent 3dffc3339c
commit a4ab101b83

View File

@ -112,7 +112,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
A simple, live-updating time and date widget with time-zone support. All fields are optional.
<p align="center"><img width="400" src="https://i.ibb.co/vjb4RTv/clock.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/clock.png" /></p>
#### Options
@ -145,7 +145,7 @@ _No external data requests._
A simple, live-updating local weather component, showing temperature, conditions and more info.
<p align="center"><img width="400" src="https://i.ibb.co/r6MCfsL/weather.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/weather.png" /></p>
#### Options
@ -182,7 +182,7 @@ A simple, live-updating local weather component, showing temperature, conditions
Displays the weather (temperature and conditions) for the next few days for a given location. Note that this requires either the free [OpenWeatherMap Student Plan](https://home.openweathermap.org/students), or the Premium Plan.
<p align="center"><img width="400" src="https://i.ibb.co/vshwgZB/weather-forecast.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/weather-forecast.png" /></p>
#### Options
@ -218,7 +218,7 @@ Displays the weather (temperature and conditions) for the next few days for a gi
Display news and updates from any RSS-enabled service.
<p align="center"><img width="600" src="https://i.ibb.co/N9mvLh4/rss-feed.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/rss.png" /></p>
#### Options
@ -263,7 +263,7 @@ If you'd like to embed a live screenshot, of all or just part of a website, then
Or what about showing a photo of the day? Try `https://source.unsplash.com/random/400x300` or `https://picsum.photos/400/300`
<p align="center"><img width="300" src="https://i.ibb.co/P48Y443/image-widget.png" /></p>
<p align="center"><img width="300" src="https://storage.googleapis.com/as93-screenshots/dashy/image.png" /></p>
#### Options
@ -291,7 +291,7 @@ Unless image fetched from remote source, no external data request is made.
Often find yourself searching "What's my IP", just so you can check your VPN is still connected? This widget displays your public IP address, along with ISP name and approx location. Data can be fetched from either [IpApi.co](https://ipapi.co/), [IP-API.com](https://ip-api.com/), [IpGeolocation.io](https://ipgeolocation.io/) or [IP2Location.io](https://ip2location.io/).
<p align="center"><img width="400" src="https://i.ibb.co/vc3c8zN/public-ip.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/public-ip.png" /></p>
#### Options
@ -331,7 +331,7 @@ Or
Notice certain web pages aren't loading? This widget quickly shows which blacklists your IP address (or host, or email) appears on, using data from [blacklistchecker.com](https://blacklistchecker.com/).
<p align="center"><img width="600" src="https://i.ibb.co/hX0fp5Z/ip-blacklist.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/ip-blacklist.png" /></p>
#### Options
@ -363,7 +363,7 @@ Notice certain web pages aren't loading? This widget quickly shows which blackli
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.
<p align="center"><img width="600" src="https://i.ibb.co/7XjByG9/domain-monitor.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/domain-monitor.png" /></p>
#### Options
@ -401,7 +401,7 @@ Keep an eye on the expiry dates of your domain names, using public whois records
Keep track of price changes of your favorite crypto assets. Data is fetched from [CoinGecko](https://www.coingecko.com/). All fields are optional.
<p align="center"><img width="400" src="https://i.ibb.co/WtS6jQ8/crypto-prices.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/crypto-prices.png" /></p>
#### Options
@ -449,7 +449,7 @@ Or
Shows recent price history for a given crypto asset, using price data fetched from [CoinGecko](https://www.coingecko.com/)
<p align="center"><img width="400" src="https://i.ibb.co/jr38m6S/crypto-price-history.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/crypto-price-history.png" /></p>
#### Options
@ -484,7 +484,7 @@ Shows recent price history for a given crypto asset, using price data fetched fr
Keep track of your crypto balances and see recent transactions. Data is fetched from [BlockCypher](https://www.blockcypher.com/dev/)
<p align="center"><img width="600" src="https://i.ibb.co/27HG4nj/wallet-balances.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/crypto-wallet.png" /></p>
#### Options
@ -517,7 +517,7 @@ Keep track of your crypto balances and see recent transactions. Data is fetched
Display your coding summary. [Code::Stats](https://codestats.net/) is a free and open source app that aggregates statistics about your programming activity. Dashy supports both the public instance, as well as self-hosted versions.
<p align="center"><img width="400" src="https://i.ibb.co/dc0DTBW/code-stats.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/code-stats.png" /></p>
#### Options
@ -553,7 +553,7 @@ Display your coding summary. [Code::Stats](https://codestats.net/) is a free and
Shows your Mullvad VPN connection status, as well as server info. Fetched from [am.i.mullvad.net](https://mullvad.net/en/check/)
<p align="center"><img width="400" src="https://i.ibb.co/3BCb2YV/mullvad-check.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/mullvad.png" /></p>
#### Options
@ -581,7 +581,7 @@ _No Options._
This widget display email addresses / aliases from addy.io. Click an email address to copy to clipboard, or use the toggle switch to enable/ disable it. Shows usage stats (bandwidth, used aliases etc), as well as total messages received, blocked and sent. Works with both self-hosted and managed instances of addy.io.
<p align="center"><img width="400" src="https://i.ibb.co/ZhfyRdV/anonaddy.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/addy.png" /></p>
#### Options
@ -624,7 +624,7 @@ This widget display email addresses / aliases from addy.io. Click an email addre
Keep track of recent security advisories and vulnerabilities, with optional filtering by score, exploits, vendor and product. All fields are optional.
<p align="center"><img width="400" src="https://i.ibb.co/DYJMpjp/vulnerability-feed.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/cve.png" /></p>
#### Options
@ -669,7 +669,7 @@ or
Display current FX rates in your native currency. Hover over a row to view more info, or click to show rates in that currency.
<p align="center"><img width="400" src="https://i.ibb.co/fMdyLTB/exchange-rates.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/currencies.png" /></p>
#### Options
@ -709,7 +709,7 @@ Counting down to the next day off work? This widget displays upcoming public hol
Note, config for this widget is case-sensetive (see [#1268](https://github.com/Lissy93/dashy/issues/1268))
<p align="center"><img width="400" src="https://i.ibb.co/VC6fZqn/public-holidays.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/holidays.png" /></p>
#### Options
@ -747,7 +747,7 @@ Note, config for this widget is case-sensetive (see [#1268](https://github.com/L
Keep track of the current COVID-19 status. Optionally also show cases by country, and a time-series chart. Uses live data from various sources, computed by [disease.sh](https://disease.sh/)
<p align="center"><img width="400" src="https://i.ibb.co/7XjbyRg/covid-19-status.png?" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/covid.png" /></p>
#### Options
@ -794,7 +794,7 @@ Or
Show recent scores and upcoming matches from your favourite sports team. Data is fetched from [TheSportsDB.com](https://www.thesportsdb.com/). From the UI, you can click any other team to view their scores and upcoming games, or click a league name to see all teams.
<p align="center"><img width="400" src="https://i.ibb.co/8XhXGkN/sports-scores.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/sports.png" /></p>
#### Options
@ -829,7 +829,7 @@ Show recent scores and upcoming matches from your favourite sports team. Data is
Displays the latest news, click to read full article. Date is fetched from various news sources using [Currents API](https://currentsapi.services/en)
<p align="center"><img width="380" src="https://i.ibb.co/6NDWW0z/news-headlines.png" /></p>
<p align="center"><img width="380" src="https://storage.googleapis.com/as93-screenshots/dashy/news.png" /></p>
#### Options
@ -866,7 +866,7 @@ Displays the latest news, click to read full article. Date is fetched from vario
Shows real-time tube status of the London Underground. All fields are optional.
<p align="center"><img width="400" src="https://i.ibb.co/LRDhXDn/tfl-status.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/tfl.png" /></p>
#### Options
@ -907,7 +907,7 @@ Shows real-time tube status of the London Underground. All fields are optional.
Shows recent price history for a given publicly-traded stock or share
<p align="center"><img width="400" src="https://i.ibb.co/XZHRb4f/stock-price.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/stocks.png" /></p>
#### Options
@ -942,7 +942,7 @@ Shows recent price history for a given publicly-traded stock or share
Renders the current Gas cost of transactions on the Ethereum network (in both GWEI and USD), along with recent historical prices. Useful for spotting a good time to transact. Uses data from [ethgas.watch](https://ethgas.watch/)
<p align="center"><img width="400" src="https://i.ibb.co/LhHfQyp/eth-gas-prices.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/eth-gas.png" /></p>
#### Options
@ -968,7 +968,7 @@ _No config options._
Renders a programming or generic joke. Data is fetched from the [JokesAPI](https://github.com/Sv443/JokeAPI) by @Sv443. All fields are optional.
<p align="center"><img width="400" src="https://i.ibb.co/sQJGkyR/joke.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/joke.png" /></p>
#### Options
@ -1002,7 +1002,7 @@ Renders a programming or generic joke. Data is fetched from the [JokesAPI](https
Have a laugh with the daily comic from [XKCD](https://xkcd.com/). A classic webcomic website covering everything from Linux, math, romance, science and language. All fields are optional.
<p align="center"><img width="400" src="https://i.ibb.co/kqV68hy/xkcd-comic.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/xkcd.png" /></p>
#### Options
@ -1031,7 +1031,7 @@ Have a laugh with the daily comic from [XKCD](https://xkcd.com/). A classic webc
Displays airport departure and arrival flights, using data from [AeroDataBox](https://www.aerodatabox.com/). Useful if you live near an airport and often wonder where the flight overhead is going to. Hover over a row for more flight data.
<p align="center"><img width="400" src="https://i.ibb.co/yPMBJSY/flight-data.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/flights.png" /></p>
#### Options
@ -1067,7 +1067,7 @@ Displays airport departure and arrival flights, using data from [AeroDataBox](ht
Show the NASA Astronomy Picture of the Day. Data is fetched from [APOD](https://apod.nasa.gov/apod/) using [@Lissy93/go-apod](https://github.com/lissy93/go-apod) / hosted at [apod.as93.net](https://apod.as93.net/).
<p align="center"><img width="400" src="https://i.ibb.co/ZMkgLFK/apod.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/apod.png" /></p>
#### Options
@ -1093,7 +1093,7 @@ _No config options._
Displays currently trending projects on GitHub. Optionally specify a language and time-frame. Data is fetched from [Lissy93/gh-trending-no-cors](https://github.com/Lissy93/gh-trending-no-cors) using the GitHub API. All fields are optional.
<p align="center"><img width="380" src="https://i.ibb.co/BGy7Q3g/github-trending.png" /></p>
<p align="center"><img width="380" src="https://storage.googleapis.com/as93-screenshots/dashy/github-trending.png" /></p>
#### Options
@ -1126,7 +1126,7 @@ Displays currently trending projects on GitHub. Optionally specify a language an
Display stats from your GitHub profile, using embedded cards from [anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats)
<p align="center"><img width="380" src="https://i.ibb.co/L0K1zNN/github-profile-stats.png" /></p>
<p align="center"><img width="380" src="https://storage.googleapis.com/as93-screenshots/dashy/github-stats.png" /></p>
#### Options
@ -1164,7 +1164,7 @@ Display stats from your GitHub profile, using embedded cards from [anuraghazra/g
Display status of one or more HealthChecks project(s). Works with healthchecks.io and your selfhosted instance.
<p align="center"><img width="380" src="https://i.ibb.co/W5dP6VN/Bildschirm-foto-2023-01-07-um-11-07-11.png" /></p>
<p align="center"><img width="380" src="https://storage.googleapis.com/as93-screenshots/dashy/healthchecks.png" /></p>
#### Options
@ -1352,7 +1352,7 @@ This widget allows searching multiple search engines from dashy.
Show an overview of how you have spent your time for the current day.
<p align="center"><img width="400" src="https://i.ibb.co/bvx3PQM/rescuetime.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/rescue-time.png" /></p>
#### Options
@ -1426,7 +1426,7 @@ Show minecraft server status
_See [MVG Datenschutz](https://www.mvg.de/datenschutz-mvg.html)_
Displays info about the server which Dashy is hosted on. Includes user + host, operating system, uptime and basic memory & load data.
<p align="center"><img width="400" src="https://i.ibb.co/rvDPBDF/system-info.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/system-info.png" /></p>
#### Options
@ -1450,7 +1450,7 @@ Note that this widget is not available if you are running Dashy in a container o
Cron job monitoring using [Health Checks](https://github.com/healthchecks/healthchecks). Both managed and self-hosted instances are supported.
<p align="center"><img width="400" src="https://i.ibb.co/Ptf2kwm/health-checks.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/cron-monitor.png" /></p>
#### Options
@ -1481,7 +1481,7 @@ Cron job monitoring using [Health Checks](https://github.com/healthchecks/health
Pull recent CPU usage history from NetData.
<p align="center"><img width="600" src="https://i.ibb.co/ZdyR5nJ/nd-cpu-history.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/cpu-history.png" /></p>
#### Options
@ -1545,7 +1545,7 @@ Pull recent system RAM usage from NetData, and show as a breakdown of different
Pull recent load usage in 1, 5 and 15 minute intervals, from NetData.
<p align="center"><img width="600" src="https://i.ibb.co/qR9C2tJ/nd-load-history.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/load-history.png" /></p>
#### Options
@ -1577,7 +1577,7 @@ Pull recent load usage in 1, 5 and 15 minute intervals, from NetData.
Displays the number of queries blocked by [Pi-Hole](https://pi-hole.net/).
<p align="center"><img width="400" src="https://i.ibb.co/zftCLJN/pi-hole-stats.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/pi-hole.png" /></p>
#### Options
@ -1623,7 +1623,7 @@ Displays the number of queries blocked by [Pi-Hole](https://pi-hole.net/).
Shows top queries that were blocked and allowed by [Pi-Hole](https://pi-hole.net/).
<p align="center"><img width="400" src="https://i.ibb.co/pXR0bdQ/pi-hole-queries.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/pi-hole-queries.png" /></p>
#### Options
@ -1656,7 +1656,7 @@ Shows top queries that were blocked and allowed by [Pi-Hole](https://pi-hole.net
Shows number of recent traffic, using allowed and blocked queries from [Pi-Hole](https://pi-hole.net/)
<p align="center"><img width="500" src="https://i.ibb.co/7kdxxwx/pi-hole-recent-queries.png" /></p>
<p align="center"><img width="500" src="https://storage.googleapis.com/as93-screenshots/dashy/pi-hole-trafic.png" /></p>
#### Options
@ -1688,7 +1688,7 @@ Shows number of recent traffic, using allowed and blocked queries from [Pi-Hole]
Displays the current and recent uptime of your running services, via a self-hosted instance of [StatPing](https://github.com/statping/statping)
<p align="center"><img width="300" src="https://i.ibb.co/Fq7JDjQ/stat-ping.png" /></p>
<p align="center"><img width="300" src="https://storage.googleapis.com/as93-screenshots/dashy/statping.png" /></p>
#### Options
@ -1736,7 +1736,7 @@ Note, the Group Id is not directly visible in StatPing UI, you can inspect the g
Displays the current downloads/torrents tasks of your Synology NAS
<p align="center"><img width="500" src="https://i.ibb.co/N2kKWTN/image.png" /></p>
<p align="center"><img width="500" src="https://storage.googleapis.com/as93-screenshots/dashy/synology-downloads.png" /></p>
#### Options
@ -1773,7 +1773,7 @@ Displays the current downloads/torrents tasks of your Synology NAS
Fetches data from your [AdGuard Home](https://adguard.com/en/adguard-home/overview.html) instance, and
displays total number of allowed and blocked queries, plus a pie chart showing breakdown by block type.
<p align="center"><img width="400" src="https://i.ibb.co/qgkcxsN/adguard-block-percent-2.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/adguard-stats.png" /></p>
#### Options
@ -1808,7 +1808,7 @@ displays total number of allowed and blocked queries, plus a pie chart showing b
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.
<p align="center"><img width="400" src="https://i.ibb.co/WsJkf5g/adguard-filters-list.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/adguard-filters.png" /></p>
#### Options
@ -1845,7 +1845,7 @@ Fetches data from your [AdGuard Home](https://adguard.com/en/adguard-home/overvi
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.
<p align="center"><img width="400" src="https://i.ibb.co/G0JngBb/adguard-dns-info.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/adguard-dns.png" /></p>
#### Options
@ -1882,7 +1882,7 @@ Fetches data from your [AdGuard Home](https://adguard.com/en/adguard-home/overvi
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.
<p align="center"><img width="600" src="https://i.ibb.co/qRhYYTk/adguard-top-domains.png" /></p>
<p align="center"><img width="600" src="https://storage.googleapis.com/as93-screenshots/dashy/adguard-domains.png" /></p>
#### Options
@ -1927,7 +1927,7 @@ Shows quota usage when quota is enabled for the user or disk usage when not enab
Known issues: the User API incorrectly reports available disk space as total for admin users when quota is not enabled (which usually is the case for admins).
<p align="center"><img width="450" src="https://i.ibb.co/F8Fdm3t/nextcloud-user.png" alt="nextcloud-user" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/nextcloud-user.png" alt="nextcloud-user" /></p>
#### Options
@ -1962,7 +1962,7 @@ Known issues: the User API incorrectly reports available disk space as total for
Show user statuses for selected users.
<p align="center"><img width="450" src="https://i.ibb.co/Lk4DFT5/nextcloud-userstatus.png" alt="nextcloud-userstatus" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/nextcloud-user-status.png" alt="nextcloud-userstatus" /></p>
#### Options
@ -2000,7 +2000,7 @@ Show user statuses for selected users.
Displays your notifications and allows deleting them.
<p align="center"><img width="450" src="https://i.ibb.co/yQCS51k/nextcloud-notifications.png" alt="nextcloud-notifications" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/next-cloud-notifications.png" alt="nextcloud-notifications" /></p>
#### Options
@ -2037,7 +2037,7 @@ Displays your notifications and allows deleting them.
Visualises overall memory utilisation and CPU load averages, shows server versions.
<p align="center"><img width="450" src="https://i.ibb.co/KW4t6nG/nextcloud-system.png" alt="nextcloud-system" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/next-cloud-sysyem.png" alt="nextcloud-system" /></p>
#### Options
@ -2072,7 +2072,7 @@ Visualises overall memory utilisation and CPU load averages, shows server versio
Shows key usage statistics about your Nextcloud server.
<p align="center"><img width="450" src="https://i.ibb.co/pPXPQFB/nextcloud-stats.png" alt="nextcloud-stats" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/nextcloud-stats.png" alt="nextcloud-stats" /></p>
#### Options
@ -2107,7 +2107,7 @@ Shows key usage statistics about your Nextcloud server.
Shows statistics about PHP OPcache performance on your Nextcloud server.
<p align="center"><img width="450" src="https://i.ibb.co/xf6M4J2/nextcloud-phpopcache.png" alt="nextcloud-phpopcache" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/nextcloud-php.png" alt="nextcloud-phpopcache" /></p>
#### Options
@ -2209,7 +2209,7 @@ This will show the list of VMs, with a title and a linked fotter, hiding VM temp
Shows queue information regarding your self hosted Sabnzbd server.
<p align="center"><img width="450" src="https://i.ibb.co/5TTSRyM/sabnzbd.png" alt="Sabnzbd" /></p>
<p align="center"><img width="450" src="https://storage.googleapis.com/as93-screenshots/dashy/sabnzbd.png" alt="Sabnzbd" /></p>
#### Options
@ -2245,7 +2245,7 @@ Shows queue information regarding your self hosted Sabnzbd server.
Display info from the Gluetun VPN container public IP API. This can show the IP and location data for the exit VPN node.
<p align="center"><img width="380" src="https://i.ibb.co/xjXbZ7Z/Screenshot-from-2022-07-20-21-42-34.png" /></p>
<p align="center"><img width="380" src="https://storage.googleapis.com/as93-screenshots/dashy/guletn-vpn.png" /></p>
#### Options
@ -2278,7 +2278,7 @@ Display info from the Gluetun VPN container public IP API. This can show the IP
Display the last builds from a [Drone CI](https://www.drone.ci) instance. A self-hosted CI system that uses docker.
<p align="center"><img width="380" src="https://i.ibb.co/nQM3BXj/Bildschirm-foto-2023-01-07-um-01-31-45.png" /></p>
<p align="center"><img width="380" src="https://storage.googleapis.com/as93-screenshots/dashy/drone-ci.png" /></p>
#### Options
@ -2380,7 +2380,7 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i
[Tactical RMM](https://github.com/amidaware/tacticalrmm) is a self-hosted remote monitoring & management tool.
<p align="center"><a href="https://ibb.co/NVHWpD1"><img src="https://i.ibb.co/ng5Qfd3/Capture.png" alt="Capture" border="0"></a></p>
<p align="center"><a href="https://ibb.co/NVHWpD1"><img src="https://storage.googleapis.com/as93-screenshots/dashy/tactical-rmm.png" alt="Capture" border="0"></a></p>
#### Options
@ -2466,7 +2466,7 @@ Note that if auth is configured, requests must be proxied with `useProxy: true`
#### Screenshot
[![example-screenshot](https://i.ibb.co/xfK6BGb/system-monitor-board.png)](https://ibb.co/pR6dMZT)
[![example-screenshot](https://storage.googleapis.com/as93-screenshots/dashy/monitor-board.png)](https://ibb.co/pR6dMZT)
---
@ -2474,7 +2474,7 @@ Note that if auth is configured, requests must be proxied with `useProxy: true`
Live-updating current CPU usage, as a combined average across all cores
<p align="center"><img width="400" src="https://i.ibb.co/qkLgxLp/gl-cpu-usage.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/current-cpu.png" /></p>
#### Example
@ -2490,7 +2490,7 @@ Live-updating current CPU usage, as a combined average across all cores
Speedometer styled version of the Current CPU Usage widget
<p align="center"><img width="400" src="https://i.ibb.co/7RHTRNq/gl-cpu-speedometer.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/current-cpu-speedometer.png" /></p>
#### Example
@ -2506,7 +2506,7 @@ Speedometer styled version of the Current CPU Usage widget
Live-updating CPU usage breakdown per core
<p align="center"><img width="400" src="https://i.ibb.co/512MYhT/gl-cpu-cores.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/cpu-per-core.png" /></p>
#### Example
@ -2522,7 +2522,7 @@ Live-updating CPU usage breakdown per core
Recent CPU usage history, across all cores, and displayed by user and system
<p align="center"><img width="500" src="https://i.ibb.co/zs8BDzR/gl-cpu-history.png" /></p>
<p align="center"><img width="500" src="https://storage.googleapis.com/as93-screenshots/dashy/cpu-history-chart.png" /></p>
#### Options
@ -2545,7 +2545,7 @@ Recent CPU usage history, across all cores, and displayed by user and system
Real-time memory usage gauge, with more info visible on click
<p align="center"><img width="400" src="https://i.ibb.co/rynp52J/gl-mem-usage.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/current-mem.png" /></p>
#### Example
@ -2561,7 +2561,7 @@ Real-time memory usage gauge, with more info visible on click
Speedometer styled version of the Current Memory Usage widget
<p align="center"><img width="400" src="https://i.ibb.co/wsNW7Xr/gl-mem-speedometer.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/current-mem-speedometer.png" /></p>
#### Example
@ -2577,7 +2577,7 @@ Speedometer styled version of the Current Memory Usage widget
Recent memory usage chart
<p align="center"><img width="500" src="https://i.ibb.co/V3wSgW0/gl-mem-history.png" /></p>
<p align="center"><img width="500" src="https://storage.googleapis.com/as93-screenshots/dashy/mem-history-glances.png" /></p>
#### Options
@ -2600,7 +2600,7 @@ Recent memory usage chart
List connected disks, showing free / used space and other info (file system, mount point and space available)
<p align="center"><img width="400" src="https://i.ibb.co/25y94bB/gl-disk-usage.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/diskspace-glances.png" /></p>
#### Example
@ -2616,7 +2616,7 @@ List connected disks, showing free / used space and other info (file system, mou
Shows real-time read and write speeds and operations per sec for each disk
<p align="center"><img width="400" src="https://i.ibb.co/JdgjCjG/gl-disk-io.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/disk-io-glances.png" /></p>
#### Example
@ -2632,7 +2632,7 @@ Shows real-time read and write speeds and operations per sec for each disk
Shows the number of processes waiting in the run-queue, averaged across all cores. Displays for past 5, 10 and 15 minutes
<p align="center"><img width="400" src="https://i.ibb.co/090FfNy/gl-system-load.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/system-load-glances.png" /></p>
#### Example
@ -2648,7 +2648,7 @@ Shows the number of processes waiting in the run-queue, averaged across all core
Shows recent historical system load, calculated from the number of processes waiting in the run-queue, in 1, 5 and 15 minute intervals, and averaged across all cores. Optionally specify `limit` to set number of results returned, defaults to `500`, max `100000`, but the higher the number the longer the load and render times will be.
<p align="center"><img width="500" src="https://i.ibb.co/C2rGMLg/system-load-history.png" /></p>
<p align="center"><img width="500" src="https://storage.googleapis.com/as93-screenshots/dashy/system-load-history-glances.png" /></p>
#### Example
@ -2664,7 +2664,7 @@ Shows recent historical system load, calculated from the number of processes wai
Lists visible network interfaces, including real-time upload/ download stats
<p align="center"><img width="400" src="https://i.ibb.co/FnhgHfG/gl-network-interfaces.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/network-interfaces-glances.png" /></p>
#### Example
@ -2680,7 +2680,7 @@ Lists visible network interfaces, including real-time upload/ download stats
Shows amount of data recently uploaded/ downloaded across all network interfaces. Optionally set the `limit` option to specify number historical of data points to return
<p align="center"><img width="400" src="https://i.ibb.co/12RN6KT/gl-network-traffic.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/network-traffic-glances.png" /></p>
#### Example
@ -2713,7 +2713,7 @@ Lists recent high resource usage alerts (e.g. CPU, mem, IO, load, temp)
Shows public and private IP address. Note that the ip plugin is not available on all instances of Glances.
<p align="center"><img width="400" src="https://i.ibb.co/ZhXBxZr/gl-ip-address.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/ip-addresses-glances.png" /></p>
#### Example
@ -2732,7 +2732,7 @@ Displays temperature data from system CPUs.
Note: This widget uses the [`sensors`](https://github.com/nicolargo/glances/blob/develop/glances/plugins/glances_sensors.py) plugin, which is disabled by default, and may cause [performance issues](https://github.com/nicolargo/glances/issues/1664#issuecomment-632063558).
You'll need to enable the sensors plugin to use this widget, using: `--enable-plugin sensors` when you start Glances.
<p align="center"><img width="400" src="https://i.ibb.co/xSs4Gqd/gl-cpu-temp.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/cpu-temp-glances.png" /></p>
#### Options
@ -2757,7 +2757,7 @@ You'll need to enable the sensors plugin to use this widget, using: `--enable-pl
Embed any webpage into your dashboard as a widget.
<p align="center"><img width="400" src="https://i.ibb.co/t4VHnh3/iframe-widget.gif" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/iframe.gif" /></p>
#### Options
@ -2782,7 +2782,7 @@ Many websites and apps provide their own embeddable widgets. These can be used w
⚠️ **NOTE:** Use with extreme caution. Embedding a script from an untrustworthy source may have serious unintended consequences.
<p align="center"><img width="400" src="https://i.ibb.co/fkwNnxT/embed-widget-2.png" /></p>
<p align="center"><img width="400" src="https://storage.googleapis.com/as93-screenshots/dashy/html-embed.png" /></p>
#### Options
@ -2849,7 +2849,7 @@ Display data from any service with a Prometheus exporter.
Show live data from an RSS-enabled service. The only required parameter is `rssUrl`, which is the URL to the ATOM feed. See [RSS Widget](#rss-feed) for full list of available options.
<p align="center"><img width="700" src="https://i.ibb.co/1r88pvL/rss-feed-example-1.png" /></p>
<p align="center"><img width="700" src="https://storage.googleapis.com/as93-screenshots/dashy/data-feed.png" /></p>
#### Example