NXBT v0.1.1
- Added CLI options to set the IP and port of the webapp
sudo nxbt webapp -i 0.0.0.0 -p 8080
# > (29362) wsgi starting up on http://0.0.0.0:8080
- Set default IP and port options to allow for access on the local network (IP: 0.0.0.0, Port: 8000)
Install with pip:
sudo pip3 install nxbt==0.1.1