From 7f5a3e5adb6005d34b41b4ffc8d01af42b3b2e8c Mon Sep 17 00:00:00 2001 From: Pedro Ribeiro <641595+ppr88@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:55:27 +0200 Subject: [PATCH] docs: Add new community guide to access Immich with a custom domain (#10638) add new community guide to access immich with a custom domain Co-authored-by: ppr88 --- docs/src/components/community-guides.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-guides.tsx b/docs/src/components/community-guides.tsx index d69d7ef92c..1c1ad7cabd 100644 --- a/docs/src/components/community-guides.tsx +++ b/docs/src/components/community-guides.tsx @@ -38,6 +38,11 @@ const guides: CommunityGuidesProps[] = [ description: 'Import your Google Photos files into Immich and add your albums', url: 'https://github.com/immich-app/immich/discussions/1340', }, + { + title: 'Access Immich with custom domain', + description: 'Access your local Immich installation over the internet using your own domain', + url: 'https://github.com/ppr88/immich-guides/blob/main/open-immich-custom-domain.md', + }, ]; function CommunityGuide({ title, description, url }: CommunityGuidesProps): JSX.Element {