mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04: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
@ -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…
x
Reference in New Issue
Block a user