From e04b5f0e060fe7e7b6471ff0d7c721db366412f4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 20:26:30 -0500 Subject: [PATCH] feat: add more apps --- .../docs/applications/speedtest-exporter.mdx | 15 +++++++++++++++ src/content/docs/applications/stack.mdx | 15 +++++++++++++++ src/content/docs/applications/stalwart.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/speedtest-exporter.mdx create mode 100644 src/content/docs/applications/stack.mdx create mode 100644 src/content/docs/applications/stalwart.mdx diff --git a/src/content/docs/applications/speedtest-exporter.mdx b/src/content/docs/applications/speedtest-exporter.mdx new file mode 100644 index 0000000..79b6482 --- /dev/null +++ b/src/content/docs/applications/speedtest-exporter.mdx @@ -0,0 +1,15 @@ +--- +title: Speedtest Exporter +description: Simple Speedtest exporter for Prometheus written in Python using the official CLI from Ookla. +hero: + tagline: Simple Speedtest exporter for Prometheus written in Python using the official CLI from Ookla. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/speedtest.webp + actions: + - text: Source + link: https://github.com/MiguelNdeCarvalho/speedtest-exporter + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/speedtest-exporter + icon: right-arrow +--- diff --git a/src/content/docs/applications/stack.mdx b/src/content/docs/applications/stack.mdx new file mode 100644 index 0000000..60e8d4c --- /dev/null +++ b/src/content/docs/applications/stack.mdx @@ -0,0 +1,15 @@ +--- +title: Stack +description: App of Apps Chart to deploy infrastructure by ArgoCD. +hero: + tagline: App of Apps Chart to deploy infrastructure by ArgoCD. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp + actions: + - text: Source + link: https://github.com/argoproj/argo-cd + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/stack + icon: right-arrow +--- diff --git a/src/content/docs/applications/stalwart.mdx b/src/content/docs/applications/stalwart.mdx new file mode 100644 index 0000000..8df4889 --- /dev/null +++ b/src/content/docs/applications/stalwart.mdx @@ -0,0 +1,15 @@ +--- +title: Stalwart +description: All-in-one Mail & Collaboration server. Secure, scalable and fluent in every protocol (IMAP, JMAP, SMTP, CalDAV, CardDAV, WebDAV). +hero: + tagline: All-in-one Mail & Collaboration server. Secure, scalable and fluent in every protocol (IMAP, JMAP, SMTP, CalDAV, CardDAV, WebDAV). + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/stalwart.webp + actions: + - text: Source + link: https://github.com/stalwartlabs/mail-server + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/stalwart + icon: right-arrow +---