diff --git a/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx b/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx index 0040d1f..772373f 100644 --- a/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx +++ b/src/content/docs/applications/kubernetes-cloudflare-ddns.mdx @@ -1,5 +1,5 @@ --- -title: Kubelet Serving Certificate Approver +title: Kubernetes Cloudflare DDNS 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. diff --git a/src/content/docs/applications/matrix-synapse.mdx b/src/content/docs/applications/matrix-synapse.mdx new file mode 100644 index 0000000..a6bd9a6 --- /dev/null +++ b/src/content/docs/applications/matrix-synapse.mdx @@ -0,0 +1,15 @@ +--- +title: Matrix Synapse +description: Matrix is the open standard for secure and interoperable real-time communications. Synapse is an open source Matrix homeserver implementation, written and maintained by Element. +hero: + tagline: Matrix is the open standard for secure and interoperable real-time communications. Synapse is an open source Matrix homeserver implementation, written and maintained by Element. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/matrix.webp + actions: + - text: Source + link: https://github.com/element-hq/synapse + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/matrix-synapse + icon: right-arrow +--- diff --git a/src/content/docs/applications/medialyze.mdx b/src/content/docs/applications/medialyze.mdx new file mode 100644 index 0000000..9caf1e7 --- /dev/null +++ b/src/content/docs/applications/medialyze.mdx @@ -0,0 +1,15 @@ +--- +title: MediaLyze +description: Self-hosted media library analysis for large video collections. +hero: + tagline: Self-hosted media library analysis for large video collections. + image: + file: https://raw.githubusercontent.com/frederikemmer/MediaLyze/d8f69c0628bac7c047b90f91a66341648029c273/frontend/public/favicon.svg + actions: + - text: Source + link: https://github.com/frederikemmer/MediaLyze + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/mediaLyze + icon: right-arrow +--- diff --git a/src/content/docs/applications/metrics-server.mdx b/src/content/docs/applications/metrics-server.mdx new file mode 100644 index 0000000..074e56a --- /dev/null +++ b/src/content/docs/applications/metrics-server.mdx @@ -0,0 +1,15 @@ +--- +title: Metrics Server +description: Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. +hero: + tagline: Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/kubernetes-sigs/metrics-server + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/metrics-server + icon: right-arrow +--- diff --git a/src/content/docs/applications/music-grabber.mdx b/src/content/docs/applications/music-grabber.mdx new file mode 100644 index 0000000..f4dff59 --- /dev/null +++ b/src/content/docs/applications/music-grabber.mdx @@ -0,0 +1,15 @@ +--- +title: Music Grabber +description: A self-hosted music acquisition service. Search YouTube, SoundCloud, Soulseek, MP3Phoenix and Monochrome (Tidal lossless), tap a result and it downloads the best quality audio straight into your music library. +hero: + tagline: A self-hosted music acquisition service. Search YouTube, SoundCloud, Soulseek, MP3Phoenix and Monochrome (Tidal lossless), tap a result and it downloads the best quality audio straight into your music library. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/music-grabber.webp + actions: + - text: Source + link: https://gitlab.com/g33kphr33k/musicgrabber + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/music-grabber + icon: right-arrow +--- diff --git a/src/content/docs/applications/navidrome.mdx b/src/content/docs/applications/navidrome.mdx new file mode 100644 index 0000000..bcd9912 --- /dev/null +++ b/src/content/docs/applications/navidrome.mdx @@ -0,0 +1,15 @@ +--- +title: Navidrome +description: Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. +hero: + tagline: Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/navidrome.webp + actions: + - text: Source + link: https://github.com/navidrome/navidrome + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/navidrome + icon: right-arrow +--- diff --git a/src/content/docs/applications/node-feature-discovery.mdx b/src/content/docs/applications/node-feature-discovery.mdx new file mode 100644 index 0000000..6bac5f7 --- /dev/null +++ b/src/content/docs/applications/node-feature-discovery.mdx @@ -0,0 +1,15 @@ +--- +title: Node Feature Discovery +description: Node Feature Discovery is a Kubernetes add-on for detecting hardware features and system configuration. +hero: + tagline: Node Feature Discovery is a Kubernetes add-on for detecting hardware features and system configuration. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/kubernetes-sigs/node-feature-discovery + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/node-feature-discovery + icon: right-arrow +---