1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

chore(docs): Add Immich Public Proxy to the Community Projects list (#13836)

Update community-projects.tsx

Add Immich Public Proxy to Community Projects
This commit is contained in:
Alan Grainger 2024-10-31 18:24:11 +01:00 committed by GitHub
parent 16027678ee
commit 0130052de5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,12 @@ const projects: CommunityProjectProps[] = [
description: 'Power tools for organizing your immich library.',
url: 'https://github.com/varun-raj/immich-power-tools',
},
{
title: 'Immich Public Proxy',
description:
'Share your Immich photos and albums in a safe way without exposing your Immich instance to the public.',
url: 'https://github.com/alangrainger/immich-public-proxy',
},
];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {