You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-12 06:50:24 +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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user