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`.