This commit is contained in:
2025-10-02 19:22:48 +01:00
parent b59e1dab99
commit 209c690413
2179 changed files with 340188 additions and 1 deletions

2
app.py
View File

@@ -90,4 +90,4 @@ if __name__ == '__main__':
context.load_cert_chain('cert.pem', 'key.pem')
print("Starting Flask-SocketIO server on https://localhost:3000")
socketio.run(app, host='localhost', port=3000, ssl_context=context, debug=True)
socketio.run(app, host='0.0.0.0', port=3232, ssl_context=context, debug=True)