1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01:00

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', description: 'Powershell Module for the Immich API',
url: 'https://github.com/hanpq/PSImmich', 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 { function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {