mirror of
https://github.com/immich-app/immich.git
synced 2025-04-16 13:06:24 +02:00
Update community-guides.tsx (#16316)
* 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 <alex.tran1502@gmail.com>
This commit is contained in:
parent
bbcaee82f0
commit
ae61ea7984
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue