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

Update docs

This commit is contained in:
Alan Grainger 2024-11-01 15:53:30 +01:00 committed by GitHub
parent 229f60eaca
commit 53bfb1410d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ If the shared link has expired or any of the assets have been put in the Immich
The gallery is created using [lightGallery](https://github.com/sachinchoolur/lightGallery). You can adjust various settings to customise how your gallery displays.
1. Make a copy of [config.json](https://github.com/alangrainger/immich-public-proxy/blob/v1.3.2/config.json) in the same folder as your `docker-compose.yml`.
1. Make a copy of [config.json](https://github.com/alangrainger/immich-public-proxy/blob/main/config.json) in the same folder as your `docker-compose.yml`.
2. Pass the config to your docker container by adding a volume like this:
@ -120,7 +120,7 @@ The gallery is created using [lightGallery](https://github.com/sachinchoolur/lig
You can find all of lightGallery's settings here:
https://www.lightgalleryjs.com/docs/settings/
For example to disable the download button for images, you would change `download` to `false`:
For example, to disable the download button for images, you would change `download` to `false`:
```json
{