58

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!

all 47 comments
sorted by: hot top new old
[-] Nikki@lemmy.blahaj.zone 0 points 1 hour ago

immich has been super simple and easy for me, haven't had to touch it since setting it up

[-] mlg@lemmy.world -1 points 1 hour ago

I don’t want to run a separate database or anything complex, so things like Immich or Photoprism are not an option.

Why not just use podman and let it handle itself? Unless you're planning on hosting like maybe several million photos, I doubt you would ever need to manually set up a DB.

Just download the compose file, add your photo directory paths to it, and let it start and never think about it again until you feel like updating for some new feature months later.

[-] hexagonwin@lemmy.today 0 points 23 minutes ago

because i don't want to use podman/docker? if you read the OP and the rest of the thread you wouldn't have posted this comment..

[-] SuspiciousCarrot78@aussie.zone 1 points 6 hours ago
[-] ClydapusGotwald@lemmy.world 9 points 21 hours ago

Immich and use Immichframe to cast it to a raspberry pi with a screen. That’s what I do and it’s awesome.

[-] westingham@sh.itjust.works 4 points 19 hours ago

I recommend Ente, they have a self-hosted option. https://ente.com/

[-] potustheplant@feddit.nl 4 points 18 hours ago

Any reason to pick this over Immich?

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

I've never used Immich so I can't speak for or against it. When I started down the selfhosting road, I found Ente first, that's all.

[-] potustheplant@feddit.nl -2 points 5 hours ago

That's a bit odd considering how much more popular Immich is, but ok.

[-] notfromhere@lemmy.ml 1 points 12 hours ago

Looks like Ente supports end to end encryption and Immich doesn’t.

[-] potustheplant@feddit.nl 1 points 5 hours ago

Does that matter if you're self hosting and not exposing it to the internet?

[-] notfromhere@lemmy.ml 1 points 27 minutes ago

That entirely depends on what your threat model is. You may not get any value out of that feature, but others may want it. One reason may be ease of storage drive disposal upon drive failure; i.e., if your drive is unencrypted and has your personal photos on it and it fails, the data is still recoverable with no easy way for you to destroy the data. If it was encrypted at rest, you wouldn’t have to worry about it because you would only have to rotate the encryption key.

[-] avidamoeba@lemmy.ca 10 points 1 day ago

Another vote for Immich. Running it with docker compose is trivial. Been using it for 2 years now and it's been glorious. Running it without docker would take more setup, not sure how complex.

[-] WeirdGoesPro@lemmy.dbzer0.com 48 points 1 day ago* (last edited 1 day ago)

Immich works really well. Don’t fear the database. Docker makes it all super easy too.

Alternatively, Plex manages photos ok-ish.

[-] stickyprimer@lemmy.world 1 points 12 hours ago* (last edited 12 hours ago)

I don’t understand why the OS and file system don’t constitute, themselves, a database. Over the years I have spent a lot of time organizing my photo names, folders, and labels. I want a display service that will take advantage of that, not change it, and update immediately to any changes I make to it.

[-] colourlessidea@sopuli.xyz 1 points 31 minutes ago

They do; just not optimized for that task

[-] hexagonwin@lemmy.today 4 points 1 day ago* (last edited 1 day ago)

I really don't want another complex service i have to manage. ideally i want something that's a simple python/perl/php script or something like that.

forgot to mention in OP but I run freebsd on my server and it's possible to run docker(podman) with linux emulation if it's very necessary, but i prefer not to use it

[-] Joelk111@lemmy.world 0 points 5 hours ago

I feel like this is a case of not wanting to do the "difficult" thing because it sounds difficult when really avoiding the "difficult" thing is more difficult than just doing the "difficult" thing.

I was replacing the power steering rack on my P2 Volvo XC70 recently. I really didn't want to drop the subframe because that sounded like a lot of work. Eventually I realized dropping the subframe was the easier way to get the power steering rack out and, in the end, it was way easier to just drop the subframe. It was like 10 more bolts and wasn't that hard to put back. In this analogy, Immich is dropping the subframe, just do it.

[-] hexagonwin@lemmy.today 2 points 3 hours ago* (last edited 3 hours ago)

no, it's more about that i don't want a separate linux installation on my freebsd server, all with its meaningless attack surfaces and such. i want something lightweight, and i specifically mentioned immich isn't what i want in the OP. yet you folks are all downvoting and trying to persuade me to try that. no, i'm not using that.

