Google Photos Alternative
Google Photos Alternative
What are you using as a Google photos alternative? Currently I'm using Nextcloud but I'm thinking of switching to a more dedicated solution.
I mainly need to upload photos from my device automatically, have an UI to see and classify them, albuns and sharing.
Immich: https://github.com/immich-app/immich
Thread is over, because this is the only correct answer.
Interestingly only one or two years ago, people seems tp recommend PhotoPrism
Uh, what about Pixelfed?
Definitely Immich.
There's a lot of these kinds of services, hosted or self-hosted that are labeled as a "Google Photos replacement"
But very few of said services have features like face matching and object recognition alongside automatic backups.
IMO it's not a legitimate replacement for Google Photos without those features and Immich really delivers on that without compromising your privacy.
Hi is there a guide for Complete Newbie like me , right from how to download this software(I could not find link or anything resembling.exe for installation,) upptill how doninput it on my zorin os laptop and setup my and my familys phone to upload photos to our own laptops via immich. Like a a book idiots guide to xyz... Kind of thing
It is great, but the mobile app becomes slow AF when I import all my google photos which are thousands of them. Even after indexing has finished.
Edit: Scratch what I said! Just gave Immich another shot, and the slow mobile app was due to the initial background sync running.
How many photos? It's a very good user experience for me, with 123GB library (23k+ photos, 1k+ videos). Fairly entry-level Samsung phone and iPhone 13, both work great.
Running on an Orange Pi 5 Plus.
Absolutely love Immich. Was previously running on an RPi 4 w/4GB RAM, but with the other services I had on there I needed to disable ML. Orange Pi 5 Plus (16GB RAM) and it's just a dream. Kicked off ML/facial recognition before bed and it was done in the morning. Migration from RPi to OPi was straightforward.
I have 1.8TB of pics and videos on my server and it all runs fine in browsers or the app. Perhaps you could look at disabling the machine learning portion of it to save some overhead? For reference, my setup is:
Server - HP Micro server G8 Phone - Samsung Galaxy Note 10+ Tablet - Samsung Galaxy S7+
None of these are high end anymore, hell the server is ancient by computer standards. But I did put a GPU in it for ex hardware transcoding as well as machine learning for Immich.
Looks interesting. Just wondering if anyone has tried Mylio which also looks promising and has many tools for de-duplication and tagging which I quite like in Google Photos.
In this community anything that isn't open source is not going to be relevant to the majority. It sure does look like a competent product though but I question it as an alternative to Google since it's going to be tough to survive when one is pre-installed and automatic without any user intervention on pretty much every android phone and the other I hadn't even heard about until now and I've researched alternatives...
I think they'd be smart to make their free version open source to assuage the concerns about risking that the product dies and all tagging etc becoming useless / wasted effort. Even though I understand the reluctance because the primary motivators for going premium aren't really open source compatible (pay for more devices etc.)
It really is. I absolutely love the shared link functionality, with the ability to easily set an expiration date and manage existing shared links.
It's made taking pictures a lot more fun for me.
Yep, Immich is tha bomb! Able to completely clear out google photos!
Anyone has a working nixos config for immich? I don't get the containers to communicate with the host database.
https://kressle.in/articles/2023/immich-on-docker-with-nixos.php This works for me
I've been on my 3rd install of linux mint and immich. I can't seem to make it work. I can't mount my second hard drive so immich can see it. I'm gathering up a strength for the 4th install.
Hey, not sure how in depth your linux/docker knowledge is. Please disregard if irrelevant. I would recommend you pick a fixed mountpoint for the drive and set up a systemd service to mount the drive for you (systemd .mount file). Then you add an extra line "RequiredBy=docker.service" (look for systemd RequiredBy) This way the drive always has to be mounted by the system before docker is started and should always be visible before you start a container.
Hope this helps :)
Pleased that I came to this thread looking for a good answer, clicked this link and opened in my preferred browser for project tracking and saw it was already starred in GitHub. Guess I need to actually deploy an image finally and stop lurking for an answer. Lol
I wish it didn't require docker :(
Why? Is docker hard to use?
Same here. I'm using mainly FreeBSD on my servers so docker is a no go due to lack of support. I have to stick with Photoprism for now as it offers a install without docker and it does the job for me. Anyhow, I'm not happy with the trend that most FOSS projects today limit the deployment on docker and do not offer a way of a plain install on you *nix system of choice.