this post was submitted on 18 Jul 2024
48 points (94.4% liked)

Open Source

30208 readers
216 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

There are solutions like ente and immich but I think they both are pretty overkill for my use case. I almost never look through my old photos so I don't need an app and a web UI or whatever. The face detection thing does not entice me either. I don't need encryption either.

Is there a simpler solution for this? I am thinking of just writing a script that syncs the camera folder using adb or something like that. But before I create a jank monstrosity I thought it would be better to ask around.

you are viewing a single comment's thread
view the rest of the comments
[–] Creat@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago) (2 children)

"Immich" might be a real option, I don't quite understand why you think it's overkill?

I mean syncthing has been mentioned plenty, but of course Nextcloud also solves the problem. It's can't truly sync a folder, but it works fine for backing up photos and videos.

[–] ksynwa@lemmy.ml 2 points 1 month ago (1 children)

The shameful answer is that the most convenient method of setting up immich is a docker compose stack but I have podman installed instead.

[–] Creat@discuss.tchncs.de 2 points 1 month ago

Well there more than one solution, if you want it. First of all, podman actually works fine with docker compose files. There may be some adjustments needed in other places, because despite the claim of being "a drop in docker replacement", it just isn't (quite). So assuming you install docker compose (not docker), you can just "docker-compose up" (note the dash) and it should work. Should.

Your can also just spin up a VM and install docker with compose in there, just for testing and/or running immich.