From e6f8bfdf5eeb1d4008cd4934ac1b3fc4fed3041a Mon Sep 17 00:00:00 2001 From: seifer44 <9002783+seifer44@users.noreply.github.com> Date: Tue, 1 Jul 2025 05:21:57 -0600 Subject: [PATCH] chore(docs): add instruction for trusting self-signed certificates with Immich and an OAuth server (#18624) --- docs/src/components/community-guides.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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 {