Skip to content

Releases: alangrainger/immich-public-proxy

1.6.3

24 Jan 13:30
Compare
Choose a tag to compare
  • #53 Shared galleries will now respect the display order which is chosen inside Immich for that shared album (e.g. newest first or oldest first)

image

1.6.2

13 Jan 06:52
Compare
Choose a tag to compare
  • Fix #51 lightGallery preload option

lightGallery's preload option doesn't work when loading images through their infinite scrolling method. As a workaround, we now load the initial set of 50 images first, then infinite load the rest. It means that preload will stop working after 50 images, and while not perfect, is better than it is now.

To fix it, I think lightGallery would have to fix it at their end.

1.6.1

12 Jan 00:16
Compare
Choose a tag to compare
  • Fix #48 #49 - Fix issue introduced in v1.6.0 where galleries did not share properly

1.6.0

10 Jan 06:21
Compare
Choose a tag to compare

Improvements

  • #41 Lazy-load thumbnails to allow for galleries of large size
  • Improve internal logic for password-protected albums

1.5.6

01 Jan 03:15
Compare
Choose a tag to compare

1.5.5

26 Dec 22:28
Compare
Choose a tag to compare
  • Fix #43 incorrect path for several image assets

1.5.4

21 Dec 18:59
Compare
Choose a tag to compare

1.5.3

01 Dec 05:35
Compare
Choose a tag to compare
  • Fix #29 Cannot download-all from a password protected link

1.5.2

19 Nov 10:18
Compare
Choose a tag to compare
  • #25 Fix issue where videos files would not play on iOS

Installing Immich Public Proxy

  1. Download the docker-compose.yml file.

  2. Update the value for IMMICH_URL in your docker-compose file to point to your local URL for Immich. This should not be a public URL.

  3. Start the docker container. You can test that it is working by visiting https://YOUR_PROXY_URL.com/share/healthcheck.
    Check the container console output for any error messages.

docker-compose up -d
  1. Set the "External domain" in your Immich Server Settings to be whatever domain you use to publicly serve Immich Public Proxy:

Now whenever you share an image or gallery through Immich, it will automatically create the correct public path for you.

1.5.1

18 Nov 13:19
Compare
Choose a tag to compare
  • Fixed issue where the download button did not function for video files #25
  • Fixed issue where downloaded images and videos did not have the correct filename