diff --git a/src/content/docs/applications/excalidraw.mdx b/src/content/docs/applications/excalidraw.mdx index 270f4ba..f563a89 100644 --- a/src/content/docs/applications/excalidraw.mdx +++ b/src/content/docs/applications/excalidraw.mdx @@ -1,8 +1,8 @@ --- title: Excalidraw -description: Excalidraw is an open source virtual hand-drawn style whiteboard. +description: Excalidraw is an open source virtual hand-drawn style whiteboard. hero: - tagline: Excalidraw is an open source virtual hand-drawn style whiteboard. + tagline: Excalidraw is an open source virtual hand-drawn style whiteboard. image: file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/excalidraw.webp actions: diff --git a/src/content/docs/applications/foldergram.mdx b/src/content/docs/applications/foldergram.mdx new file mode 100644 index 0000000..502169b --- /dev/null +++ b/src/content/docs/applications/foldergram.mdx @@ -0,0 +1,15 @@ +--- +title: Foldergram +description: Local-only photo and video gallery for folders, with an Instagram-inspired browsing pattern. +hero: + tagline: Local-only photo and video gallery for folders, with an Instagram-inspired browsing pattern. + image: + file: https://raw.githubusercontent.com/foldergram/foldergram/263f2c2c48e4362bf46fc349040d6376737d512b/client/public/favicon.svg + actions: + - text: Source + link: https://github.com/foldergram/foldergram + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/foldergram + icon: right-arrow +--- diff --git a/src/content/docs/applications/freshrss.mdx b/src/content/docs/applications/freshrss.mdx new file mode 100644 index 0000000..90b5f47 --- /dev/null +++ b/src/content/docs/applications/freshrss.mdx @@ -0,0 +1,15 @@ +--- +title: FreshRSS +description: FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, customizable, and has been translated into many languages. +hero: + tagline: FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, customizable, and has been translated into many languages. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/freshrss.webp + actions: + - text: Source + link: https://github.com/FreshRSS/FreshRSS + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/freshrss + icon: right-arrow +--- diff --git a/src/content/docs/applications/garage.mdx b/src/content/docs/applications/garage.mdx new file mode 100644 index 0000000..a6a01e6 --- /dev/null +++ b/src/content/docs/applications/garage.mdx @@ -0,0 +1,15 @@ +--- +title: Garage +description: Garage is an S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale. +hero: + tagline: Garage is an S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/garage.webp + actions: + - text: Source + link: https://git.deuxfleurs.fr/Deuxfleurs/garage + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/garage + icon: right-arrow +---