File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
115125function CommunityProject ( { title, description, url } : CommunityProjectProps ) : JSX . Element {
You can’t perform that action at this time.
0 commit comments