• 1 Post
  • 4 Comments
Joined 2 months ago
cake
Cake day: August 18th, 2025

help-circle
  • majoru@feddit.orgOPtoSelfhosted@lemmy.worldSSDs for long term storage
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 days ago

    It hurts me too, to have no better use for them. I just have no hardware with enough PCI lanes to connect a significant number of them.

    I should have mentioned that I have various other backups (including Hetzner Storage Boxes and continously spinning enterprise HDDs).

    I just wanted to use them to store “another copy” because I have no other idea how to use them.



  • Former Immich dev here:

    Even in the early days, we got hundreds of different feature requests that “can be done easily”. Even this example is a lot harder than you might think.

    • Since all clients work differently, this probably has to be done server-side, requires a new endpoint, caching logic, client support.
    • Immich supports a ton of file formats, the solution has to work with all of them.
    • We must not lose meta data, quality or alter the image in some other way, Immich is a backup tool, file integrity is a top priority.

    If you have an idea, how to tackle all of this, contact the dev team on Discord, they’re really helpful and will surely guide you through the process of implementing.



  • I was one of the first Immich core developers but had to leave a year ago due to a change in my job situation.

    Just wanted to say that the team (especially Alex, the founder) are wonderful people and very dedicated to the project. When they don’t implement the features everyone wants, there is usually a very good reason, like security or architectural concerns. The philosophy behind the project is also to do things slowly but right.

    I believe they continue focussing on robusness and bugfixing. A topic that we discussed a lot was e2e encryption. We really wanted to implement that, but it was very hard and back then would have compromised performance too much. I still think that e2e encryption will come at some point.