What’s more solarpunk than using old hardware destined for the dump to host a cool website?

    • Prunebutt@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Do you think that’s not just thereverse-proxy (for the ssl certificates)? Can you bust serve a homepage via nginx? I’m guessing you could simply redirect into a webroot dir with html files, butis it practical?

      • The_Decryptor@aussie.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        14 days ago

        nginx is a very capable web server by itself, the reverse proxy is just one small part of it.

        Without more information I’m just guessing, but they’re probably running the whole thing on-device, the CPU in that phone should have hardware cryptography support (For AES), but even ChaCha is pretty efficient in software on chips like that.