From 85c9f29c1ef805e54db005d85224fa9845f6da32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Mon, 1 May 2023 16:30:14 +0000 Subject: [PATCH] docs: updates --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a92dede..9917880 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ On-premises Universal Blue This repo is intended to provide the service units necessary to set up a self-hosted OS forge for custom images. +> **Warning** +> This project is "work in progress" and not ready for production + ## Vision Imagine something like a home lab or a university lab: @@ -40,6 +43,18 @@ 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. + ## Firing Up the Forge -To heat up the forge run `podman play kube forge-pod.yml --build`. +To heat up the forge run `./setup.sh`.