Skip to content

Commit

Permalink
docs(guide): nginx caching proxy (#12140)
Browse files Browse the repository at this point in the history
* docs:Add link to nginx caching proxy guide

Following comments on #11350

* docs:Fix typo

* docs:Fix typo

* docs:Switch to GitHub link
  • Loading branch information
pcouy authored Aug 30, 2024
1 parent 3316acb commit b9e5e40
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 a caching proxy in front of a map tile server',
url: 'https://github.com/pcouy/pcouy.github.io/blob/main/_posts/2024-08-30-proxying-a-map-tile-server-for-increased-privacy.md',
},
];

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

0 comments on commit b9e5e40

Please sign in to comment.