mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-20 13:33:44 +03:00
doc(main): add info about ansible
This commit is contained in:
parent
101652eb31
commit
5a2b90db5b
14
README.md
14
README.md
|
@ -36,12 +36,20 @@ As an entry point for all components we use [Traefik](https://doc.traefik.io/tra
|
||||||
a reverse proxy. Based on URL routing it will redirect the traffic to the
|
a reverse proxy. Based on URL routing it will redirect the traffic to the
|
||||||
right container instance.
|
right container instance.
|
||||||
|
|
||||||
|
The reverse proxy dashboard is available at <https://traefik.ublue.local>
|
||||||
|
|
||||||
### Container Registry
|
### Container Registry
|
||||||
|
|
||||||
As container registry we make use of the [Docker Registry 2.0](https://hub.docker.com/_/registry/)
|
As container registry we make use of the [Docker Registry 2.0](https://hub.docker.com/_/registry/)
|
||||||
implementation for storing and distributing container images
|
implementation for storing and distributing container images
|
||||||
|
|
||||||
The container registry is available at `registry.ublue.local`
|
The container registry API is available at <https://registry.ublue.local/v2>
|
||||||
|
|
||||||
|
### Anvil
|
||||||
|
|
||||||
|
The blacksmith's work is done with [Ansible](https://docs.ansible.com/ansible/latest/index.html).
|
||||||
|
|
||||||
|
The shiny GUI is missing but this should not shy us away. See [usage](#usage) for instructions.
|
||||||
|
|
||||||
## Handling the forge
|
## Handling the forge
|
||||||
|
|
||||||
|
@ -52,3 +60,7 @@ You can use the `forge.sh` to **setup**, **heat-up** and **cool-down** the forge
|
||||||
| `./forge.sh setup` | Setup the forge for the first time or update existing setup |
|
| `./forge.sh setup` | Setup the forge for the first time or update existing setup |
|
||||||
| `./forge.sh heat-up` | Start the forge |
|
| `./forge.sh heat-up` | Start the forge |
|
||||||
| `./forge.sh cool-down` | Stop the forge |
|
| `./forge.sh cool-down` | Stop the forge |
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
..tbd...
|
||||||
|
|
Loading…
Reference in a new issue