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 +---