mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 16:25:20 -05:00
docs: add community immich drop uploader project (#21775)
This commit is contained in:
parent
e95096d14f
commit
00c88b2636
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user