From 76a568a61bb35511d84deaeb86eadc2a4643b473 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Apr 2026 20:25:35 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/kiwix.mdx | 15 +++++++++++++++ src/content/docs/applications/komodo.mdx | 15 +++++++++++++++ .../docs/applications/kube-prometheus-stack.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/kiwix.mdx create mode 100644 src/content/docs/applications/komodo.mdx create mode 100644 src/content/docs/applications/kube-prometheus-stack.mdx diff --git a/src/content/docs/applications/kiwix.mdx b/src/content/docs/applications/kiwix.mdx new file mode 100644 index 0000000..2d95e87 --- /dev/null +++ b/src/content/docs/applications/kiwix.mdx @@ -0,0 +1,15 @@ +--- +title: Kiwix +description: Kiwix is an open-source software that allows you to have the whole Wikipedia at your fingertips. +hero: + tagline: Kiwix is an open-source software that allows you to have the whole Wikipedia at your fingertips. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kiwix.webp + actions: + - text: Source + link: https://github.com/kiwix + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kiwix + icon: right-arrow +--- diff --git a/src/content/docs/applications/komodo.mdx b/src/content/docs/applications/komodo.mdx new file mode 100644 index 0000000..0e997d0 --- /dev/null +++ b/src/content/docs/applications/komodo.mdx @@ -0,0 +1,15 @@ +--- +title: Komodo +description: Komodo is a tool to build and deploy software across many servers. +hero: + tagline: Komodo is a tool to build and deploy software across many servers. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/komodo.webp + actions: + - text: Source + link: https://github.com/moghtech/komodo + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/komodo + icon: right-arrow +--- diff --git a/src/content/docs/applications/kube-prometheus-stack.mdx b/src/content/docs/applications/kube-prometheus-stack.mdx new file mode 100644 index 0000000..e354887 --- /dev/null +++ b/src/content/docs/applications/kube-prometheus-stack.mdx @@ -0,0 +1,15 @@ +--- +title: Prometheus +description: Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. +hero: + tagline: Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/prometheus.webp + actions: + - text: Source + link: https://github.com/prometheus/prometheus + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kube-prometheus-stack + icon: right-arrow +---