From 0d9a1fa93d6b98dc6e88879b575769868bae5d57 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 21:27:16 -0500 Subject: [PATCH] feat: add more apps --- .../docs/applications/tailscale-operator.mdx | 15 +++++++++++++++ src/content/docs/applications/talos.mdx | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/content/docs/applications/tailscale-operator.mdx create mode 100644 src/content/docs/applications/talos.mdx diff --git a/src/content/docs/applications/tailscale-operator.mdx b/src/content/docs/applications/tailscale-operator.mdx new file mode 100644 index 0000000..2be218d --- /dev/null +++ b/src/content/docs/applications/tailscale-operator.mdx @@ -0,0 +1,15 @@ +--- +title: Tailscale Operator +description: The easiest, most secure way to use WireGuard and 2FA. +hero: + tagline: The easiest, most secure way to use WireGuard and 2FA. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tailscale-light.webp + actions: + - text: Source + link: https://github.com/tailscale/tailscale + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/tailscale-operator + icon: right-arrow +--- diff --git a/src/content/docs/applications/talos.mdx b/src/content/docs/applications/talos.mdx new file mode 100644 index 0000000..b5b2898 --- /dev/null +++ b/src/content/docs/applications/talos.mdx @@ -0,0 +1,15 @@ +--- +title: Talos +description: Jobs to automate the maintainance of the underlying OS, Talos Linux. +hero: + tagline: Jobs to automate the maintainance of the underlying OS, Talos Linux. + image: + file: https://raw.githubusercontent.com/siderolabs/docs/3989ed11f0622252d7cee03b3ba3a3052be242d7/public/images/talos.svg + actions: + - text: Source + link: https://github.com/siderolabs/talos + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/talos + icon: right-arrow +---