Skip to content

Commit

Permalink
chore(docs): Add Immich Public Proxy to the Community Projects list (i…
Browse files Browse the repository at this point in the history
…mmich-app#13836)

Update community-projects.tsx

Add Immich Public Proxy to Community Projects
  • Loading branch information
alangrainger authored and bdavis2-PCTY committed Nov 18, 2024
1 parent 7a4abc8 commit 14be724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/components/community-projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 14be724

Please sign in to comment.