I thought that it might be a good idea to have a local (well, on my local network) copy of Wikipedia, and some other bits. The go-to tool for this seems to be kiwix, and that’s what I used, running on a Raspberry Pi. The gist was: add a fresh 1TB SSD to the Raspberry Pi add some content for kiwix install kiwix and create a library file put an nginx proxy in front of it (for TLS termination) Adding a 1TB SSD to the Raspberry Pi I created a mount point: mkdir -p /media/1TB Using lsblk -f to g...