From 4466878b541e4a7e373b3d0427c768cc64196256 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 3 May 2025 15:11:11 +0300 Subject: [PATCH] docs: drone is replaced --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fce597..b3221a0 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ Jump to docs: [inventory-app](hackerspace/README.md) / [cameras](_disabled/camti Tip: Search the repo for `kind: xyz` for examples. ## Supporting services -- Build [Git](https://git.k-space.ee) repositories with [Woodpecker](https://woodpecker.k-space.ee). +- Build [Git](https://git.k-space.ee) repositories with [Woodpecker](https://woodpecker.k-space.ee)[^nodrone]. - Passmower: Authz with `kind: OIDCClient` (or `kind: OIDCMiddlewareClient`[^authz]). - Traefik[^nonginx]: Expose services with `kind: Service` + `kind: Ingress` (TLS and DNS **included**). +[^nodrone]: Replaces Drone CI. + ### Additional - bind: Manage _additional_ DNS records with `kind: DNSEndpoint`. - [Prometheus](https://wiki.k-space.ee/en/hosting/monitoring): Collect metrics with `kind: PodMonitor` (alerts with `kind: PrometheusRule`).