mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
docs: add immich-upload-optimizer to Community Projects list (#15738)
This commit is contained in:
parent
08db77db23
commit
c2ba1cc202
@ -99,6 +99,11 @@ const projects: CommunityProjectProps[] = [
|
|||||||
description: 'Downloads a configurable number of random photos based on people or album ID.',
|
description: 'Downloads a configurable number of random photos based on people or album ID.',
|
||||||
url: 'https://github.com/jon6fingrs/immich-dl',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user