File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
57
57
- [ Nextcloud PHP OPcache] ( #nextcloud-php-opcache-stats )
58
58
- [ Sabnzbd] ( #sabnzbd )
59
59
- [ Gluetun VPN Info] ( #gluetun-vpn-info )
60
+ - [ Drone.io] ( #drone-io-builds )
60
61
- ** [ System Resource Monitoring] ( #system-resource-monitoring ) **
61
62
- [ CPU Usage Current] ( #current-cpu-usage )
62
63
- [ 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
1910
1911
1911
1912
---
1912
1913
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
+
1913
1948
# # System Resource Monitoring
1914
1949
1915
1950
# ## Glances
You can’t perform that action at this time.
0 commit comments