Skip to content

Commit

Permalink
docs:Add link to nginx caching proxy guide
Browse files Browse the repository at this point in the history
Following comments on immich-app#11350
  • Loading branch information
pcouy committed Aug 30, 2024
1 parent aa04ded commit a31d302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/components/community-guides.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ const guides: CommunityGuidesProps[] = [
description: 'Access your local Immich installation over the internet using your own domain',
url: 'https://github.com/ppr88/immich-guides/blob/main/open-immich-custom-domain.md',
},
{
title: 'Nginx caching map server',
description: 'Increase privacy by using nginx as caching proxy in front of a map tile proxy server',
url: 'https://pierre-couy.dev/server-admin/2024/08/proxying-a-map-tile-server-for-increased-privacy.html',
},
];

function CommunityGuide({ title, description, url }: CommunityGuidesProps): JSX.Element {
Expand Down

0 comments on commit a31d302

Please sign in to comment.