1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

Add lightroom plugin to community projects (#8736)

This commit is contained in:
Min Idzelis 2024-04-11 23:14:31 -04:00 committed by GitHub
parent 605da89425
commit 1fdbc949d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,11 @@ const projects: CommunityProjectProps[] = [
description: 'Documentation for simple podman setup using quadlets.',
url: 'https://github.com/tbelway/immich-podman-quadlets/blob/main/docs/install/podman-quadlet.md',
},
{
title: 'Lightroom Publisher: mi.Immich.Publisher',
description: 'Lightroom plugin to publish photos from Lightroom collections to Immich albums.',
url: 'https://github.com/midzelis/mi.Immich.Publisher',
},
];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {