Skip to content

Commit

Permalink
Added info for Drone Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Jan 7, 2023
1 parent 9a70d1c commit bdb3eb7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
- [Nextcloud PHP OPcache](#nextcloud-php-opcache-stats)
- [Sabnzbd](#sabnzbd)
- [Gluetun VPN Info](#gluetun-vpn-info)
- [Drone.io](#drone-io-builds)
- **[System Resource Monitoring](#system-resource-monitoring)**
- [CPU Usage Current](#current-cpu-usage)
- [CPU Usage Per Core](#cpu-usage-per-core)
Expand Down Expand Up @@ -1910,6 +1911,40 @@ Display info from the Gluetun VPN container public IP API. This can show the IP

---

### Drone.io Builds

Display the last builds from a (drone.io)(https://www.drone.io] instance.

<p align="center"><img width="380" src="https://ibb.co/8Pgzby9" /></p>

#### Options

**Field** | **Type** | **Required** | **Description**
--- | --- | --- | ---
**`host`** | `string` | Required | The histname of the drone.io instance
**`apiKey`** | `string` | Required | The API key (https://<drone-instance>/account)
**`limit`** | `integer` | Optional | Limit the amounts of listed builds.

#### Example

```yaml
- type: DroneIo
options:
host: https://drone.somedomain.com
apiKey: my-very-secret-api-key
limit: 10
```

#### Info

- **CORS**: 🟢 Enabled
- **Auth**: 🟢 Required
- **Price**: 🟢 Free
- **Host**: Self-Hosted (see [Drone](https://www.drone.io))
- **Privacy**: _See [Drone](https://www.drone.io)_

---

## System Resource Monitoring

### Glances
Expand Down

0 comments on commit bdb3eb7

Please sign in to comment.