PyPush
PyPush copied to clipboard
Access from ip
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!
specify --host as part of the command, to bind to all --host 0.0.0.0