mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
docs: add community immich-birthday and immich-stack projects (#21934)
This commit is contained in:
parent
1e7cb1165f
commit
df7ea4d8ea
1 changed files with 10 additions and 0 deletions
|
|
@ -110,6 +110,16 @@ const projects: CommunityProjectProps[] = [
|
|||
description: 'A tiny, zero-login web app for collecting photos/videos from anyone into your Immich server.',
|
||||
url: 'https://github.com/Nasogaa/immich-drop',
|
||||
},
|
||||
{
|
||||
title: 'Immich Birthday Sync',
|
||||
description: 'Bulk-upload and -download birthdays, with CardDAV sync support',
|
||||
url: 'https://github.com/sid3windr/immich-birthday',
|
||||
},
|
||||
{
|
||||
title: 'Immich Stack',
|
||||
description: 'Auto-stack photos with identical filenames and differing extensions (i.e. JPG+RAW)',
|
||||
url: 'https://github.com/sid3windr/immich-stack',
|
||||
},
|
||||
];
|
||||
|
||||
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue