57

hi. i'm looking for an extremely simple selfhosted photo gallery software. i have photos from my laptop, a camera, and my phone. they are all rsync'ed onto my server. so on the server I have ~/Pictures/Laptop ~/Pictures/Camera ~/Pictures/Phone filled with JPEG/PNG/HEICs and no subdirectories.

i want to view photos from all three directories on a single timeline/feed, from the web (and if possible, via a mobile app). currently I VNC onto the server to run XnView and check each directory and this is a terrible user experience especially on a phone.

i don't want to run a separate database or anything complex, so things like Immich or Photoprism are not an option. would be nice to be able to assign a tag to some images ("work", "computer", ...) but it's not a necessity. and i don't need the ability to edit/remove images from the gallery.

i've considered rolling my own solution but thought there might be something already available.

thanks!

you are viewing a single comment's thread
view the rest of the comments
[-] derin@lemmy.beru.co 0 points 1 day ago

I refuse to use Docker to install applications, so Immich was also a no-go for me. I settled on using Photofield, it's been pretty great: https://github.com/SmilyOrg/photofield

[-] NewOldGuard@lemmy.ml 4 points 18 hours ago

Why would that write off immich? Docker compose is a recommended installation path for it

[-] derin@lemmy.beru.co 2 points 16 hours ago* (last edited 16 hours ago)

All of its install steps other than docker compose are still containers, or relate to hosting services, or specific managed platforms.

I'm a simple admin who likes to compile, copy to /usr/bin, prep my system user, populate a directory in /etc with all necessary configs, and write my own .service files.

If you like running single binaries in their own Docker instances, more power to you, but it rubs me the wrong way when people try to force that on me.

NB: I'm not above reading a Dockerfile and executing the steps manually, case in point: that's how I build lemmy_server for my current instance... but the Immich steps are waay too involved, with too much of the software expecting some less than sane defaults for me. I went through it once, left a bad taste in my mouth, so I stopped using Immich.

Edit: Just to be clear, here's the installation steps for Photofield. That's what I like to see. "Download a binary, run, config lives at xxx" - delicious. I also don't mind doing a ./configure and make if they want me to - just don't bloat my system with an entire duplicate OS.

[-] mlg@lemmy.world 1 points 7 hours ago

What about podman quadlets?

Dunno about immich, but photoprism also has a bunch of CUDA libs that would otherwise be a pain to maintain specific version sets on the host.

[-] voyage0@sh.itjust.works 1 points 8 hours ago

Even though this kind of proofs your point as this script is really long. I just wanted to recommend the community script install source as a good starting point for installing more complex software baremetal. immich-install-script

[-] NewOldGuard@lemmy.ml 3 points 15 hours ago

I misread your comment and thought you said you do run docker, i get where youre coming from

[-] Cyber@feddit.uk 3 points 1 day ago

If you're using Arch, Immich is in the AUR, that's how I'm running it bare metal.

[-] derin@lemmy.beru.co 0 points 1 day ago* (last edited 1 day ago)

I run Debian on my VPSes. But, also, I've been through the path of doing what the PKGBUILD does, which is read the Dockerfike and manually execute the steps: I think it's pretty problematic to have to do that every update cycle. Got Immich set up, looked at what I'd have to do every time I want to run an update, and "nope"d out.

With server side software like this, which will usually be running behind a reverse proxy and will connect to a postgres dB (or other services like Redis), I kind of don't want to fight the software/make guesses to create these connections. I also take umbrage with the nginx proxying "example" configurations - just tell me what needs to be proxied to where and let me handle the rest; it's a server, you don't know my setup. Case in point, I don't use nginx.

I like photofield because it's a single binary (thanks, Go) listening on a port. I proxy what I need to it, and let it run.

Final note: I'm not knocking Immich, or the people who run it. I just think it's lazy to distribute software with Docker because it encourages devs to write what I consider to be poorly designed software (E.g. Software with hard coded paths as strings, because everything is expected to be in the same place on every system - basically very rigid defaults). As a guy who knows his systems well, it annoys me I can't manage them my way and need to run a nebulous docker container set up by some web developer. (some shade thrown there, my bad)

You don't have to agree with me, I'm Don Quixote and this is one of my windmills.

[-] Cyber@feddit.uk 2 points 1 day ago

Yeah, I get it. I do think containers encourage lazy integration - could be hard coded paths, or things like leaving apt in there, so no worries.

this post was submitted on 20 Sep 2026
57 points (92.5% liked)

Selfhosted

62252 readers
447 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS