mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-01-16 04:46:45 +01:00
Revert default for downloadOriginalPhoto
This commit is contained in:
parent
13d3a8e890
commit
bd7e4f4e6a
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
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
|
### lightGallery
|
||||||
|
|
||||||
The gallery is created using [lightGallery](https://github.com/sachinchoolur/lightGallery).
|
The gallery is created using [lightGallery](https://github.com/sachinchoolur/lightGallery).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "immich-public-proxy",
|
"name": "immich-public-proxy",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "ts-node src/index.ts",
|
"dev": "ts-node src/index.ts",
|
||||||
"build": "npx tsc",
|
"build": "npx tsc",
|
||||||
|
|
Loading…
Reference in a new issue