From b569227f2f8cea061ce07b16cf1275ea15c5fd8c Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 7 Jan 2019 13:45:49 +1000 Subject: [PATCH] Nginx Proxy Manager - A useful reverse proxy for those who prefer web interfaces to console scripts - Helps lower the barrier for entry to self hosted SSL sites - Project page contains clear installation instructions and screenshots --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fed98c..4bdb63d 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Let's Encrypt Nginx-proxy Companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) - A lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically. By [@JrCs](https://github.com/JrCs) - [muguet](https://github.com/mattallty/muguet) - DNS Server & Reverse proxy for Docker environments. By [@mattallty](https://github.com/mattallty) - [nginx-proxy][nginxproxy] - Automated nginx proxy for Docker containers using docker-gen by [@jwilder][jwilder] +- [Nginx Proxy Manager](https://github.com/jc21/nginx-proxy-manager) - A beautiful web interface for proxying web based services with SSL. By [@jc21](https://github.com/jc21) - [Swarm Ingress Router](https://github.com/tpbowden/swarm-ingress-router) - Route DNS names to Swarm services based on labels. By [@tpbowden](https://github.com/tpbowden/) - [Swarm Router](https://github.com/flavioaiello/swarm-router) - A «zero config» service name based router for docker swarm mode with a fresh and more secure approach. By [@flavioaiello](https://twitter.com/flavioaiello) - [Træfɪk](https://github.com/containous/traefik) - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By [@EmileVauge](https://github.com/emilevauge)