rjb25 / 5e-dm-assistant

An assistant python script to be run for keeping track of health and automatically running attacks in combat for dnd 5e
1 stars 1 forks source link

Add nginx hosting #17

Closed v6 closed 3 years ago

v6 commented 3 years ago

WARNING: This allows traffic from 0.0.0.0, to make sure Vagrant works correctly.

Might not be wise to use in prod.

Consider overriding via CLI rather than putting it into the source code?

The cool part is that after vagrant up and vagrant ssh, installing the requirements with pip install -r requirements.txt and starting up the server with python3 web_app.py, you should be able to see the server by visiting 192.168.33.10 in your browser.