mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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:
parent
7ee1b977c1
commit
d764a59011
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue