From fa911350597b0dff19b83956b9947a9e7884ca4a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 19:14:48 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/radarr.mdx | 9 ++++++++ .../docs/applications/snapshot-controller.mdx | 15 +++++++++++++ src/content/docs/applications/sonarr.mdx | 21 +++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/snapshot-controller.mdx create mode 100644 src/content/docs/applications/sonarr.mdx diff --git a/src/content/docs/applications/radarr.mdx b/src/content/docs/applications/radarr.mdx index cbb5ee7..3b2f76c 100644 --- a/src/content/docs/applications/radarr.mdx +++ b/src/content/docs/applications/radarr.mdx @@ -12,4 +12,13 @@ hero: - text: Deployment Chart link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/radarr icon: right-arrow + - text: Deployment Chart 4K + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/radarr-4k + icon: right-arrow + - text: Deployment Chart Anime + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/radarr-anime + icon: right-arrow + - text: Deployment Chart Stand Up + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/radarr-standup + icon: right-arrow --- diff --git a/src/content/docs/applications/snapshot-controller.mdx b/src/content/docs/applications/snapshot-controller.mdx new file mode 100644 index 0000000..f0f9eb8 --- /dev/null +++ b/src/content/docs/applications/snapshot-controller.mdx @@ -0,0 +1,15 @@ +--- +title: Snapshot Controller +description: Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint. +hero: + tagline: Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/kubernetes-csi/external-snapshotter + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/snapshot-controller + icon: right-arrow +--- diff --git a/src/content/docs/applications/sonarr.mdx b/src/content/docs/applications/sonarr.mdx new file mode 100644 index 0000000..f00ac1e --- /dev/null +++ b/src/content/docs/applications/sonarr.mdx @@ -0,0 +1,21 @@ +--- +title: Sonarr +description: Sonarr is a PVR for Usenet and BitTorrent users. +hero: + tagline: Sonarr is a PVR for Usenet and BitTorrent users. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sonarr.webp + actions: + - text: Source + link: https://github.com/Sonarr/Sonarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/sonarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/sonarr-4k + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/sonarr-anime + icon: right-arrow +---