Immich - self-hosted photo and video backup solution directly from your mobile phone
-
@bushido said in Immich - self-hosted photo and video backup solution directly from your mobile phone:
An very interesting review:
https://geek-cookbook.funkypenguin.co.nz/review/immich/Thanks, good review.
I'd really like this and/or PhotoPrism (although actually prefer the look/ sound of this) (in my case mostly to ditch Flickr)
-
Even Reddit is raving about Immich - https://www.reddit.com/r/selfhosted/comments/wnozz1/immich_is_fucking_awesome_and_everyone_needs_to/
-
Last night I took a quick stab at an immich package. It is currently only starting up with app debug mode on. The package code as always is at https://git.cloudron.io/cloudron/immich-app if you are curious.
Generally I saw that immich itself is indeed in very early state it seems, but it is very promising!
-
@jdaviescoates yes prior to that it only makes sense if someone is interested in bringing the package forward, however the upstream software as such is still quite alpha
-
@nebulon said in Immich - self-hosted photo and video backup solution directly from your mobile phone:
the upstream software as such is still quite alpha
Seems to be very actively developed though and from all the reviews already pretty good
-
Alright I managed to get the package into a mostly working state and have published it now as unstable for everyone to try.
Beware of the upstream warning:
WARNING: NOT READY FOR PRODUCTION! DO NOT USE TO STORE YOUR ASSETS. This project is under heavy development, there will be continuous functions, features and api changes.
-
-
-
I was just working on a package for this too. I too noticed that there were areas that were hard coded to the docker host names. There is this spot where the microservices want to access the machine-learning part that could use a patch like you made for the api server. (as well as supporting the machine-learning service too)
https://github.com/immich-app/immich/blob/1ba998aa68ad91aa3951c81fdf3f0570b7e2b704/server/apps/microservices/src/processors/metadata-extraction.processor.ts#L129 -
-
-