From 82736ec2a95db97abc7337ec1849dbb97a0fca5e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 26 Mar 2026 19:17:08 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/eraser.mdx | 15 +++++++++++++++ src/content/docs/applications/excalidraw.mdx | 15 +++++++++++++++ src/content/docs/applications/external-dns.mdx | 15 +++++++++++++++ .../docs/applications/external-secrets.mdx | 15 +++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 src/content/docs/applications/eraser.mdx create mode 100644 src/content/docs/applications/excalidraw.mdx create mode 100644 src/content/docs/applications/external-dns.mdx create mode 100644 src/content/docs/applications/external-secrets.mdx diff --git a/src/content/docs/applications/eraser.mdx b/src/content/docs/applications/eraser.mdx new file mode 100644 index 0000000..c6496fd --- /dev/null +++ b/src/content/docs/applications/eraser.mdx @@ -0,0 +1,15 @@ +--- +title: Eraser +description: Eraser helps Kubernetes admins remove a list of non-running images from all Kubernetes nodes in a cluster. +hero: + tagline: Eraser helps Kubernetes admins remove a list of non-running images from all Kubernetes nodes in a cluster. + image: + file: https://raw.githubusercontent.com/eraser-dev/eraser/20576a24c512feb83c26ed867353d4143717d798/docs/static/img/eraser.svg + actions: + - text: Source + link: https://github.com/eraser-dev/eraser + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/eraser + icon: right-arrow +--- diff --git a/src/content/docs/applications/excalidraw.mdx b/src/content/docs/applications/excalidraw.mdx new file mode 100644 index 0000000..270f4ba --- /dev/null +++ b/src/content/docs/applications/excalidraw.mdx @@ -0,0 +1,15 @@ +--- +title: Excalidraw +description: Excalidraw is an open source virtual hand-drawn style whiteboard. +hero: + tagline: Excalidraw is an open source virtual hand-drawn style whiteboard. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/excalidraw.webp + actions: + - text: Source + link: https://github.com/excalidraw/excalidraw + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/excalidraw + icon: right-arrow +--- diff --git a/src/content/docs/applications/external-dns.mdx b/src/content/docs/applications/external-dns.mdx new file mode 100644 index 0000000..3194c71 --- /dev/null +++ b/src/content/docs/applications/external-dns.mdx @@ -0,0 +1,15 @@ +--- +title: ExternalDNS +description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. +hero: + tagline: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/kubernetes-sigs/external-dns + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/external-dns + icon: right-arrow +--- diff --git a/src/content/docs/applications/external-secrets.mdx b/src/content/docs/applications/external-secrets.mdx new file mode 100644 index 0000000..2c27845 --- /dev/null +++ b/src/content/docs/applications/external-secrets.mdx @@ -0,0 +1,15 @@ +--- +title: External Secrets Operator +description: External Secrets Operator is a Kubernetes operator that integrates external secret management systems. +hero: + tagline: External Secrets Operator is a Kubernetes operator that integrates external secret management systems. + image: + file: https://raw.githubusercontent.com/external-secrets/external-secrets/a16e618c8607b599a2360dd08725015e78cafa1a/assets/eso-round-logo.svg + actions: + - text: Source + link: https://github.com/external-secrets/external-secrets + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/external-secrets + icon: right-arrow +---