youmaynotknow

  • 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2025

help-circle





  • This is what my central hardware looks like.

    I will take some time this afternoon and edit this same post with my current setup in terms of host systems, network configuration and how they work with each other.

    It would be great if some of us did this too. Could be the starting point for some newcomers, as well as a great source for the ones that already have working setups ro find other options that could potentially make things better as well.

    Thanks for suggesting this, I’m in.







  • I see so many here with the argument of 'I already have a life time pass, so this increase doesn’t affect me". And in all honesty, that’s a mostly logical take on this if you already have it.

    However, the signs are clear. This is a first step. I don’t believe (and I’m very aware I could be wrong) for a second that the executives are actually expecting people to grab a pass for 750 dollars, but they expect a minimum amount of people to go ahead and do it anyway. Once they see this conversation is dying down, and that no money is coming in on that end, they will switch to another method of getting money (the investors need their money, right?).

    From there, the sky’s the limit. Charge extra if your instance has more than 3 users, or charge the users that are not you. Cap your quality at 720p unless you fork over 2 dollars per month. Pay for this new AI feature that is not included in your pass. Pay to disable this AI feature that was forced into your pass.

    For pass holders there is no problem with this increase, it’s what invariably happens when companies start moving towards the money grab path.

    We’ll just watch from the sidelines and will be here to help you migrate once (not if) these things happen.



  • So, in my case at least, having services spread across LXC containers and VMs, instead of various dockers stacks directly under on host, allows me to provide each service with its own internal IP address as opposed to having to worry about setting up 2 services with the same port because I can’t remember I was already using that port. It’s just cleaner that way.

    Additionally, I get to create containers with the specific needs for each service to run comfortably.

    It also allows for easier deployment and testing without much danger of ruining the host in something like CasaOS for example. If I have to make some adjustments to the host machine to make a docker stack run better, have more accesses, etc., I can have at it without fear that those changes could affect other docker stacks in the same host, because all hosts are contained.

    Then there’s the ease of management and deploying fully functional services with one line in the CLI of the host.

    After running UnRaid, OMV, CasaOS and a few others, Proxmox has been the one system that is just so intuitive that I don’t really have to think about it much. For the most part, deployments of pretty much anything just work.