datallboy

joined 1 year ago
[–] datallboy@lemmy.techhaven.io 3 points 1 year ago* (last edited 1 year ago) (2 children)

In the same boat. Barrier is the only software holding me back from switching to Wayland.

EDIT: Did come across https://git.sr.ht/~nickbp/nikau while searching. Looks fairly new. I'm looking for something that supports a Windows server though.

AMD is a better and newer card regardless. That would be my pick.

[–] datallboy@lemmy.techhaven.io 2 points 1 year ago (3 children)

It comes down to using secure passwords, 2 factor authentication, and updating software as soon as you can.

Check out Cloudflare's zero tier tunnel to only expose the services you need without port forwarding. Added benefit of masking your home's IP behind Cloudflare to prevent DDOS. Only downside is you need your own domain.

[–] datallboy@lemmy.techhaven.io 7 points 1 year ago (1 children)

Proxmox, Nextcloud, and Jellyfin user here. My setup separates groups of services into their own VMs. Docker is just another way to package and deploy applications by simplifying the process.

So Nextcloud and Jellyfin get their own VMs, and I deploy the applications via Docker on the separate VMs. If you want to utilize Portainer, you can deploy an agent to each of these VMs.

Lightweight applications I typically deploy to separate LXC containers. Portainer, Pi-hole, NGINX would all get separate LXC containers. You can connect to the other VM Portainer agents from the LXC Portainer server.