mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-18 20:43:43 +03:00
docs: updates on reverse proxy
This commit is contained in:
parent
a0937ba1ba
commit
b2b2f81b5d
|
@ -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
|
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.
|
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
|
### Container Registry
|
||||||
|
|
||||||
As container registry we make use of the [Docker Registry 2.0](https://hub.docker.com/_/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
|
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
|
## Firing Up the Forge
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue