From ea1e36da0d271b75852939c339f7e768964d7e2c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 17:48:28 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/roundcube.mdx | 15 +++++++++++++++ src/content/docs/applications/rybbit.mdx | 15 +++++++++++++++ src/content/docs/applications/s3-exporter.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/roundcube.mdx create mode 100644 src/content/docs/applications/rybbit.mdx create mode 100644 src/content/docs/applications/s3-exporter.mdx diff --git a/src/content/docs/applications/roundcube.mdx b/src/content/docs/applications/roundcube.mdx new file mode 100644 index 0000000..85e1ded --- /dev/null +++ b/src/content/docs/applications/roundcube.mdx @@ -0,0 +1,15 @@ +--- +title: Roundcube +description: Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface. +hero: + tagline: Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/roundcube.webp + actions: + - text: Source + link: https://github.com/roundcube/roundcubemail + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/roundcube + icon: right-arrow +--- diff --git a/src/content/docs/applications/rybbit.mdx b/src/content/docs/applications/rybbit.mdx new file mode 100644 index 0000000..f643739 --- /dev/null +++ b/src/content/docs/applications/rybbit.mdx @@ -0,0 +1,15 @@ +--- +title: Rybbit +description: Rybbit - open-source and privacy-friendly alternative to Google Analytics that is 10x more intuitive. +hero: + tagline: Rybbit - open-source and privacy-friendly alternative to Google Analytics that is 10x more intuitive. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/rybbit.webp + actions: + - text: Source + link: https://github.com/rybbit-io/rybbit + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/rybbit + icon: right-arrow +--- diff --git a/src/content/docs/applications/s3-exporter.mdx b/src/content/docs/applications/s3-exporter.mdx new file mode 100644 index 0000000..49f4f5f --- /dev/null +++ b/src/content/docs/applications/s3-exporter.mdx @@ -0,0 +1,15 @@ +--- +title: S3 Exporter +description: S3 bucket exporter exposing metrics size and number of objects. +hero: + tagline: S3 bucket exporter exposing metrics size and number of objects. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/amazon-s3.webp + actions: + - text: Source + link: https://github.com/molu8bits/s3bucket_exporter + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/s3-exporter + icon: right-arrow +---