Configuring Cloudflare and Nginx

Configuring Cloudflare and Nginx

These are the two common optimizations for Nginx configuration when combined with Cloudflare. First is to resolve the client IP address from the HTTP header of the proxied request and the second - to block all clients trying to access the webpage by skipping Cloudflare.
Combining the two is tricky, however.... Continue reading

Crossdev build environment for Raspberry Pi Pico on Gentoo

Crossdev build environment for Raspberry Pi Pico on Gentoo

The Gentoo wiki page on Crossdev is lacking some essential details for me, and after naturally emerge-ing the package, then trying to create the repository it would always error with hardly documented information.... Continue reading