Skip to content

Commit

Permalink
Update community-guides.tsx (immich-app#16316)
Browse files Browse the repository at this point in the history
* Update community-guides.tsx

Added an additional card linking to a remote access guide

* Update docs/src/components/community-guides.tsx

---------

Co-authored-by: Alex <[email protected]>
  • Loading branch information
RoseyWasTaken and alextran1502 authored Feb 25, 2025
1 parent bbcaee8 commit ae61ea7
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 @@ -53,6 +53,11 @@ const guides: CommunityGuidesProps[] = [
description: 'How to configure an existing fail2ban installation to block incorrect login attempts.',
url: 'https://github.com/immich-app/immich/discussions/3243#discussioncomment-6681948',
},
{
title: 'Immich remote access with NordVPN Meshnet',
description: 'Access Immich with an end-to-end encrypted connection.',
url: 'https://meshnet.nordvpn.com/how-to/remote-files-media-access/immich-remote-access',
},
];

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

0 comments on commit ae61ea7

Please sign in to comment.