From c002942068a4ccfd008b81c8865dc9fa2d87dffe Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Tue, 12 Nov 2024 10:38:32 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf14650..1fbf61b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ surface even further. The only things that the proxy can access are photos that - Supports sharing photos and videos. - Supports password-protected shares. -- If sharing a single image, the link will directly open the image file so that you can embed it anywhere you would a normal image. +- If sharing a single image, by default the link will directly open the image file so that you can embed it anywhere you would a normal image. (This is configurable.) - All usage happens through Immich - you won't need to touch this app after the initial configuration. ### Why not simply put Immich behind a reverse proxy and only expose the `/share/` path to the public? @@ -63,8 +63,7 @@ docker-compose up -d -Now whenever you share an image or gallery through Immich, it will automatically create the -correct public path for you. +Now whenever you share an image or gallery through Immich, it will automatically create the correct public path for you. ## How to use it