diff --git a/src/content/docs/applications/argo-workflows.mdx b/src/content/docs/applications/argo-workflows.mdx deleted file mode 100644 index ca11199..0000000 --- a/src/content/docs/applications/argo-workflows.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Argo Workflows -description: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. -hero: - tagline: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. - image: - file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp - actions: - - text: Source - link: https://github.com/argoproj/argo-workflows - icon: right-arrow - - text: Deployment Chart - link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/argo-workflows - icon: right-arrow ---- diff --git a/src/content/docs/applications/code-server.mdx b/src/content/docs/applications/code-server.mdx deleted file mode 100644 index afd617f..0000000 --- a/src/content/docs/applications/code-server.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Code Server -description: Run VS Code on any machine anywhere and access it in the browser. -hero: - tagline: Run VS Code on any machine anywhere and access it in the browser. - image: - file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/visual-studio-code.webp - actions: - - text: Source - link: https://github.com/coder/code-server - icon: right-arrow - - text: Deployment Chart - link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/code-server - icon: right-arrow ---- diff --git a/src/content/docs/applications/ntfy.mdx b/src/content/docs/applications/ntfy.mdx new file mode 100644 index 0000000..5d56d37 --- /dev/null +++ b/src/content/docs/applications/ntfy.mdx @@ -0,0 +1,15 @@ +--- +title: ntfy +description: ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. +hero: + tagline: ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ntfy.webp + actions: + - text: Source + link: https://github.com/binwiederhier/ntfy + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/ntfy + icon: right-arrow +---