-
Setting Up Reverse Proxy and Automated SSL with Docker Compose
A reverse proxy is a type of proxy server that sits behind the firewall in a private network and directs client requests to the appropriate backend server. Why would you use such a setup? Well, for several reasons. The reverse proxy hides the identity of the servers behind it and presents its own IP address…
-
Setting Up Docker on my Server
If you visit my old website, you’ll be greeted by a welcome page. As an amateur Linux operations engineer, I sometimes do stupid things like accidentally deleting things without a backup. This post is basically a guide for my future self in case I break my server again.