I decided to run proxmox on my homelab rather than having a k8s setup, and I've come to sort of regret it. LXCs are awesome, but being bound to just them or qemu VMs doesn't fit all of my needs. With Kubernetes I could just add support for lightweight VMs (Firecracker hypervisor, or unikernels or something) with a project like Kata. Proxmox is just not extensible. It's also just not amenable to automation or reproduc…
Different technologies are for different approaches and applications. It's relatively trivial to use the pve command line utility to create or modify vms in proxmox. Still, the originating reason of this post is due to a large number of useful scripts to help make things more manageable and maintainable, and the founder of it having to step away, and there being gratitude for their help to make things much more manag…
Show HN: Proxmox VE Helper Scripts
21–30 of 90 posts
Re: Show HN: Proxmox VE Helper Scripts
#22Along with the submitter, I am also on the team of maintainers who volunteered to help with maintenance of this project after tteck's sad news that they were entering hospice (1). The team members are all motivated individuals, who are enthusiastic on carrying on tteck's legacy. We are moving forward in a transparent manner and I am more than happy to answer any questions. (1) https://news.ycombinator.com/item?id=420…
I only recently went down the homelab/selfhosted path and the majority of my containers were setup using tteck's scripts.
Re: Show HN: Proxmox VE Helper Scripts
#23I have been using a combination of docker and lxc/lxd to manage my VMs. But, cockpit (on ubuntu) does not give me a perfect experience for managing running VMS, etc.
I wish there was a good solution for all of this. But, it feels like you need to cobble together a bunch of kibana tools to get true monitoring.
Re: Show HN: Proxmox VE Helper Scripts
#24Am I right that proxmox takes over your entire machine? I have been using a combination of docker and lxc/lxd to manage my VMs. But, cockpit (on ubuntu) does not give me a perfect experience for managing running VMS, etc. I wish there was a good solution for all of this. But, it feels like you need to cobble together a bunch of kibana tools to get true monitoring.
Re: Show HN: Proxmox VE Helper Scripts
#25Am I right that proxmox takes over your entire machine? I have been using a combination of docker and lxc/lxd to manage my VMs. But, cockpit (on ubuntu) does not give me a perfect experience for managing running VMS, etc. I wish there was a good solution for all of this. But, it feels like you need to cobble together a bunch of kibana tools to get true monitoring.
I tried TrueNAS but it's very rigid. Proxmox seems to give you more control over what's installed on the server but it's also quite locked down. Don't remember exactly what was it that pushed me off Proxmox. I think it was that I needed to manage some VMs over LXD API and others over proxmox and I couldn't mix and match, I had to choose one without extra hacks.
Re: Show HN: Proxmox VE Helper Scripts
#26I decided to run proxmox on my homelab rather than having a k8s setup, and I've come to sort of regret it. LXCs are awesome, but being bound to just them or qemu VMs doesn't fit all of my needs. With Kubernetes I could just add support for lightweight VMs (Firecracker hypervisor, or unikernels or something) with a project like Kata. Proxmox is just not extensible. It's also just not amenable to automation or reproduc…
Different technologies are for different approaches and applications. It's relatively trivial to use the pve command line utility to create or modify vms in proxmox. Still, the originating reason of this post is due to a large number of useful scripts to help make things more manageable and maintainable, and the founder of it having to step away, and there being gratitude for their help to make things much more manag…
Also makes it very quick to try out an application, arguably less time than even docker.
Re: Show HN: Proxmox VE Helper Scripts
#27Along with the submitter, I am also on the team of maintainers who volunteered to help with maintenance of this project after tteck's sad news that they were entering hospice (1). The team members are all motivated individuals, who are enthusiastic on carrying on tteck's legacy. We are moving forward in a transparent manner and I am more than happy to answer any questions. (1) https://news.ycombinator.com/item?id=420…
Oh wow, this is truely sad news. I only recently went down the homelab/selfhosted path and the majority of my containers were setup using tteck's scripts.
Incredibly sad. It’s a real testament to tteck that he took the time to transition the project, and make his wishes known how he wanted us to proceed. Tteck is a legend.
Re: Show HN: Proxmox VE Helper Scripts
#28I’ve just built my first homelab and have favored OpenMediaVault which seems better suited for my use.
Re: Show HN: Proxmox VE Helper Scripts
#29I have been looking into setting up my first Proxmox box, here is my take as a newcomer. I wanted to do what I think is a very basic and very common setup: Modem > proxmox box > OPNsense VM > physical wifi router via onboard 10Gb NIC + internal network VMs like OMV etc. The goal is to add a full network filter via OPNsense, and allow access to a media sever and backup etc from the internal network. I see no OPNsense,…
I'm confused by what you mean here? Don't they just use the network like any other computer?
I haven't had to do any special configuration to get my VMs to talk to each other.
Re: Show HN: Proxmox VE Helper Scripts
#30I decided to run proxmox on my homelab rather than having a k8s setup, and I've come to sort of regret it. LXCs are awesome, but being bound to just them or qemu VMs doesn't fit all of my needs. With Kubernetes I could just add support for lightweight VMs (Firecracker hypervisor, or unikernels or something) with a project like Kata. Proxmox is just not extensible. It's also just not amenable to automation or reproduc…