1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-04-24 00:29:31 +02:00

Update docs

This commit is contained in:
Alan Grainger 2025-03-25 21:23:20 +08:00
parent 0d3fc18f40
commit d1d61bf2f9

View file

@ -143,6 +143,7 @@ There are some additional configuration options you can change, for example the
| Option | Type | Description |
|-------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `responseHeaders` | `object` | Change the headers sent with your web responses. By default there is `cache-control` and CORS added. |
| `singleImageGallery` | `bool` | By default a link to a single image will directly open the image file. Set to `true` if you want to show a gallery page instead for a single item. |
| `downloadOriginalPhoto` | `bool` | Set to `false` if you only want people to be able to download the 'preview' quality photo, rather than your original photo. |
| `showGalleryTitle` | `bool` | Show a title on the gallery page. |
| `allowDownloadAll` | `int` | Allow visitors to download all files as a zip.<br>`0` disable downloads<br>`1` follow Immich setting per share ([example](https://github.com/user-attachments/assets/79ea8c08-71ce-42ab-b025-10aec384938a))<br>`2` always allowed |