mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04: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',
|
description: 'Speed up your machine learning by load balancing your requests to multiple computers',
|
||||||
url: 'https://github.com/apetersson/immich_ml_balancer',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user