From 09567e2c266fd1d2f66ba42f5ed6d3cb134216ae Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 1 Apr 2026 19:46:15 -0500 Subject: [PATCH 1/5] feat: add more apps --- src/content/docs/applications/jellyfin.mdx | 15 +++++++++++++++ src/content/docs/applications/jellystat.mdx | 15 +++++++++++++++ src/content/docs/applications/karakeep.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/jellyfin.mdx create mode 100644 src/content/docs/applications/jellystat.mdx create mode 100644 src/content/docs/applications/karakeep.mdx diff --git a/src/content/docs/applications/jellyfin.mdx b/src/content/docs/applications/jellyfin.mdx new file mode 100644 index 0000000..2779447 --- /dev/null +++ b/src/content/docs/applications/jellyfin.mdx @@ -0,0 +1,15 @@ +--- +title: Jellyfin +description: Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. +hero: + tagline: Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/jellyfin.webp + actions: + - text: Source + link: https://github.com/jellyfin/jellyfin + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/jellyfin + icon: right-arrow +--- diff --git a/src/content/docs/applications/jellystat.mdx b/src/content/docs/applications/jellystat.mdx new file mode 100644 index 0000000..c1ef24f --- /dev/null +++ b/src/content/docs/applications/jellystat.mdx @@ -0,0 +1,15 @@ +--- +title: Jellystat +description: Jellystat is a free and open source Statistics App for Jellyfin! +hero: + tagline: Jellystat is a free and open source Statistics App for Jellyfin! + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/jellystat.webp + actions: + - text: Source + link: https://github.com/CyferShepard/Jellystat + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/jellystat + icon: right-arrow +--- diff --git a/src/content/docs/applications/karakeep.mdx b/src/content/docs/applications/karakeep.mdx new file mode 100644 index 0000000..1786ff1 --- /dev/null +++ b/src/content/docs/applications/karakeep.mdx @@ -0,0 +1,15 @@ +--- +title: Karakeep +description: Karakeep is a self-hostable bookmark-everything app with a touch of AI for the data hoarders out there. +hero: + tagline: Karakeep is a self-hostable bookmark-everything app with a touch of AI for the data hoarders out there. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/karakeep.webp + actions: + - text: Source + link: https://github.com/karakeep-app/karakeep + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/karakeep + icon: right-arrow +--- From 76a568a61bb35511d84deaeb86eadc2a4643b473 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Apr 2026 20:25:35 -0500 Subject: [PATCH 2/5] feat: add more apps --- src/content/docs/applications/kiwix.mdx | 15 +++++++++++++++ src/content/docs/applications/komodo.mdx | 15 +++++++++++++++ .../docs/applications/kube-prometheus-stack.mdx | 15 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/content/docs/applications/kiwix.mdx create mode 100644 src/content/docs/applications/komodo.mdx create mode 100644 src/content/docs/applications/kube-prometheus-stack.mdx diff --git a/src/content/docs/applications/kiwix.mdx b/src/content/docs/applications/kiwix.mdx new file mode 100644 index 0000000..2d95e87 --- /dev/null +++ b/src/content/docs/applications/kiwix.mdx @@ -0,0 +1,15 @@ +--- +title: Kiwix +description: Kiwix is an open-source software that allows you to have the whole Wikipedia at your fingertips. +hero: + tagline: Kiwix is an open-source software that allows you to have the whole Wikipedia at your fingertips. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kiwix.webp + actions: + - text: Source + link: https://github.com/kiwix + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kiwix + icon: right-arrow +--- diff --git a/src/content/docs/applications/komodo.mdx b/src/content/docs/applications/komodo.mdx new file mode 100644 index 0000000..0e997d0 --- /dev/null +++ b/src/content/docs/applications/komodo.mdx @@ -0,0 +1,15 @@ +--- +title: Komodo +description: Komodo is a tool to build and deploy software across many servers. +hero: + tagline: Komodo is a tool to build and deploy software across many servers. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/komodo.webp + actions: + - text: Source + link: https://github.com/moghtech/komodo + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/komodo + icon: right-arrow +--- diff --git a/src/content/docs/applications/kube-prometheus-stack.mdx b/src/content/docs/applications/kube-prometheus-stack.mdx new file mode 100644 index 0000000..e354887 --- /dev/null +++ b/src/content/docs/applications/kube-prometheus-stack.mdx @@ -0,0 +1,15 @@ +--- +title: Prometheus +description: Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. +hero: + tagline: Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/prometheus.webp + actions: + - text: Source + link: https://github.com/prometheus/prometheus + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kube-prometheus-stack + icon: right-arrow +--- From 2ccfecaf63b623c0fc7a847d5d81ca8d54c991bd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 19:16:25 -0500 Subject: [PATCH 3/5] feat: add more apps --- .../docs/applications/kube-prometheus-stack.mdx | 2 +- .../kubelet-serving-cert-approver.mdx | 15 +++++++++++++++ .../applications/kubernetes-cloudflare-ddns.mdx | 15 +++++++++++++++ src/content/docs/applications/languagetool.mdx | 15 +++++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 src/content/docs/applications/kubelet-serving-cert-approver.mdx create mode 100644 src/content/docs/applications/kubernetes-cloudflare-ddns.mdx create mode 100644 src/content/docs/applications/languagetool.mdx diff --git a/src/content/docs/applications/kube-prometheus-stack.mdx b/src/content/docs/applications/kube-prometheus-stack.mdx index e354887..226e384 100644 --- a/src/content/docs/applications/kube-prometheus-stack.mdx +++ b/src/content/docs/applications/kube-prometheus-stack.mdx @@ -7,7 +7,7 @@ hero: file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/prometheus.webp actions: - text: Source - link: https://github.com/prometheus/prometheus + link: https://github.com/prometheus/prometheus icon: right-arrow - text: Deployment Chart link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kube-prometheus-stack diff --git a/src/content/docs/applications/kubelet-serving-cert-approver.mdx b/src/content/docs/applications/kubelet-serving-cert-approver.mdx new file mode 100644 index 0000000..ad2bafb --- /dev/null +++ b/src/content/docs/applications/kubelet-serving-cert-approver.mdx @@ -0,0 +1,15 @@ +--- +title: Kubelet Serving Certificate Approver +description: Kubelet Serving Certificate Approver is a custom approving controller which approves kubernetes.io/kubelet-serving Certificate Signing Request that kubelet use to serve TLS endpoints. +hero: + tagline: Kubelet Serving Certificate Approver is a custom approving controller which approves kubernetes.io/kubelet-serving Certificate Signing Request that kubelet use to serve TLS endpoints. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/alex1989hu/kubelet-serving-cert-approver + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kubelet-serving-cert-approver + icon: right-arrow +--- diff --git a/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx b/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx new file mode 100644 index 0000000..0040d1f --- /dev/null +++ b/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx @@ -0,0 +1,15 @@ +--- +title: Kubelet Serving Certificate Approver +description: This is a simple Kubernetes cronjob which can be used for updating a DNS record on Cloudflare. +hero: + tagline: This is a simple Kubernetes cronjob which can be used for updating a DNS record on Cloudflare. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cloudflare.webp + actions: + - text: Source + link: https://github.com/kubitodev/kubernetes-cloudflare-ddns + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/kubernetes-cloudflare-ddns + icon: right-arrow +--- diff --git a/src/content/docs/applications/languagetool.mdx b/src/content/docs/applications/languagetool.mdx new file mode 100644 index 0000000..39c1784 --- /dev/null +++ b/src/content/docs/applications/languagetool.mdx @@ -0,0 +1,15 @@ +--- +title: LanguageTool +description: LanguageTool is open-source proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect. +hero: + tagline: LanguageTool is open-source proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/languagetool.webp + actions: + - text: Source + link: https://github.com/languagetool-org/languagetool + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/languagetool + icon: right-arrow +--- From 425651bd309ba215ec1fbd618882e98b3fad17b4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 19:50:16 -0500 Subject: [PATCH 4/5] 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 +--- From 57aec90c9e0c9b51c238a76a82f7d4f0a3a14195 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 20:26:08 -0500 Subject: [PATCH 5/5] feat: add more apps --- src/content/docs/applications/loki.mdx | 15 +++++++++++++++ .../docs/applications/mariadb-operator.mdx | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/content/docs/applications/loki.mdx create mode 100644 src/content/docs/applications/mariadb-operator.mdx diff --git a/src/content/docs/applications/loki.mdx b/src/content/docs/applications/loki.mdx new file mode 100644 index 0000000..271f5fb --- /dev/null +++ b/src/content/docs/applications/loki.mdx @@ -0,0 +1,15 @@ +--- +title: Loki +description: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. +hero: + tagline: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/loki.webp + actions: + - text: Source + link: https://github.com/grafana/loki + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/loki + icon: right-arrow +--- diff --git a/src/content/docs/applications/mariadb-operator.mdx b/src/content/docs/applications/mariadb-operator.mdx new file mode 100644 index 0000000..821e164 --- /dev/null +++ b/src/content/docs/applications/mariadb-operator.mdx @@ -0,0 +1,15 @@ +--- +title: MariaDB Operator +description: Run and operate MariaDB in a cloud native way. Declaratively manage your MariaDB using Kubernetes CRDs rather than imperative commands. +hero: + tagline: Run and operate MariaDB in a cloud native way. Declaratively manage your MariaDB using Kubernetes CRDs rather than imperative commands. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/mariadb.webp + actions: + - text: Source + link: https://github.com/mariadb-operator/mariadb-operator + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/mariadb-operator + icon: right-arrow +---