I want to host my website in my raspberry pi, I’ve read that I would need a web server software for this. Which one do you recommend? It won’t be a complex website.

  • @[email protected]
    link
    fedilink
    English
    -81 year ago

    Hosting personal websites on your own hardware is such a pain, and I would imaging doing it on a rpi would be even more of a pain than on x86 architecture. If at all an option I’d recommend hosting on something like github pages or better still on a VPS.

    • @railsdev
      link
      English
      6
      edit-2
      11 months ago

      deleted by creator

      • @[email protected]
        link
        fedilink
        English
        01 year ago

        Ah OK, I might have assumed wrong then that running a server on ARM is a little trickier. Never done it. Only ever used nginx for my websites on my VPS. Don’t want to deal with the security and uptime headaches of running my websites on my home server.

        • kglitch
          link
          fedilink
          3
          edit-2
          1 year ago

          I was a bit nervous about this too but I just set up a kbin instance on ARM (nginx, php, postgres, redis, and more) and didn’t notice any difference. Totally straightforward. And the VPS costs half as much as the x86 equivalent from the same host.

    • @[email protected]OP
      link
      fedilink
      English
      41 year ago

      Well thanks, I guess. But do you have a recommendation? I’m sure a simple website won’t cause any problems on a raspberry pi.

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        The main issue is not the website itself, but opening your network to be reachable from the internet in a safe way.

        • metaStatic
          link
          fedilink
          31 year ago

          and sometimes you literally can’t. see CG-NAT, something my ISP is doing, so fuck me right.

          • Meow.tar.gz
            link
            fedilink
            21 year ago

            Yeah CGNAT makes things a pain in the ass but it’s not a show stopper. Get a cheapie cloud VPS and install NGINX Proxy Manager (NPM) on it. Then do a WireGuard tunnel between your server and the cloud VPS. Problem solved. Or you could use Cloudflare tunnels but I wouldn’t recommend that.

    • orcrist
      link
      fedilink
      21 year ago

      I hosted websites on my own hardware for 20 years and it worked out well Recently I’ve been using a VPS, and that has many benefits and drawbacks. Is it worth paying for the VPS? Maybe. That all depends on your situation.

      • @[email protected]
        link
        fedilink
        3
        edit-2
        1 year ago

        I run 4 websites on my one VPS, and 2 websites on another more restricted cloud container service. Three wordpress, one DICOM server and viewer (radiology image database), one moodle, and one complex git mediawiki setup. Plus some sandbox stuff. Get about 10,000 unique views a day in total across all sites.

        I don’t know enough about network security to run that safely nor how to get great uptime at home as I run it all single handed and my day job has little to do with computers (am a medical doctor). I do expose some docker apps to the internet that run on my home server but they are only used by friends and family.

        When I’ve needed temporary simple static web pages I’ve used jekyll on github pages and found it great.

    • Meow.tar.gz
      link
      fedilink
      English
      11 year ago

      How so? I’ve been doing it for 6 months or so now without issue.