this post was submitted on 17 May 2025
179 points (99.4% liked)
Solarpunk
6970 readers
27 users here now
The space to discuss Solarpunk itself and Solarpunk related stuff that doesn't fit elsewhere.
Join our chat: Movim or XMPP client.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It says it's a static website on postmarketos. So, I'm guessing... some Apache server?
... but you could probably use something like termux to do something similar if postmarketos doesnt work on your phone for any reason.
It's nginx according to the response headers.
Do you think that's not just the reverse-proxy (for the ssl certificates)? Can you just serve a homepage via nginx? I'm guessing you could simply redirect into a webroot dir with html files, but is it practical?
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.
TIL