From 8e49a12511f26de4060ff2aaef0f707446e210bd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 19:09:57 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/cert-manager.mdx | 15 +++++++++++++++ src/content/docs/applications/cilium.mdx | 15 +++++++++++++++ src/content/docs/applications/cloudnative-pg.mdx | 15 +++++++++++++++ src/content/docs/applications/grimmory.mdx | 15 +++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 src/content/docs/applications/cert-manager.mdx create mode 100644 src/content/docs/applications/cilium.mdx create mode 100644 src/content/docs/applications/cloudnative-pg.mdx create mode 100644 src/content/docs/applications/grimmory.mdx diff --git a/src/content/docs/applications/cert-manager.mdx b/src/content/docs/applications/cert-manager.mdx new file mode 100644 index 0000000..2083b9b --- /dev/null +++ b/src/content/docs/applications/cert-manager.mdx @@ -0,0 +1,15 @@ +--- +title: Cert Manager +description: Cert Manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates. +hero: + tagline: Cert Manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates. + image: + file: https://raw.githubusercontent.com/cert-manager/cert-manager/52bddefde7b2d44841c77cf15038d51330cb9748/logo/logo.svg + actions: + - text: Source + link: https://github.com/cert-manager/cert-manager + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cert-manager + icon: right-arrow +--- diff --git a/src/content/docs/applications/cilium.mdx b/src/content/docs/applications/cilium.mdx new file mode 100644 index 0000000..4f58e51 --- /dev/null +++ b/src/content/docs/applications/cilium.mdx @@ -0,0 +1,15 @@ +--- +title: Cilium +description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane. +hero: + tagline: Cilium is a networking, observability, and security solution with an eBPF-based dataplane. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cilium.webp + actions: + - text: Source + link: https://github.com/cilium/cilium + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cilium + icon: right-arrow +--- diff --git a/src/content/docs/applications/cloudnative-pg.mdx b/src/content/docs/applications/cloudnative-pg.mdx new file mode 100644 index 0000000..71dc260 --- /dev/null +++ b/src/content/docs/applications/cloudnative-pg.mdx @@ -0,0 +1,15 @@ +--- +title: CloudNativePG +description: CloudNativePG (CNPG) is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments. +hero: + tagline: CloudNativePG (CNPG) is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments. + image: + file: https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg.github.io/0c2d2ff561b7b8ddb6bc06ddb91bd20b73d3f82d/assets/images/hero_image.svg + actions: + - text: Source + link: https://github.com/cloudnative-pg/cloudnative-pg + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cloudnative-pg + icon: right-arrow +--- diff --git a/src/content/docs/applications/grimmory.mdx b/src/content/docs/applications/grimmory.mdx new file mode 100644 index 0000000..ad30e5f --- /dev/null +++ b/src/content/docs/applications/grimmory.mdx @@ -0,0 +1,15 @@ +--- +title: Grimmory +description: Grimmory is a self-hosted application for managing your entire book collection in one place. +hero: + tagline: Grimmory is a self-hosted application for managing your entire book collection in one place. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/booklore.webp + actions: + - text: Source + link: https://github.com/grimmory-tools/grimmory + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/grimmory + icon: right-arrow +---