No More Basic Auth : htpasswd with OAuth2 Proxy

In this blog post, we are going to see how we can enable authentication based on an htpasswd file using OAuth2 Proxy. Before that, let’s discuss the problems with htpasswd + Basic Authentication. The problem What is an htpasswd File? An htpasswd...

Apisix Without etcd in Docker Compose

This blog post for running apisix without ETCD. Why❓ By default, apisix depends on etcd for storing configuration. But most of the time your upstream services are fixed. Not changed often. Then do we really need etcd for configuration. Maintain...

PixelServ using Nginx

Hope you know about pixelserv. It is a webserver which will always response 1x1 transparent gif image for all kind of requests. Mainly used in adblocking and proxy environmental. In this setup I am going to serve 1x1 pixel using nginx server....

Docker container for TOR with Privoxy

I released a docker container for TOR with Privoxy bundled together. Earlier I wrote a script (Tor Installer) to setup the TOR and Privoxy environment in a linux system. But docker is the correct tool to setup these kind of environment. Hope you...