docs: add community immich drop uploader project (#21775)

This commit is contained in:
Mārtiņš Bruņenieks 2025-09-10 15:07:58 +03:00 committed by GitHub
parent e95096d14f
commit 00c88b2636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,11 @@ const projects: CommunityProjectProps[] = [
description: 'Speed up your machine learning by load balancing your requests to multiple computers',
url: 'https://github.com/apetersson/immich_ml_balancer',
},
{
title: 'Immich Drop Uploader',
description: 'A tiny, zero-login web app for collecting photos/videos from anyone into your Immich server.',
url: 'https://github.com/Nasogaa/immich-drop',
},
];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {