From 09567e2c266fd1d2f66ba42f5ed6d3cb134216ae Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 1 Apr 2026 19:46:15 -0500 Subject: [PATCH] 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 +---