Explore >> Select a destination


You are here

niemczuk.tech
| | rajkumaar.co.in
5.2 parsecs away

Travel
| | It was during COVID-19 that I thought of buying a Raspberry Pi 4, purely out of boredom.
| | www.hallada.net
5.2 parsecs away

Travel
| | I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments.
| | joshuarogers.net
5.2 parsecs away

Travel
| | Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre...
| | holzer.online
36.1 parsecs away

Travel
| Thoughts on topics like software engineering, web development, blogging and the web in general