mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
Add lightroom plugin to community projects (#8736)
This commit is contained in:
parent
605da89425
commit
1fdbc949d6
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ const projects: CommunityProjectProps[] = [
|
||||||
description: 'Documentation for simple podman setup using quadlets.',
|
description: 'Documentation for simple podman setup using quadlets.',
|
||||||
url: 'https://github.com/tbelway/immich-podman-quadlets/blob/main/docs/install/podman-quadlet.md',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
|
Loading…
Add table
Reference in a new issue