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

help-circle
















  • 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.