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 (#15738)
This commit is contained in:
parent
08db77db23
commit
c2ba1cc202
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue