1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Update README.md

This commit is contained in:
Alan Grainger 2024-11-12 10:38:32 +01:00 committed by GitHub
parent 1daf6c1c4b
commit c002942068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
<img src="docs/server-settings.png" width="400" height="182">
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