diff --git a/README.md b/README.md index 1fbf61b..d0691ef 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,12 @@ There are some additional configuration options you can change, for example the 3. Restart your container and your custom configuration should be active. +### Immich Public Proxy options + +| Option | Description | +|-------------------------|-----------------------------------------------------------------------------------------------------------------------------| +| `downloadOriginalPhoto` | Set to `false` if you only want people to be able to download the 'preview' quality photo, rather than your original photo. | + ### lightGallery The gallery is created using [lightGallery](https://github.com/sachinchoolur/lightGallery). diff --git a/app/package.json b/app/package.json index 86d63e6..f06aa54 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "immich-public-proxy", - "version": "1.4.0", + "version": "1.4.1", "scripts": { "dev": "ts-node src/index.ts", "build": "npx tsc",