Web component
Web component
Web component enables web interface for boneIO Black.
It supports authentication and authorization.
By default you can only define web:. Web interface will be available at http://ip_address:8090/
Example config
web:web:
port: 8090
auth:
username: boneio
password: boneioConfiguration variables:
- port (Optional, integer, default: 8090) - Port to serve web interface
- auth: (Optional, dict)
- username (Required, string) - Username for authentication.
- password (Required, string) - Password for authentication.