From bb78eb4c4b8579f8240a24795d582789e90c77f7 Mon Sep 17 00:00:00 2001 From: Stefan Berggren Date: Mon, 5 Aug 2024 05:36:55 +0200 Subject: [PATCH] Add Immich Distribution to Community Projects page (#11576) Signed-off-by: Stefan Berggren --- docs/src/components/community-projects.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 9b602f4e08..0fd4cc25c1 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -63,6 +63,11 @@ const projects: CommunityProjectProps[] = [ description: 'Powershell Module for the Immich API', url: 'https://github.com/hanpq/PSImmich', }, + { + title: 'Immich Distribution', + description: 'Snap package for easy install and zero-care auto updates of Immich. Self-hosted photo management.', + url: 'https://immich-distribution.nsg.cc', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {