Does anyone know if it’s possible to achieve this? Possibly with an external service that syncs the two?
Basically, the last feature immich can’t do that google does is to share albums. Sometimes my family wants to have albums after events, and my ones live in a silo.
Appoxo@lemmy.dbzer0.com
avidamoeba@lemmy.ca
MangoPenguin@lemmy.blahaj.zone
30p87@feddit.org 3 weeks ago
834 833
Isn’t this ‘sharing an album’?
It is but it requires public internet access to the Immich instance, or everyone involved being on our VPN. Reusing someone else’s publicly facing service to share photos from a private Immich instance is a clever workaround.
AzuraTheSpellkissed@lemmy.blahaj.zone 3 weeks ago
Using a reverse proxy / ingress, you can configure only share links to be publicly available, while keeping the rest of immich exclusive to your private-network. Optionally combine with something like Cloudflare Tunnel if you’re worried about leaking your server’s IP.
30p87@feddit.org 3 weeks ago
Afaik immich is generally safe to publicly expose. Otherwise, I’d just use http basic auth. Supported by every server and client, should be secure enough to hold off attacks in case immich’s login/auth mechanisms fail, and I don’t see a usecase where this wouldn’t work.
If you don’t have a public IP or need IPv4, get a 4€/Month VPS (cheaper than even a Pi’s energy usage I suppose) and put headscale on it.