From b51e3bdd5c9a1a789237a5dad34fd4a07e3fd59f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Apr 2026 16:04:19 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/prowlarr.mdx | 15 +++++++++++++++ src/content/docs/applications/qbittorrent.mdx | 15 +++++++++++++++ src/content/docs/applications/radarr.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/prowlarr.mdx create mode 100644 src/content/docs/applications/qbittorrent.mdx create mode 100644 src/content/docs/applications/radarr.mdx diff --git a/src/content/docs/applications/prowlarr.mdx b/src/content/docs/applications/prowlarr.mdx new file mode 100644 index 0000000..5e00a8f --- /dev/null +++ b/src/content/docs/applications/prowlarr.mdx @@ -0,0 +1,15 @@ +--- +title: Prowlarr +description: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers. +hero: + tagline: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/prowlarr.webp + actions: + - text: Source + link: https://github.com/Prowlarr/Prowlarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/prowlarr + icon: right-arrow +--- diff --git a/src/content/docs/applications/qbittorrent.mdx b/src/content/docs/applications/qbittorrent.mdx new file mode 100644 index 0000000..ef50481 --- /dev/null +++ b/src/content/docs/applications/qbittorrent.mdx @@ -0,0 +1,15 @@ +--- +title: qBittorrent +description: qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent. +hero: + tagline: qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/qbittorrent.webp + actions: + - text: Source + link: https://github.com/qbittorrent/qBittorrent + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/qbittorrent + icon: right-arrow +--- diff --git a/src/content/docs/applications/radarr.mdx b/src/content/docs/applications/radarr.mdx new file mode 100644 index 0000000..cbb5ee7 --- /dev/null +++ b/src/content/docs/applications/radarr.mdx @@ -0,0 +1,15 @@ +--- +title: Radarr +description: Radarr is a movie collection manager for Usenet and BitTorrent users. +hero: + tagline: Radarr is a movie collection manager for Usenet and BitTorrent users. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/radarr.webp + actions: + - text: Source + link: https://github.com/Radarr/Radarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/radarr + icon: right-arrow +---