Milkyway is the codename for an ongoing project in which I completely rebuild my web server from scratch. ## Why? The infrastructure hosting my web server is pretty old all things considered and was built originally to offload the task of hosting images from my old desktop computer onto something that isn't completely dependent on my own internet connection. It was originally purchased in 2020, and a lot has changed since then. A complete rebuild of the web server is in order due to security concerns. ## What is different so far? Milkyway aims to be independent from external pieces of software like PHP, only relying on the Caddy web server, and only to actually properly serve the files in question. I completely stripped out the legacy PHP code from the original pages for this very reason.