I’ve been a Software Engineering Student for 2 years now. I understand networks and whatnot at a theoretical level to some degree.

I’ve developed applications and hosted them through docker on Google Cloud for school projects.

I’ve tinkered with my router, port forwarded video game servers and hosted Discord bots for a few years (familiar with Websockets and IP/NAT/WAN and whatnot)

Yet I’ve been trying to improve my setup now that my old laptop has become my homelab and everything I try to do is so daunting.

Reverse proxy, VPN, Cloudfare bullshit, and so many more things get thrown around so much in this sub and other resources, yet I can barely find info on HOW to set up this things. Most blogs and articles I find are about what they are which I already know. And the few that actually explain how to set it up are just throwing so many more concepts at me that I can’t keep up.

Why is self-hosting so daunting? I feel like even though I understand how many of these things work I can’t get anything actually running!

    • Ieris19@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      I’ve read that repo a million times! My self-hosting needs are more esoteric and I mostly play around with it. I’ve no need for media services or 90% of what that repo offers yet!

      I mostly want to end up self-hosting my own apps, but I need some foundational knowledge

      • cardboard-kansio@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Then maybe start by hosting things you don’t really need. Host a single media file, but so so with every single service you can think of. Can you access the file internally? Externally? On browser? Dedicated app? Via SSH? With a VPN? Did you host your own VPN?

        You just need to learn to approach practical problems that are common, and then adapt what you learned to your other needs. These are how most of us have grown and learned.

      • Osni01@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Based on your OP and a few of your answers, it looks like you’re struggling with setting up too many things together, when in reality some of them are meant to be a foundation and /or are required to move on to the next sparky thing in the awesome list.

        You mentioned “Reverse proxy and VPN bullshit” in your OP. Start with setting up your internal DNS (Pi-hole and Adguard are good examples that work mostly out of the box). Once you’re confortable with managing internal DNS, and only then, start messing around with reverse proxy.

        And like you realized a few posts up, pretty much “every” Pi-related software can be run in a regular computer. If you’re not yet familiar with virtual machines, do some research on Proxmox and the likes and it will benefit you immensely.