mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
docs: add Immich-Stack to community-projects (#21563)
docs: add Immich Stack community project Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
@@ -115,6 +115,11 @@ const projects: CommunityProjectProps[] = [
|
|||||||
description: 'Auto-stack photos with identical filenames and differing extensions (i.e. JPG+RAW)',
|
description: 'Auto-stack photos with identical filenames and differing extensions (i.e. JPG+RAW)',
|
||||||
url: 'https://github.com/sid3windr/immich-stack',
|
url: 'https://github.com/sid3windr/immich-stack',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Immich Stack',
|
||||||
|
description: 'Automatically groups similar photos into stacks within the Immich photo management system.',
|
||||||
|
url: 'https://github.com/Majorfi/immich-stack/',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
|||||||
Reference in New Issue
Block a user