PyPush icon indicating copy to clipboard operation
PyPush copied to clipboard

Access from ip

Open SeeN1975 opened this issue 8 years ago • 1 comments

Hello, is there a possibility to access from a local ip? Do not use localhost if not the ip of the server where this PyPush.

I have modified the file /PyPush-master/PyPush/web/main.py and changed the localhost value to the ip of the machine, but it gives me the following error: Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

Thanks!

SeeN1975 avatar Jun 20 '17 16:06 SeeN1975

specify --host as part of the command, to bind to all --host 0.0.0.0

iMiMx avatar Dec 01 '17 11:12 iMiMx