Skip to content

Commit 8909666

Browse files
committed
Added info for Drone Widget
1 parent 9a70d1c commit 8909666

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/widgets.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
5757
- [Nextcloud PHP OPcache](#nextcloud-php-opcache-stats)
5858
- [Sabnzbd](#sabnzbd)
5959
- [Gluetun VPN Info](#gluetun-vpn-info)
60+
- [Drone.io](#drone-io-builds)
6061
- **[System Resource Monitoring](#system-resource-monitoring)**
6162
- [CPU Usage Current](#current-cpu-usage)
6263
- [CPU Usage Per Core](#cpu-usage-per-core)
@@ -1910,6 +1911,40 @@ Display info from the Gluetun VPN container public IP API. This can show the IP
19101911

19111912
---
19121913

1914+
### Drone.io Builds
1915+
1916+
Display the last builds from a (drone.io)(https://www.drone.io] instance.
1917+
1918+
<p align="center"><img width="380" src="https://i.ibb.co/nQM3BXj/Bildschirm-foto-2023-01-07-um-01-31-45.png" /></p>
1919+
1920+
#### Options
1921+
1922+
**Field** | **Type** | **Required** | **Description**
1923+
--- | --- | --- | ---
1924+
**`host`** | `string` | Required | The histname of the drone.io instance
1925+
**`apiKey`** | `string` | Required | The API key (https://<drone-instance>/account)
1926+
**`limit`** | `integer` | Optional | Limit the amounts of listed builds.
1927+
1928+
#### Example
1929+
1930+
```yaml
1931+
- type: DroneIo
1932+
options:
1933+
host: https://drone.somedomain.com
1934+
apiKey: my-very-secret-api-key
1935+
limit: 10
1936+
```
1937+
1938+
#### Info
1939+
1940+
- **CORS**: 🟢 Enabled
1941+
- **Auth**: 🟢 Required
1942+
- **Price**: 🟢 Free
1943+
- **Host**: Self-Hosted (see [Drone](https://www.drone.io))
1944+
- **Privacy**: _See [Drone](https://www.drone.io)_
1945+
1946+
---
1947+
19131948
## System Resource Monitoring
19141949

19151950
### Glances

0 commit comments

Comments
 (0)