An open API service indexing awesome lists of open source software.

https://github.com/pioreactor/pioreactor-basic-auth-for-ui


https://github.com/pioreactor/pioreactor-basic-auth-for-ui

pioreactor-plugin

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# pioreactor-basic-auth-for-ui

This adds basic auth to access your Pioreactor UI.

> **Warning**
> The web server is still HTTP. Malicious users _on your network_ can read any data going back and forth, including an encoded version of the user/name password.

## Installation

1. On your leader Pioreactor, run
```
pio install-plugin pioreactor-basic-auth-for-ui
```
2. Next, execute:
```
pio run change_ui_credentials
```
4. Refresh the UI and you should be greeted with a pop up.
5. Add the API key from `pio run change_ui_credentials` to your config.ini
6. Finally, you should restart the leader now, or later.