after hearing it a few times i've tried it before and it's not what i want. even ignoring the server part i hate that clunky google photos ripoff web interface.

[-] WeirdGoesPro@lemmy.dbzer0.com 29 points 1 day ago

I hear you, I went through the same journey. After getting Immich set up, I haven’t had to do a single thing to it. There are scripts that can turn your folders into Immich albums, so I just set up the docker containers, ran the script, and watched as everything was created for me without more labor on my part.

I hope somebody else has the solution you’re looking for, but if you don’t find it, I really think you should give it a whirl because it turned out to be way easier than I expected it to be.

[-] frongt@lemmy.zip 12 points 1 day ago* (last edited 1 day ago)

Immich isn't complex, and I don't think it requires a separate database.

Edit: just checked and technically it does, but if you use the docker compose then it deploys it automatically and you don't have to think about it at all.

Edit2: if you really want something dead simple, yeah you could trivially write a tiny script to list and thumbnail images. I'm sure there are apache plugins for exactly this.

[-] hexagonwin@lemmy.today 1 points 3 hours ago

it's not that the deployment process looks hard. it's an extremely complex piece of software, something that only provides "container" (read: full linux image) method for deployment because it's too complex to install manually. if something ever goes wrong inside that container, i won't be able to fix it.

[-] non_burglar@lemmy.world 9 points 1 day ago

It does nothing but serve photo. Background tasks are minimal and many of them only run once on new photos.

[-] hexagonwin@lemmy.today 2 points 3 hours ago

yeah, it's only job is to serve photos yet it needs a whole linux container to run.. i get why some people like it but i said it's not what i want.

You're likely not going to find something so simple and lightweight. Immich has some setup, but if you want a good gallery that's the way to go. Don't be afraid of the learning.

[-] DonutsRMeh@lemmy.world 23 points 1 day ago

I’ve been using Immich for a couple of years now, and I really like. Nextcloud is good, too.

[-] Dubois_arache@lemmy.blahaj.zone -2 points 20 hours ago* (last edited 18 hours ago)

You can try Sigal or Piwigo.

[-] K3can@lemmy.radio 11 points 1 day ago
[-] hexagonwin@lemmy.today 3 points 1 day ago

this might actually work. thanks!

[-] derin@lemmy.beru.co 0 points 21 hours 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 12 hours ago

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

[-] derin@lemmy.beru.co 1 points 10 hours ago* (last edited 10 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 1 hour 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 2 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 2 points 9 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 20 hours 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 20 hours ago* (last edited 20 hours 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 20 hours 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.

[-] curbstickle@anarchist.nexus 7 points 1 day ago

PiGallery/PiGallery2 , Photoview, HomeGallery, lychee, or thumbsup might be up your alley.

Personally I use Immich and ImmichFrame.

[-] linuxguy@piefed.ca 4 points 1 day ago

It looks like every reply in this is a near miss so I'll add another one to the pile: I've been working on a hosted immich platform for people who want privacy from big tech and don't want to / can't self host it at https://photos.minpin.me/

[-] Nibodhika@lemmy.world 2 points 1 day ago

PiGallery is what you're asking for, but you should consider Immich, it's very simple to setup and you'll get tons of features more that are extremely useful. I get you want something simple, but I don't feel Immich is hard to setup or maintain, and it's the difference between a simple photo gallery and google photos.

[-] yodeljunkmanenvy@piefed.social 2 points 1 day ago* (last edited 1 day ago)

I have a use case where I use Next Explorer to share some directories with photos in them for others to see online. Clean, simple UI and no database, it just indexes your directories. PWA works well on phones.

It does run on docker though (like many, many foss apps). 🤷

2NBhLdHL5B6xJS0.png

[-] worldclasspun@programming.dev 2 points 1 day ago* (last edited 1 day ago)

Here to suggest piwigo. Use it with docker, zero hassle but I think it does depend on a database, so it might be too heavy for your use case. Supports tags & galleries.

I've been using PiGallery2 for this https://github.com/bpatrik/pigallery2

But I do deploy via docker.

[-] Xaphanos@lemmy.world 0 points 1 day ago

I have no experience with it, but my questions along a similar vein point to DigiKam.

[-] hexagonwin@lemmy.today 2 points 1 day ago

i have used DigiKam in the past, it's more of an alternative to XnView not a selfhosted gallery.. it doesn't even support mobile phones or web

this post was submitted on 20 Sep 2026
58 points (96.8% liked)

Selfhosted

62252 readers
523 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