Live data from Hacker News

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

news.ycombinator.com

11–20 of 70 posts

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

#12
Photoprism is great, but Nextcloud's "memories" app is even a step better, especially if you already have a Nextcloud install. Definitely pair with their "recognize" app, which does the AI tagging and face recognition thing for you on any hardware.

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

#15
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 ever used is icing on the cake.

If you have a plex server, obviously a very big if, worth investigating just turning it on for a folder of files since it doesnt write to the images itself by default.

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

#16

I had a similar issue and wanted a "Google Photos" like product. So a web-interface with a time-based list and an phone-application that automatically back-ups. I'm currently using Synology Moments/Photos which comes for free with a Synology NAS. I've recently been on a trip with random strangers sailing on a boat and I could easily request the others' photos, import them in an album and share it with the rest of the…

If you’re feeling adventurous you can run the synology dsm os in a vm (qemu/kvm in my case). You use tinycore[0] as a boot loader to bootstrap the official Synology image[1]

It can be a bit of a pain to setup but once it’s up and running you can run all synology apps, including photos and even their nvr software, backup your home pcs to it, etc. If you pass through pci sata controllers you can bypass any disk virtualization layer and let synology manage raw disks exactly like a metal install in one of their nas machines would do. You could even swap the disks into an official nas later on if you wanted. The synology apps are highly polished and worth the setup imo.

There’s also a docker image that makes it all trivial, but it’s too many layers of abstraction for my tastes[2]

0. https://github.com/pocopico/tinycore-redpill

1. https://www.wundertech.net/how-to-install-xpenology-on-proxm...

2. https://github.com/kroese/virtual-dsm

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

#17
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.

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

#18
I use chevereto because it lets me store my images on Minio / S3-compatible storage layers. The problem with most of the tools I've seen is they assume they have a directory of photos. My setup is complicated though and the machines that run my containers don't have a whole lot of disk space.

UI is good. Sharing is good. no real problems.

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

#19
I wrote a small tool to serve shotwell photo/video collections online directly from a copy of the shotwell photo folders and its sqlite database,

https://github.com/kpeeters/shotweb/

It allows me to stick to shotwell for the actual collection management, while still letting me share events or the entire collection to friends and family.

Post reply on HN