From ce3d1a4a27d3e7850f05cc91fd3e1bae42ef5cea Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Mar 2026 23:02:26 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/argo-cd.mdx | 2 +- src/content/docs/applications/audiobookshelf.mdx | 15 +++++++++++++++ src/content/docs/applications/authentik.mdx | 15 +++++++++++++++ src/content/docs/applications/backrest.mdx | 15 +++++++++++++++ src/content/docs/applications/bazarr.mdx | 15 +++++++++++++++ src/content/docs/applications/blocky.mdx | 15 +++++++++++++++ 6 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 src/content/docs/applications/audiobookshelf.mdx create mode 100644 src/content/docs/applications/authentik.mdx create mode 100644 src/content/docs/applications/backrest.mdx create mode 100644 src/content/docs/applications/bazarr.mdx create mode 100644 src/content/docs/applications/blocky.mdx diff --git a/src/content/docs/applications/argo-cd.mdx b/src/content/docs/applications/argo-cd.mdx index 8df457c..7d9771e 100644 --- a/src/content/docs/applications/argo-cd.mdx +++ b/src/content/docs/applications/argo-cd.mdx @@ -1,5 +1,5 @@ --- -title: Argo Workflows +title: Argo CD description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. hero: tagline: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. diff --git a/src/content/docs/applications/audiobookshelf.mdx b/src/content/docs/applications/audiobookshelf.mdx new file mode 100644 index 0000000..4ee20eb --- /dev/null +++ b/src/content/docs/applications/audiobookshelf.mdx @@ -0,0 +1,15 @@ +--- +title: Audiobookshelf +description: Audiobookshelf is a self-hosted audiobook and podcast server. +hero: + tagline: Audiobookshelf is a self-hosted audiobook and podcast server. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/audiobookshelf.webp + actions: + - text: Source + link: https://github.com/advplyr/audiobookshelf + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/audiobookshelf + icon: right-arrow +--- diff --git a/src/content/docs/applications/authentik.mdx b/src/content/docs/applications/authentik.mdx new file mode 100644 index 0000000..0964bec --- /dev/null +++ b/src/content/docs/applications/authentik.mdx @@ -0,0 +1,15 @@ +--- +title: Authentik +description: Authentik is an open-source Identity Provider (IdP) for modern SSO. It supports SAML, OAuth2/OIDC, LDAP, RADIUS, and more, designed for self-hosting from small labs to large production clusters. +hero: + tagline: Authentik is an open-source Identity Provider (IdP) for modern SSO. It supports SAML, OAuth2/OIDC, LDAP, RADIUS, and more, designed for self-hosting from small labs to large production clusters. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/authentik.webp + actions: + - text: Source + link: https://github.com/goauthentik/authentik + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/authentik + icon: right-arrow +--- diff --git a/src/content/docs/applications/backrest.mdx b/src/content/docs/applications/backrest.mdx new file mode 100644 index 0000000..d3bf959 --- /dev/null +++ b/src/content/docs/applications/backrest.mdx @@ -0,0 +1,15 @@ +--- +title: Backrest +description: Backrest is a web-accessible backup solution built on top of restic. +hero: + tagline: Backrest is a web-accessible backup solution built on top of restic. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/backrest.webp + actions: + - text: Source + link: https://github.com/garethgeorge/backrest + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/backrest + icon: right-arrow +--- diff --git a/src/content/docs/applications/bazarr.mdx b/src/content/docs/applications/bazarr.mdx new file mode 100644 index 0000000..c7a7a8a --- /dev/null +++ b/src/content/docs/applications/bazarr.mdx @@ -0,0 +1,15 @@ +--- +title: Bazarr +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. +hero: + tagline: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bazarr.webp + actions: + - text: Source + link: https://github.com/morpheus65535/bazarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/bazarr + icon: right-arrow +--- diff --git a/src/content/docs/applications/blocky.mdx b/src/content/docs/applications/blocky.mdx new file mode 100644 index 0000000..f7df844 --- /dev/null +++ b/src/content/docs/applications/blocky.mdx @@ -0,0 +1,15 @@ +--- +title: Blocky +description: Blocky is a DNS proxy and ad-blocker for the local network written in Go with following features. +hero: + tagline: Blocky is a DNS proxy and ad-blocker for the local network written in Go with following features. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/blocky.webp + actions: + - text: Source + link: https://github.com/0xERR0R/blocky + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/blocky + icon: right-arrow +---