From 3a9b6d162fe7f6009fbef3ff845034e2b303abd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Mon, 29 Apr 2024 11:03:50 +0000 Subject: [PATCH] doc(main): update info about reverse-proxy change --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 927a69c..cb53e5a 100644 --- a/README.md +++ b/README.md @@ -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 |