You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ssl_version: authentication version (i.e. ssl.PROTOCOL_TLSv1_2). If None disables SSL encryption
187
+
- dynamic_web_address: set it to `True` if the server is not aware of the IP address and the URL the user will be opening the app with.
188
+
If so, the JavaScript code will use hostname and port in the browser. This parameter is `False` by default.
187
189
188
190
All widgets constructors accept two standards**kwargs that are:
189
191
- width: can be expressed as int (and is interpreted as a pixel) or as str (and you can specify the measuring unit like '10%')
@@ -312,9 +314,10 @@ Remote access
312
314
===
313
315
If you are using your REMI app remotely, with a DNS and behind a firewall, you can specify special parameters in the `start` call:
314
316
-**port**: HTTP server port. Don't forget to NAT this port on your router;
317
+
-**dynamic_web_address**: set to `True` if the JavaScript code should use the actual URL's host and port for connecting back to the app, instead of provided IP address. This parameter is `False` by default.
0 commit comments