Skip to content

Commit

Permalink
Update README with DarkMode configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit authored and poiana committed Jun 23, 2021
1 parent 83a1c99 commit a66c63c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ A simple WebUI for displaying latest events from [Falco](https://falco.org). It
Listen Port (default 2802)
-r int
Number of events to keep in retention (default 200)
-d bool
Enable dark mode as default
```

### Run with docker
Expand All @@ -44,6 +46,13 @@ make falcosidekick-ui && ./falcosidekick-ui

The UI is reachable by default at `http://localhost:2802/ui`.

### Dark Mode

By default Falcosidekick UI uses the default light theme, you can change this behavior by using the `-d` Flag of the `falcosidekick-ui` CLI. The default is also based on the settings of your browser, if it uses dark mod, Falcosidekick does too. Regardless of the default settings, the theme can be changed at any time in the UI itself.

![falcosidekick-ui](https://github.com/falcosecurity/falcosidekick-ui/raw/master/imgs/webui_03.png)
![falcosidekick-ui](https://github.com/falcosecurity/falcosidekick-ui/raw/master/imgs/webui_04.png)

## Development

### Build
Expand Down
Binary file added imgs/webui_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/webui_04.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 a66c63c

Please sign in to comment.