1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-03 01:22:44 +01:00

docs: add immich-upload-optimizer to Community Projects list ()

This commit is contained in:
Miguel Angel Nubla 2025-01-28 16:40:00 +01:00 committed by GitHub
parent 08db77db23
commit c2ba1cc202
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,11 @@ const projects: CommunityProjectProps[] = [
description: 'Downloads a configurable number of random photos based on people or album ID.',
url: 'https://github.com/jon6fingrs/immich-dl',
},
{
title: 'Immich Upload Optimizer',
description: 'Automatically optimize files uploaded to Immich in order to save storage space',
url: 'https://github.com/miguelangel-nubla/immich-upload-optimizer',
},
];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {