diff --git a/credits.md b/credits.md index 1aef17e..d9f40cb 100644 --- a/credits.md +++ b/credits.md @@ -18,6 +18,13 @@ Eddy Lazzarin + + + UlisesGascon +
+ Ulises Gascón +
+ BOZG @@ -25,13 +32,21 @@ Stephen Rigney + + + bmcgonag +
+ Brian McGonagill +
+ Robert-Ernst
Robert Ernst
- + + vlad-timofeev @@ -45,8 +60,14 @@
Kit L.
- - + + + + mDafox +
+ Manu Devos +
+ Byolock @@ -67,7 +88,8 @@
Hugalafutro
- + + shadowking001 @@ -88,8 +110,7 @@
Robin Candau
- - + ced4568 @@ -110,7 +131,8 @@
Undefined
- + + jtfinley72 @@ -203,14 +225,21 @@ Remygrandin + + + boggy-cs +
+ Bogyeong Kim +
+ + stanly0726
Stanly0726
- - + onedr0p @@ -245,15 +274,15 @@
Dan Gilbert
- + + rubenandre
Rúben Silva
- - + Singebob @@ -288,15 +317,15 @@
DeepSource Bot
- + + emiran-orange
Emiran-orange
- - + FormatToday @@ -324,13 +353,6 @@
Jemy SCHNEPP
- - - - KierenConnell -
- Kieren Connell -
diff --git a/management.md b/management.md index 2d1d12c..14f8dae 100644 --- a/management.md +++ b/management.md @@ -196,7 +196,7 @@ I recommend combining this with [healthchecks](https://github.com/healthchecks/h ## SSL Certificates -Enabling HTTPS with an SSL certificate is recommended, especially if you hare hosting Dashy anywhere other than your home. This will ensure that all traffic is encrypted in transit. +Enabling HTTPS with an SSL certificate is recommended, especially if you are hosting Dashy anywhere other than your home. This will ensure that all traffic is encrypted in transit. ### Auto-SSL If you are using [NGINX Proxy Manager](https://nginxproxymanager.com/), then SSL is supported out of the box. Once you've added your proxy host and web address, then set the scheme to HTTPS, then under the SSL Tab select "Request a new SSL certificate" and follow the on-screen instructions. diff --git a/widgets.md b/widgets.md index be9eb79..d5f7d92 100644 --- a/widgets.md +++ b/widgets.md @@ -1350,6 +1350,9 @@ Displays the current and recent uptime of your running services, via a self-host **Field** | **Type** | **Required** | **Description** --- | --- | --- | --- **`hostname`** | `string` | Required | The URL to your StatPing instance, without a trailing slash +**`groupId`** | `number` | Optional | If provided, only Services in the given group are displayed. Defaults to `0` in which case all services are displayed. +**`showChart`** | `boolean`| Optional | If provided and `false` then charts are not displayed. Defaults to `true`. +**`showInfo`** | `boolean`| Optional | If provided and `false` then information summaries are not displayed. Defaults to `true`. ##### Example @@ -1358,6 +1361,18 @@ Displays the current and recent uptime of your running services, via a self-host options: hostname: http://192.168.130.1:8080 ``` +or +```yaml +- type: stat-ping + options: + hostname: http://192.168.130.1:8080 + groupId: 3 + showChart: false + showInfo: false +``` +You can use multiple StatPing widgets with different `groupId`s. + +Note, the Group Id is not directly visible in SttatPing UI, you can inspect the group select HTML element or the API response to find out. ##### Info - **CORS**: 🟠 Proxied