anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

Server running at localhost #110

Closed papampi closed 6 years ago

papampi commented 6 years ago

Last commit server was running at 0.0.0.0:5000 Now its running on 127.0.0.1:5000 and cant be opened from remote locations, Can you please let us know where to edit to rollback to 0.0.0.0 ?

anselal commented 6 years ago

Sorry about that. I forgot to add this to the README

You can set the ip and port at runtime with the following command:

python manage.py run -h 0.0.0.0 -p 5000

I have updated the docs.

Thank you for the feedback @papampi