Serving a website on a Raspberry Pi Zero running in RAM
1–10 of 107 posts
Re: Serving a website on a Raspberry Pi Zero running in RAM
#2Re: Serving a website on a Raspberry Pi Zero running in RAM
#3A raspberry zero is more powerful than an enterprise server from the 1990s. A minimalist static website is not impressive. You can fit way more in there.
Re: Serving a website on a Raspberry Pi Zero running in RAM
#4A raspberry zero is more powerful than an enterprise server from the 1990s. A minimalist static website is not impressive. You can fit way more in there.
Re: Serving a website on a Raspberry Pi Zero running in RAM
#5A raspberry zero is more powerful than an enterprise server from the 1990s. A minimalist static website is not impressive. You can fit way more in there.
The point of failure for all of these machines has been the SD card. They seem to last 4 years almost to the day. I suppose if I set up a RAMdisk they might last longer, but honestly, for the price of an SD card it’s not really worth my time.
Re: Serving a website on a Raspberry Pi Zero running in RAM
#6A raspberry zero is more powerful than an enterprise server from the 1990s. A minimalist static website is not impressive. You can fit way more in there.
Hey, it loads! Unlike ~10% of pages on first page of HN, hugged to death.
Re: Serving a website on a Raspberry Pi Zero running in RAM
#7Re: Serving a website on a Raspberry Pi Zero running in RAM
#8So while the content is in RAM on the Pi, a lot of the heavier lifting (TLS termination) is done elsewhere, which saves a ton of CPU load on the Pi.
Re: Serving a website on a Raspberry Pi Zero running in RAM
#9I found a fun bug with it a couple years ago: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
It is still able to build software faster than it is released. It takes roughly a month to recompile the entire system :D
Re: Serving a website on a Raspberry Pi Zero running in RAM
#10- R-Pi Zero W
- Sixfab UPS hat
- Sixfab Cellular IoT App Shield
- R-Pi model 1B
With all this I should be able to make a multiply redundant always-on bastion host. It's awesome that alpine supports the armhf stuff, many OSes have dropped 32bit support entirely.