Skip to content

Commit

Permalink
docs: add GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilnb committed Jan 6, 2025
1 parent 73cd092 commit 270dd3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,19 @@ $ dd if=/dev/zero bs=1M count=4000 >> NetBSD-amd64-live.img
```
And reboot.
## Basic frontend
A simple virtual machine manager is available in the `app/` directory, it is a
`python/Flask` application and needs the following requirements:
* `Flask`
* `psutil`
Start it in the `app/` directory like this: `python3 app.py` and a _GUI_ like
the following should be available at `http://localhost:5000`:
![smolGUI](gui.png)
[0]: https://gitlab.com/0xDRRB/confkerndev
[1]: https://man.netbsd.org/x86/multiboot.8
[2]: https://www.linux-kvm.org/page/Main_Page
Expand Down
Binary file added gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 270dd3b

Please sign in to comment.