I’m considering a business plan for people getting in to self-hosting. Essentially I sell you a Mikrotik router and a refurbished tiny x86 server. The idea is that the router plugs in to your home internet and the server into the router. Between the two they get the server able to handle incoming requests so that you can host services on the box and address them from the broader Internet.

The hypothesis is that $150 of equipment to avoid dozens of hours of software configuration is a worthwhile trade for some customers. I realize some people want to learn particular technologies and this is a bad fit for them. I think there are people out there that want the benefit of self-hosting, and may find it worth it to buy “self-hosting in a box”.

What do you think? Would this be a useful product for some people?

  • JaggedRobotPubes
    link
    English
    67 days ago

    If I don’t have to fail to understand another “Docker’s not that bad | complete beginners’ tutorial” video, I’d sign up.

    Although any commercial business will be dead or the new problem to avoid in 15 years.

    • @[email protected]
      link
      fedilink
      English
      47 days ago

      Docker’s secret that most “getting started” tutorials seem to miss is docker-compose.yml. Who wants to type these long-ass commands to start containers? I always just create a compose file, and then docker compose up -d.

      Dockerfile is for developers, you shouldn’t need more than a docker-compose.yml for self-hosting stuff.

    • @EliRibbleOP
      link
      English
      17 days ago

      Although any commercial business will be dead or the new problem to avoid in 15 years.

      This sounds like an interesting point, could you expand it a bit? Are you saying that there’s no way this kind of business will last that long, or if it does it’ll become something bad?

    • @Opisek
      link
      English
      17 days ago

      Do you still need help with docker?