Live data from Hacker News

Ask HN: What are some self-hosted photo organizing/sharing programs?

news.ycombinator.com

21–30 of 70 posts

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#21
Install nginx. Put the photos in folders in your ~/www dir. Enable indexing. It's incredibly secure and has pretty much zero maintainence. Just link people to the http://yourIPhere/photos/ dir.

It will be very easy for the wife to use since all she has to do is put the photo files in folders using the normal operating system GUI. This is something everyone knows how to do.

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#22
post #4

Immich is quite good but in its infancy - I paused my containers, filed a bug report on the discord, and set a reminder for September because the iOS app kept crashing while uploading. If they keep focused on it - should definitely be a top contender I did not like Nextcloud but have not tried the rewrite in Go

Owncloud Infinite Scale is a rewrite of Owncloud which NextCloud forked from.

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#23

There is also Piwigo which is open-source and can be self hosted. https://piwigo.org/

I have been hosting it locally for a couple of months now.

Stuff I like:

  - The mobile app is quite friendly
  - It supports "automatic upload" (after opening the app)
  - It supports deleting pictures from the device after uploading (to save space... much needed on the wife's old iphone)
  - The pictures are stored hierarchically on the filesystem
  - Very lightweight (the whole docker setup uses less than 128MB of RAM)
Stuff I'm not a fan of:

  - The web interface is "okay". It could use some modernizing.
  - When there's no more space on the device, the app fails to upload new pictures, but gives no error message.
All in all, Piwigo is a solid 7.5/10 for me, but I'm watching and testing some other active software such as https://immich.app/

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#27

A comprehensive list comparing features https://github.com/meichthys/foss_photo_libraries Personally I use Photoprism installed inside TrueNAS Scale. They don't have a good mobile app that syncs with the NAS. So might try Immich in future.

I have both configured. Photoprism doesn't have a native app but I would recommend using PhotoSync if you are on iOS. It works infinitely better than Immich's upload for camera rolls that have 50k+ photos/videos in them. It also works in the background much better than Immichs app.

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#28
post #7

I use Synology Photos to back up to my Synology NAS in the basement: https://www.synology.com/en-global/DSM70/SynologyPhotos It has mobile apps that back up photos automatically. My wife and I each have the iOS apps running and photos just upload magically to the NAS. Viewing photos is a good experience too. I also use another Synology app to back up my photos from my NAS to AWS Glacier. Super happy I moved them from…

+1 for Synology photos. I back up automatically to my NAS, and sharing is a breeze. If you're going down the "self-hosted" path, Synology will be the answer a lot of the time. All your music and videos, etc. There's even a Google Docs-like office suite. I'm have kiwix on mine via docker and have self-hosted Wikipedia.

What does self hosted Wikipedia achieve practically?

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#29

Install nginx. Put the photos in folders in your ~/www dir. Enable indexing. It's incredibly secure and has pretty much zero maintainence. Just link people to the http://yourIPhere/photos/ dir. It will be very easy for the wife to use since all she has to do is put the photo files in folders using the normal operating system GUI. This is something everyone knows how to do.

That's not really "photo organizing / sharing", that's just a directory listing.

What you want from a photo specific software is things like thumbnails, exif info, powerful search, maybe indexing the content of the pictures (Searching for "dog") etc.

Re: Ask HN: What are some self-hosted photo organizing/sharing programs?

#30

Believe it or not, Plex. It's a truly mediocre photo organizer, with glaring missing features, but because I already have a Plex server - it's zero marginal work aside from just dropping the photos in a folder on the NAS running it. I use FileBrowser to autosync the photos off my phone, and family can easily access them because they already know how to use Plex. The fact that there is a client for every device I have…

I always thought Serviio was a much better option than Plex, and has the benefit of working much better with any DLNA client.
Post reply on HN