diff --git a/docs/src/components/community-guides.tsx b/docs/src/components/community-guides.tsx index f5331a9163..49ba7a8a08 100644 --- a/docs/src/components/community-guides.tsx +++ b/docs/src/components/community-guides.tsx @@ -58,6 +58,12 @@ const guides: CommunityGuidesProps[] = [ description: 'Access Immich with an end-to-end encrypted connection.', 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 {