mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-20 13:33:44 +03:00
docs: updates
This commit is contained in:
parent
ff7a673500
commit
85c9f29c1e
17
README.md
17
README.md
|
@ -5,6 +5,9 @@ On-premises Universal Blue
|
||||||
This repo is intended to provide the service units necessary to set up a
|
This repo is intended to provide the service units necessary to set up a
|
||||||
self-hosted OS forge for custom images.
|
self-hosted OS forge for custom images.
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
|
> This project is "work in progress" and not ready for production
|
||||||
|
|
||||||
## Vision
|
## Vision
|
||||||
|
|
||||||
Imagine something like a home lab or a university lab:
|
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`
|
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
|
## 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`.
|
||||||
|
|
Loading…
Reference in a new issue