From 58a8faf79563a7570f69a1863a3f4b056352dc2f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Apr 2026 21:35:32 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/ntfy.mdx | 4 ++-- src/content/docs/applications/omni-tools.mdx | 4 ++-- src/content/docs/applications/outline.mdx | 2 +- src/content/docs/applications/paperless-ngx.mdx | 15 +++++++++++++++ src/content/docs/applications/plex.mdx | 15 +++++++++++++++ 5 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 src/content/docs/applications/paperless-ngx.mdx create mode 100644 src/content/docs/applications/plex.mdx diff --git a/src/content/docs/applications/ntfy.mdx b/src/content/docs/applications/ntfy.mdx index 5d56d37..c618e23 100644 --- a/src/content/docs/applications/ntfy.mdx +++ b/src/content/docs/applications/ntfy.mdx @@ -1,8 +1,8 @@ --- title: ntfy -description: ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. +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. + 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: diff --git a/src/content/docs/applications/omni-tools.mdx b/src/content/docs/applications/omni-tools.mdx index 6cc30e3..ba89f90 100644 --- a/src/content/docs/applications/omni-tools.mdx +++ b/src/content/docs/applications/omni-tools.mdx @@ -1,8 +1,8 @@ --- title: OmniTools -description: Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser! +description: Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser! hero: - tagline: Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser! + tagline: Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser! image: file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/omnitools.webp actions: diff --git a/src/content/docs/applications/outline.mdx b/src/content/docs/applications/outline.mdx index d802500..a0ab3a9 100644 --- a/src/content/docs/applications/outline.mdx +++ b/src/content/docs/applications/outline.mdx @@ -2,7 +2,7 @@ title: Outline description: A fast, collaborative, knowledge base for your team built using React and Node.js. hero: - tagline: A fast, collaborative, knowledge base for your team built using React and Node.js. + tagline: A fast, collaborative, knowledge base for your team built using React and Node.js. image: file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/outline.webp actions: diff --git a/src/content/docs/applications/paperless-ngx.mdx b/src/content/docs/applications/paperless-ngx.mdx new file mode 100644 index 0000000..e951414 --- /dev/null +++ b/src/content/docs/applications/paperless-ngx.mdx @@ -0,0 +1,15 @@ +--- +title: Paperless-ngx +description: A community-supported supercharged document management system; scan, index and archive all your documents. +hero: + tagline: A community-supported supercharged document management system; scan, index and archive all your documents. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/paperless-ngx.webp + actions: + - text: Source + link: https://github.com/paperless-ngx/paperless-ngx + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/paperless-ngx + icon: right-arrow +--- diff --git a/src/content/docs/applications/plex.mdx b/src/content/docs/applications/plex.mdx new file mode 100644 index 0000000..e214696 --- /dev/null +++ b/src/content/docs/applications/plex.mdx @@ -0,0 +1,15 @@ +--- +title: Plex +description: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. +hero: + tagline: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/plex.webp + actions: + - text: Source + link: https://github.com/linuxserver/docker-plex + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/plex + icon: right-arrow +---