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 {