|
|
|
@ -58,6 +58,12 @@ const guides: CommunityGuidesProps[] = [
|
|
|
|
description: 'Access Immich with an end-to-end encrypted connection.',
|
|
|
|
description: 'Access Immich with an end-to-end encrypted connection.',
|
|
|
|
url: 'https://meshnet.nordvpn.com/how-to/remote-files-media-access/immich-remote-access',
|
|
|
|
url: 'https://meshnet.nordvpn.com/how-to/remote-files-media-access/immich-remote-access',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: 'Trust Self Signed Certificates with Immich - OAuth Setup',
|
|
|
|
|
|
|
|
description:
|
|
|
|
|
|
|
|
'Set up Certificate Authority trust with Immich, and your private OAuth2/OpenID service, while using a private CA for HTTPS commication.',
|
|
|
|
|
|
|
|
url: 'https://github.com/immich-app/immich/discussions/18614',
|
|
|
|
|
|
|
|
},
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
function CommunityGuide({ title, description, url }: CommunityGuidesProps): JSX.Element {
|
|
|
|
function CommunityGuide({ title, description, url }: CommunityGuidesProps): JSX.Element {
|
|
|
|
|