this post was submitted on 14 Jun 2026
29 points (100.0% liked)

Selfhosted

59858 readers
659 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have nearly every service imaginable running and have now started a new project.

I am creating a searchable stock photo archive for my lan. It has been a very interesting project but think i may have crossed the line into overkill lol.

I had hundreds of stock photo cds from the 90s I have turned them all into ISO's.

I then spent ages dealing with some strange cdrom layouts but got all the images off.

I then converted them all to JPG.

I have now setup a batch script that dedupes then takes the images in 2k batches, runs them through a ai vision model to add keywords and descriptions; as they have none.

They are then copied to a folder where I have photoprism running as the front end and I only have 4k done so far but they look amazing and the search and descriptions are really accurate and useful.

400k more images to go but at least it should all be automated now.

top 18 comments
sorted by: hot top controversial new old
[–] Analog@lemmy.ml 5 points 2 hours ago (1 children)

This is awesome!

Personally I would have used TIFF and either Immich or ResourceSpace (a DAM - meant for this kind of thing, but also maybe more institutional than you want.)

[–] non_burglar@lemmy.world 3 points 2 hours ago

Personally I would have used TIFF

Damn, unlimited storage? In this economy?

[–] motruck@lemmy.zip 6 points 3 hours ago

Any chance you can upload your ISOs to archive.org?

[–] lemongarlic@lemmy.world 7 points 4 hours ago* (last edited 4 hours ago) (1 children)

You can use Immich, it’s not perfect for this use case but it is searchable by content. You could just create a second account so you don’t even need to host an extra service

[–] shellington@piefed.zip 4 points 4 hours ago

Might be worth a try.

The thing that has surprised me the most is how good this AI model is at accurately knowing what is in a picture when the model itself is only 3GB in size.

[–] IratePirate@feddit.org 3 points 3 hours ago (1 children)

That's awesome! But... why?

[–] shellington@piefed.zip 2 points 3 hours ago (1 children)

kind of getting ready for the day when the open web becomes pretty much unusable due to ai and id requirements

[–] IratePirate@feddit.org 2 points 3 hours ago* (last edited 2 hours ago) (1 children)

And when the slopocalypse and technofascism have blown over, we crawl out of our digital bunkers and repopulate the wastelands of cyberspace with... stock images of Hide the Pain Harold? I love it! 😄 Although I could think of more valuable data to hoard for that event.

[–] shellington@piefed.zip 1 points 1 hour ago (1 children)

I'm open to ideas, already got everything I can think of. Would love to be inspired

[–] IratePirate@feddit.org 1 points 26 minutes ago

There's plenty of valuable data to be hoarded for rainy days: Wikipedia and climate science data are the first that come to mind.

[–] Kirk@startrek.website 3 points 4 hours ago (1 children)

Careful, once it's automated you won't be able to work on it anymore!

[–] shellington@piefed.zip 4 points 4 hours ago

This feeds into my ultimate project which I think will take me all summer.

I plan to create a lan wide search that has kiwix, tube archivist, ubooquity, paperless, jellyfin, stock images and stash.

Then I would have a unified search point and i think it would make kiwix far more usable by not having to go to the specific zim first. BBut, it is a tricky project as some things are nice and have api's others don't

[–] state_electrician@discuss.tchncs.de 1 points 3 hours ago (1 children)

How do you do the AI tagging? That is something I need right now.

[–] shellington@piefed.zip 2 points 3 hours ago (1 children)

running the images through ollama using this model: gemma3:latest

It is working on cpu only and still gives a decent throughput

Cool, thanks. I'll look into it.

[–] irmadlad@lemmy.world 1 points 4 hours ago (1 children)

Are you a web designer, or how do you utilize 400k+ of stock images?

[–] shellington@piefed.zip 6 points 4 hours ago (1 children)

No i'm not just kind of thought it would be nice to have, that way if i ever need to make any cards or banners i have loads of stuff in every category, with no ugly AI pics like most search engine image searches show these days.

[–] irmadlad@lemmy.world 2 points 3 hours ago

Well, that's pretty cool.