Releases: alangrainger/immich-public-proxy
1.6.3
1.6.2
- 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
1.6.0
1.5.6
- #44 Add configurable home page option (
showHomePage
inconfig.json
)
1.5.5
1.5.4
- Release for NixOS packaging #34 (reply in thread)
- Update NPM packages
npm audit fix
1.5.3
1.5.2
- #25 Fix issue where videos files would not play on iOS
Installing Immich Public Proxy
-
Download the docker-compose.yml file.
-
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. -
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
- 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.