From b2b2f81b5d8201b3b90ee0bcc1844a5887056047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Fri, 28 Apr 2023 18:03:25 +0000 Subject: [PATCH] docs: updates on reverse proxy --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index beae138..a92dede 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,18 @@ We use a [Minica](https://github.com/jsha/minica) as simple CA to generate a key pair and a root certificate for `*.ublue.local`. The wildcard certificate is then made available to all other components and are valid for 2 years and 30 days. +### Reverse Proxy + +As an entry point for all components we use [Caddy](https://caddyserver.com/) as +a reverse proxy. Based on URL routing it will redirect the traffic to the +right container instance. + ### Container Registry As container registry we make use of the [Docker Registry 2.0](https://hub.docker.com/_/registry/) implementation for storing and distributing container images -The container registry is available at `registry.ublue.local:9001` +The container registry is available at `registry.ublue.local` ## Firing Up the Forge