Skip to content

Commit 6c0b5b9

Browse files
sid3windrjrasm91
authored andcommitted
docs: add community immich-birthday and immich-stack projects
1 parent 5fad1fd commit 6c0b5b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/components/community-projects.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ const projects: CommunityProjectProps[] = [
110110
description: 'A tiny, zero-login web app for collecting photos/videos from anyone into your Immich server.',
111111
url: 'https://github.com/Nasogaa/immich-drop',
112112
},
113+
{
114+
title: 'Immich Birthday Sync',
115+
description: 'Bulk-upload and -download birthdays, with CardDAV sync support',
116+
url: 'https://github.com/sid3windr/immich-birthday',
117+
},
118+
{
119+
title: 'Immich Stack',
120+
description: 'Auto-stack photos with identical filenames and differing extensions (i.e. JPG+RAW)',
121+
url: 'https://github.com/sid3windr/immich-stack',
122+
},
113123
];
114124

115125
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {

0 commit comments

Comments
 (0)