From 0d229ee8568a8d4f9e1081f3fda8bf760d8462ac Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 27 Oct 2022 11:49:56 +0000 Subject: [PATCH] Update 'README.md' Initial documentation. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90d8c44..e3e9991 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # About the proxy deployment project -It is a pilot project idea running deployment in a microservice. -The meta data frontend proxy is a web related gateway to reach backend services from the public internet via http/https. +It is a pilot project idea running deployment in a microservice platform. +The metadata frontend proxy is a web related gateway to reach backend services from the public internet via http/https. The proxy service is complex and has many parameters to configure by users. There is two important parts +- public proxy service (1 haproxy loadbalancer and 2 haproxy backend proxies) +- smarthost proxy service (1 haproxy loadbalancer and 2 nginx backend proxies with builtin SSL certificates termination processes) + +All the proxies support the proxy protocol which is mandatory but not needed any configuration settings from the backend www services or another services also. + +docker run --rm -ti -v /root/.ssh/installer:/root/.ssh/id_rsa -e SMARTHOST_PROXY=yes -e PUBLIC_PROXY=yes -v /etc/user/:/etc/user/ -v /etc/system/:/etc/system/ -e LETSENCRYPT_MAIL=noreply@galaxis.xyz deployment-tool +