1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

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 <ppr88@local>
This commit is contained in:
Pedro Ribeiro 2024-06-26 17:55:27 +02:00 committed by GitHub
parent 63041674c2
commit 7f5a3e5adb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {