mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 16:55:45 +03:00
docs: add and enhance documentation for gui, setup and usage (#34)
This commit is contained in:
parent
4f2130bcce
commit
4df5d1667e
8 changed files with 225 additions and 79 deletions
36
docs/gui.md
Normal file
36
docs/gui.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Usage with GUI
|
||||
|
||||
We have simple UI available at <https://forge.ublue.local>.
|
||||
|
||||
## Navigation
|
||||
|
||||
For navigation you can use the navigation bar on the top left.
|
||||
|
||||

|
||||
|
||||
### Home
|
||||
|
||||
Currently nothing to see here. The goal is to display some
|
||||
general information here. Links to documentation and important
|
||||
news etc.
|
||||
|
||||
### Ansible
|
||||
|
||||
Here you can load your forge [configuration](./index.md#configuration) file from the data store,
|
||||
clone projects and build container images. The buttons should be self explanatory.
|
||||
The "Deploy VM" button is currently a mock-up, sorry :wink:
|
||||
we are [working](https://github.com/ublue-os/forge/issues/35) on it.
|
||||
|
||||

|
||||
|
||||
### Registry
|
||||
|
||||
Currently nothing to see here. The goal is to display some
|
||||
information about the docker registry <registry.ublue.local> here.
|
||||
Like a list of all available images you have uploaded etc.
|
||||
|
||||
### About
|
||||
|
||||
Currently nothing to see here. The goal is to display some
|
||||
information here about the software and versions used in this project
|
||||
and maybe some acknowledgments etc.
|
Loading…
Add table
Add a link
Reference in a new issue