Skip to content

Commit

Permalink
Revert default for downloadOriginalPhoto
Browse files Browse the repository at this point in the history
  • Loading branch information
alangrainger committed Nov 12, 2024
1 parent 13d3a8e commit bd7e4f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd7e4f4

Please sign in to comment.