• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle


  • Each year I seem to think “this will be the year I set up IPv6 in my homelab” - but then I never get around to it.

    If I have to run both v4 and v6 concurrently, there isn’t much incentive/motivation for me to use v6 locally.

    Maybe I’ll get around to it when there’s a net benefit for me for my use case, or when I’m forced to.

    Am I just imagining it to be more complicated than it actually is?

    My router runs pfsense and I have 6 VLANs each with its own subnet - Management, Trusted, IoT, Cameras, Guest, and Web Facing Servers.



  • skittlebrau@lemmy.worldtoSelfhosted@lemmy.worldImmich public roadmap
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    20 days ago

    Can you view an external library using your own folder structure and not in a timeline display? I was under the impression Immich can’t do that, at least not without manually creating them all as separate albums or by using a script.

    Eg.

    I have photos from the last 30 years stored in this type of folder structure:

    2002

    • 2002-06-23 Mum’s birthday party — 2002-06-23 Mum’s birthday party-0001.TIF

    I’m less interested in using it for photo backup since I’d prefer not to use an automated tool since I curate everything in my library so that it stays organised - I’m looking for something for viewing/displaying and sharing.













  • Did you try out Nextcloud AIO instead of setting it up manually?

    I agree that NC has a lot of problems. It’s a good example of an application that tries to do everything and unsurprisingly doesn’t do many things truly well. With that said, I was surprised that NC AIO ran well for me despite the horror stories of NC I’d always read. I’ll keep using it for now, but I could easily switch back to using Resilio Sync, File Browser, and Photoprism.

    My main problems with Syncthing is that there’s no official iOS client and that there’s no easy selective sync (Resilio can do this) - using ignorelists gets annoying if you’ve got a large folder structure and many files/folders that you selectively need to sync.




  • Not OP, but I run Docker in LXC because my Proxmox host is an Intel NUC and I only have one graphics card (integrated).

    I don’t want to passthrough the iGPU to a VM because then I lose video output for the host. I also don’t want to use SR-IOV for iGPU because it’s buggy and results in garbled output for HDR content. That’s why, in my case, Docker in LXC makes sense.

    Obviously if I had a choice, I would prefer to do Docker in a VM with a dedicated GPU passed through.

    I’ve done Docker in LXC for about a year and it’s been fine. Not perfect and not as secure as a VM, but it suits my homelab.