Live data from Hacker News

Scripts for Streamlining Your Homelab with Proxmox VE

tteck.github.io

61–70 of 113 posts

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#61
post #27
post #14

Earlier quoted context omitted.

You really should have different physical hardware for such different use-cases.

Why? I find having a single capable hypervisor hosting VMs far more reliable than a bunch of smaller machines.

Maybe running a firewall on dedicated hardware so the internet doesn't drop if you reboot the hypervisor.. but even then I just live with that and run pfSense in proxmox.

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#62

Earlier quoted context omitted.

Yeah, all done as blind execution of remote code. Bleh.

yes, but come on: you download it and quickly check yourself

Not really that simple. All the scripts there curl|bash more scripts. If you want to audit the contents you’ll have to follow quite a few.

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#63

The actual scripts: https://github.com/tteck/Proxmox After poking at a couple of these, they seem like they're 50% shiny packaging and 50% one-liner bash commands.

[flagged]

Do you know how to join copper pipes? The difference between PEX and PVC? The various pipe fittings and their benefits/costs/tradeoffs? Do you know how high a pipe can rise before you need to add additional pumping?

I'm pretty sure you turn the faucet on, and expect drinkable water to come out, without thinking of what's going on between the source of the water and your sink.

Yet, anyone, given the right motivation, can use and learn all those pieces and parts, and make use of them at whatever competency level they have. You can even make a soccer goal net with PVC.

There is room (and need) in the world for all people to explore, geek out, and use these details. And the people who are passionate about these details, and the intermediate pieces should be cherished, because they are the ones that will understand and fix the intermediary pieces when they break.

Sometimes, making money is not the goal.

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#64
Proxmox is awesome. I use it for my router and a bunch of servers. [1] it is so nice to be able to take a snapshot, update opnsense and go back if something fails.

It's working so well I now have too many vms and need to get a bigger disk.

[1] https://sschueller.github.io/posts/wiring-a-home-with-fiber/

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#65

I don't see anything on cloud-init (did I miss some link?) while it works perfectly in Proxmox, see https://pve.proxmox.com/wiki/Cloud-Init_Support

Although its supported, its not well documented enough to be a good way to learn about cloud-init in my experience. I tried configuring a K3's cluster across three proxmox nodes via cloud-init to get some exposure to it and eventually gave up and just configured them manually

I had the same issue at the beginning, and unfortunately stopped on it for over a year: then I went back and got it and now I cannot think of provisioning a VM by hand anymore

Have a look at this script for example https://github.com/francescor/swarm/blob/main/create_swarm_v... which is the "proxmox" side of cloud-init, that then load an ordinary cloud-init https://github.com/francescor/swarm/blob/main/cloud-init/clo...

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#66
post #12

Slightly off topic: I’m setting up a home server on a Mini PC that has Windows 11 Pro pre-installed. I want to attach it to my TV and play retro games as well as run home automation tasks (periodic scripts, UniFi controller, Pihole etc) Is anyone using Proxmox on their homelabs? Would you recommend blowing away Windows and installing Proxmox and then install Windows with PCIE passthrough?

If the pc is beefy enough (win 11 pro runs smoothly) just go with the included hyper-v. Imho you don’t get any benefits installing proxmox on bare metal in this scenario. YMMV of course

In that case, simply running Linux + KVM or VirtualBox would better

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#68
post #12

Slightly off topic: I’m setting up a home server on a Mini PC that has Windows 11 Pro pre-installed. I want to attach it to my TV and play retro games as well as run home automation tasks (periodic scripts, UniFi controller, Pihole etc) Is anyone using Proxmox on their homelabs? Would you recommend blowing away Windows and installing Proxmox and then install Windows with PCIE passthrough?

Install Linux. Don't use Windows, if you are not forced to do it

Re: Scripts for Streamlining Your Homelab with Proxmox VE

#70
post #59

I don't see anything on cloud-init (did I miss some link?) while it works perfectly in Proxmox, see https://pve.proxmox.com/wiki/Cloud-Init_Support

Using cloudinit in proxmox is godsend. I can spin up a fresh linux vm and login with my ssh key (and ansible) in less than a minute.

exactly!

I try to do everything without Ansible: cloud-init is pretty powerful, too, but I am reaching the 64k limit, so sooner then later will go "back" to Ansible.

Post reply on HN