Add Immich Distribution to Community Projects page (#11576)

Signed-off-by: Stefan Berggren <nsg@nsg.cc>
This commit is contained in:
Stefan Berggren 2024-08-05 05:36:55 +02:00 committed by GitHub
parent 4ed75f2ac9
commit bb78eb4c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {