Tag: reverse proxy

  • MinIO – Small MinIO Deployment with NGinx Reverse Proxy

    MinIO – Small MinIO Deployment with NGinx Reverse Proxy

    Deploying a small MinIO deployment with Nginx as a reverse proxy is a simple process that can be done in a few steps. This tutorial will guide you through the process of deploying MinIO with Nginx as a reverse proxy on a Linux system. Step 1: Install and configure NginxThe first step is to install…

  • Docker – TLS/SSL Reverse Proxy For Docker Notary Server

    Docker – TLS/SSL Reverse Proxy For Docker Notary Server

    Docker Notary Server is necessary for applying proper Docker DCT. But the support for applying your own TLS/SSL Certificate is.. shall we say.. ancient. Sure, you can supply your own certificate, docker-compose build, docker-compose up -d aaaaand.. Docker Notary Server is running with the supplied certificate, generated with LetsEncrypt, valid for.. three months.. Here’s how…

  • Docker – Simple Registry Web UI With Docker-Registry-UI From Joxit

    Docker – Simple Registry Web UI With Docker-Registry-UI From Joxit

    Hosting your own Docker registry is great, it’s just that… It’s pretty anonymous. You don’t really get to see how many images you have, or their tags, or image digests etc. Unless you want to send manual GET requests via CURL, you can use joxit/docker-registry-ui. Add the following to “ui service” to your existing registry…