From 425651bd309ba215ec1fbd618882e98b3fad17b4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 19:50:16 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/libation.mdx | 15 +++++++++++++++ src/content/docs/applications/lidarr.mdx | 15 +++++++++++++++ .../docs/applications/local-path-provisioner.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/libation.mdx create mode 100644 src/content/docs/applications/lidarr.mdx create mode 100644 src/content/docs/applications/local-path-provisioner.mdx diff --git a/src/content/docs/applications/libation.mdx b/src/content/docs/applications/libation.mdx new file mode 100644 index 0000000..0f9abd9 --- /dev/null +++ b/src/content/docs/applications/libation.mdx @@ -0,0 +1,15 @@ +--- +title: Libation +description: Libation is a free, open-source application for downloading and managing your Audible audiobooks. It decrypts your library, removes DRM, and lets you own your audiobooks forever. +hero: + tagline: Libation is a free, open-source application for downloading and managing your Audible audiobooks. It decrypts your library, removes DRM, and lets you own your audiobooks forever. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/libation.webp + actions: + - text: Source + link: https://github.com/rmcrackan/Libation + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/libation + icon: right-arrow +--- diff --git a/src/content/docs/applications/lidarr.mdx b/src/content/docs/applications/lidarr.mdx new file mode 100644 index 0000000..89c22b1 --- /dev/null +++ b/src/content/docs/applications/lidarr.mdx @@ -0,0 +1,15 @@ +--- +title: Lidarr +description: Lidarr is a music collection manager for Usenet and BitTorrent users. +hero: + tagline: Lidarr is a music collection manager for Usenet and BitTorrent users. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/lidarr.webp + actions: + - text: Source + link: https://github.com/Lidarr/Lidarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/lidarr + icon: right-arrow +--- diff --git a/src/content/docs/applications/local-path-provisioner.mdx b/src/content/docs/applications/local-path-provisioner.mdx new file mode 100644 index 0000000..1a97160 --- /dev/null +++ b/src/content/docs/applications/local-path-provisioner.mdx @@ -0,0 +1,15 @@ +--- +title: Local Path Provisioner +description: Dynamically provisioning persistent local storage with Kubernetes +hero: + tagline: Dynamically provisioning persistent local storage with Kubernetes + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/rancher/local-path-provisioner + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/local-path-provisioner + icon: right-arrow +---