Spyke

Posts

selfhostedSelfhostedbymlunar

Photofield v0.21.0 released: search chips, wildcard date search

Happy 2026 folks!

If you're in the market for a minimalistic self-hosted photo gallery, read further :)

I'm not entirely sure whether I should post here for every release or not, what do you think? I guess more than once a year wouldn't hurt 馃槄

Spurred by some household needs, the big thing in v0.21 is an easier search interface with search chips, but maybe more interestingly: wildcard date search.

You can now search for e.g. all Christmas day photos with created:*-12-25 or all photos on the first day of the year with created:*-01-01.

The demo is now on v0.25, feel free to give it a spin.

Of course, to see all the photos you have on your birthdays, you'll need to try it out on your own 馃榿

What do you think? Any ideas or comments welcome!

Photofield v0.21.0 released: search chips, wildcard date searchhttps://github.com/SmilyOrg/photofield/releases/tag/v0.21.0Open linkView original on lemmy.world
selfhostedSelfhostedbymlunar

Announcing Timeship v0.1.0: Self-hosted ZFS snapshot browser for TrueNAS

Hi everyone!

I've recently set up a NAS running TrueNAS Scale and learning about ZFS and associated machinery. ZFS has a pretty cool feature called snapshots, which allow for a kind of version control, but for the whole file system. I set up Tiered Snapshots, which seem to be working great!

To my surprise, there didn't seem to be an easy way to actually browse these snapshots. Yes, you can use "Previous Versions" on Windows, but I'm running Fedora at the moment, so that doesn't help. You can also access .zfs/snapshot/ at the root of the dataset, which is fine if you know exactly which snapshot you want, otherwise it seems a bit clunky. There is also httm, which is a "CLI Time Machine" I've yet to learn more about, but I was looking for something a bit more graphical / browser-based.

Thus, with much hacking and vibing, the proof-of-concept Timeship was born! It has a thousand limitations and compromises for now, so I'm mostly reaching out to see if there is any interest from others on this.

If you use tiered snapshots which happen to be named similar to mine, you can try it out like this:

docker run -p 8080:8080 -v /mnt/tank/your/dataset:/mnt/:ro ghcr.io/smilyorg/timeship

For now, it has a very simple file browser, it detects and shows snapshots via the aforementioned .zfs/snapshot/ directories, allows you to preview the file system and text files at different points in time, and allows you to download a file at any snapshot.

Of course, extending it to support different ways to see the history would be nice, image preview, diffs, downloading archives of multiple files or directories, supporting histories beyond ZFS (e.g. git or borg backups), the list could go on and on. I can't claim I'll have the time to implement any or all of those, but you gotta start somewhere :)

What do you think? Any ideas & comments very welcome!

Announcing Timeship v0.1.0: Self-hosted ZFS snapshot browser for TrueNAShttps://github.com/SmilyOrg/timeship?tab=readme-ov-file#aboutOpen linkView original on lemmy.world
selfhostedSelfhostedbymlunar

Photofield v0.20.0 released: dark mode, photo details, best scrollbar, better map, more search filters, etc.

Hey folks!

It's been a year and a half since I last posted about my self-hosted photo gallery here with release v0.15.0.

If you are happy with Immich that's great! I'm mostly having some fun here and the more the merrier, right? :)

See link for the release notes since v0.15 or just skip to the demo.

Happy to hear any feedback, ideas, suggestions, or comments :)

Photofield v0.20.0 released: dark mode, photo details, best scrollbar, better map, more search filters, etc.https://lnar.dev/blog/photofield-v0-20-0-released/Open linkView original on lemmy.world
selfhostedSelfhostedbymlunar

Photofield v0.15.0 released: Google Photos alternative, now zoomier than ever! Plus related image search, map view, arm64, tags (alpha), and more!

Hi all!

I'd like to share some slow, but steady progress I've made on my self-hosted personal photo gallery - a Google Photos alternative. It's been a while since I last posted any updates - the last time was about v0.9.2 on /r/selfhosted, so it's actually my first post here.

What's new?

Lots of things! Here's a quick summary:

Show me the demo

https://demo.photofield.dev/

Now hosted on Hetzner's arm64-based CAX11 - 2 vCPUs & 4 GB of RAM - the cheapest one.

The photos are 漏 by their authors. Since migrating to the CAX11, it only uses one size of internally pregenerated sqlite-based thumbnails, taking up roughly 4% of the disk space of originals. Support for Synology Moments thumbnails is still there, but doesn't seem as crucial as before.

How do I try it out?

It's very low commitment, a single executable or Docker image that you can mount with read-only access to an existing file structure, see Quick Start (also on GitHub if the website is dead).

Another one??? Why?

It's a conspiracy to increase fragmentation and increase shareholder value of big tech companies. 馃槃 Jokes aside, I think there is some space for a fast, self-contained, extremely easy to deploy solution. But mainly, it's to scratch my developer itch and I get to learn new things.

Thanks

Thanks to everyone who's been using it, contributing, and giving feedback! See also foss_photo_libraries for alternatives if this doesn't fit your needs.

Let me know what you think and what you'd like to see next! 馃檹

https://photofield.dev/Open linkView original on lemmy.world

You reached the end