doc(main): update info about reverse-proxy change

This commit is contained in:
Stephan Lüscher 2024-04-29 11:03:50 +00:00
parent 742f74eec2
commit 3a9b6d162f
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -32,7 +32,7 @@ then made available to all other components and are valid for 2 years and 30 day
### Reverse Proxy
As an entry point for all components we use [Caddy](https://caddyserver.com/) as
As an entry point for all components we use [Traefik](https://doc.traefik.io/traefik/) as
a reverse proxy. Based on URL routing it will redirect the traffic to the
right container instance.
@ -43,24 +43,12 @@ implementation for storing and distributing container images
The container registry is available at `registry.ublue.local`
### WebUI
As a WebUI we use [Ansible Semaphore](https://www.ansible-semaphore.com/).
The WebUI is available at `forge.ublue.local`
You can use the the user `ublue` and password `ublue` to login.
> **Warning**
> At the moment there's only a dummy project included. Tasks for real life usage
> will be included soon.
## Handling the forge
You can use the `forge.sh` to **setup**, **heat-up** and **cool-down** the forge.
| Command | Description |
| ---------------------- | -------------------------------------------- |
| `./forge.sh setup` | Setup the forge for the first time or update |
| `./forge.sh heat-up` | Start the forge |
| `./forge.sh cool-down` | Stop the forge |
| Command | Description |
| ---------------------- | ----------------------------------------------------------- |
| `./forge.sh setup` | Setup the forge for the first time or update existing setup |
| `./forge.sh heat-up` | Start the forge |
| `./forge.sh cool-down` | Stop the forge |