From 0e04e396e4bf749bde21aebd0647df6e6be4f80f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 18:35:16 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/shelly-plug.mdx | 15 +++++++++++++++ .../docs/applications/site-documentation.mdx | 15 +++++++++++++++ src/content/docs/applications/site-profile.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/shelly-plug.mdx create mode 100644 src/content/docs/applications/site-documentation.mdx create mode 100644 src/content/docs/applications/site-profile.mdx diff --git a/src/content/docs/applications/shelly-plug.mdx b/src/content/docs/applications/shelly-plug.mdx new file mode 100644 index 0000000..2513175 --- /dev/null +++ b/src/content/docs/applications/shelly-plug.mdx @@ -0,0 +1,15 @@ +--- +title: Shelly Plug +description: Shelly Plug Prometheus exporter. +hero: + tagline: Shelly Plug Prometheus exporter. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/shelly.webp + actions: + - text: Source + link: https://github.com/geerlingguy/shelly-plug-prometheus + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/shelly-plug + icon: right-arrow +--- diff --git a/src/content/docs/applications/site-documentation.mdx b/src/content/docs/applications/site-documentation.mdx new file mode 100644 index 0000000..18578c1 --- /dev/null +++ b/src/content/docs/applications/site-documentation.mdx @@ -0,0 +1,15 @@ +--- +title: Site Documentation +description: Personal site made with Astro and Starlight for hosting documentation on my homelab. +hero: + tagline: Personal site made with Astro and Starlight for hosting documentation on my homelab. + image: + file: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.svg + actions: + - text: Source + link: https://gitea.alexlebens.dev/alexlebens/site-documentation + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/site-documentation + icon: right-arrow +--- diff --git a/src/content/docs/applications/site-profile.mdx b/src/content/docs/applications/site-profile.mdx new file mode 100644 index 0000000..2249ca0 --- /dev/null +++ b/src/content/docs/applications/site-profile.mdx @@ -0,0 +1,15 @@ +--- +title: Site Profile +description: Personal site made with Astro for blogging and information about myself. +hero: + tagline: Personal site made with Astro for blogging and information about myself. + image: + file: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.svg + actions: + - text: Source + link: https://gitea.alexlebens.dev/alexlebens/site-profile + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/site-profile + icon: right-arrow +---