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

help-circle


  • I self host a Wordpress site that mostly acts as my design portfolio.

    It’s hosted in a Debian VM on a restricted VLAN with caddy handling SSL certificates. Uptime isn’t a huge concern for me since it’s nothing mission critical. It all sits behind a free Cloudflare proxy which allows for my home IP to be hidden.

    I think as far as safety goes, I’m comfortable with this setup.












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


  • I went into Nextcloud expecting to have a terrible experience, especially with slow syncing speeds which seem to be a persistent complaint.

    I was pleasantly surprised that syncing for my 3TB dataset which is a mix of documents, design work, photography, and videos, has worked just as quickly as Syncthing and Resilio Sync on local gigabit network.

    I run Nextcloud AIO on TrueNAS SCALE in a systemd-nspawn container with ncdata bind mount from NVME and the rest of the data using External Storage plugin locally.

    I only use Nextcloud for Memories (photo app), file syncing and file sharing, so my usage of it is relatively light.