Skip to content

Commit

Permalink
docs: add webui screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Feb 24, 2024
1 parent 8b65f2f commit bb00296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ webuiAdminPasswordHash: $2a$14$hTHK6KAynSb7tWknK4CvUum2eFVHIDSzbOuOlgDeP4bQW91uj
```
The Webui will be running on the `hubAddress` and port 80 (e.g. http://192.168.0.254).

![](./docs/webui.png)

## API

The API will be served under the same endpoint the Webui is running (`hubAddress`). All API request (except `POST /api/auth`) require a valid `Authorization` header with the value `Bearer <token>`. The token can be obtained by sending a `POST /api/auth` request with the `username` and `password` in the request body.
Expand Down
Binary file added docs/webui.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 bb00296

Please sign in to comment.