I’d like to have my own server at home sorta like a home AWS.

How to set up one and make it available to anyone over the Internet? What tech specs should I buy (RAM, CPU, # of cores, operating system, etc.)?

How much does it cost to keep one running all the time?

  • thefactremains@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    8 months ago

    If OP wants to expose it to the public, tailscale isn’t an option. Cloudflare tunnels is the way to go.

    • Lunch@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      2
      ·
      8 months ago

      Tailscale Funnels expose whatever service you have running to the public. I personally use this, so yes, it is an option.

      • PlexSheep@feddit.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        Are these part of the official tailscale protocol? Do you have a link to documentation or something?

        • lemmyvore@feddit.nl
          link
          fedilink
          English
          arrow-up
          8
          ·
          edit-2
          8 months ago

          https://tailscale.com/kb/1223/tailscale-funnel/

          It’s like a reverse exit node. Tailscale sets up a DNS domain for you and directs TCP connections (encrypted) to your designated node.

          The big downside is that they only offer the use of their own (sub)domains and you use their HTTPS certificates, you can’t use your own domains/own certs.

          Edit: it may be possible to forgo the use of their certs and instead set up a CNAME record in your DNS that points at the funnel node’s address, and add your own certs (for your domain) in a reverse proxy running on the node. I haven’t tried.

          • PlexSheep@feddit.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            8 months ago

            I’m personally using headscale, would be interesting to see if they have that. I guess I can also reverse proxy from my vps into my tailnet.

            Thanks !