Rename DroneIo to DroneCi

Drone CI is the current term used for the Build System (or just Drone,
which is a bit to unspecific for identification)
This commit is contained in:
Matthias Bilger
2023-01-08 06:13:29 +01:00
parent f14eaf5f0b
commit f43966fdb0
3 changed files with 15 additions and 14 deletions

View File

@@ -57,7 +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](#droneio-builds)
- [Drone CI Build](#drone-ci-builds)
- **[System Resource Monitoring](#system-resource-monitoring)**
- [CPU Usage Current](#current-cpu-usage)
- [CPU Usage Per Core](#cpu-usage-per-core)
@@ -1911,9 +1911,9 @@ Display info from the Gluetun VPN container public IP API. This can show the IP
---
### Drone.io Builds
### Drone CI Builds
Display the last builds from a [drone.io](https://www.drone.io) instance.
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>
@@ -1921,14 +1921,15 @@ Display the last builds from a [drone.io](https://www.drone.io) instance.
**Field** | **Type** | **Required** | **Description**
--- | --- | --- | ---
**`host`** | `string` | Required | The histname of the drone.io instance
**`apiKey`** | `string` | Required | The API key (https://<drone-instance>/account)
**`host`** | `string` | Required | The histname of the Drone CI instance.
**`apiKey`** | `string` | Required | The API key (https://<your-drone-instance>/account).
**`limit`** | `integer` | Optional | Limit the amounts of listed builds.
#### Example
```yaml
- type: drone-io
updateInterval: 30
options:
host: https://drone.somedomain.com
apiKey: my-very-secret-api-key