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:
parent
63041674c2
commit
7f5a3e5adb
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue