|
@@ -270,11 +270,14 @@ doc.text('NiceGUI On Air', '''
|
|
|
This makes it blazing fast even if your app only has a poor internet connection (e.g. a mobile robot in the field).
|
|
|
|
|
|
By setting `on_air=True` you will get a random URL which is valid for 1 hour.
|
|
|
- If you sign-up at <https://on-air.nicegui.io> you get a token which could be used to identify your device: `ui.run(on_air='<your token>'`).
|
|
|
- This will give you a fixed URL and the possibility to protect remote access with a passphrase.
|
|
|
-
|
|
|
- Currently On Air is available as a tech preview and can be used free of charge (for now).
|
|
|
- We will gradually improve stability, introduce payment options and extend the service with multi-device management, remote terminal access and more.
|
|
|
+ If you sign-up at <https://on-air.nicegui.io> you can setup an organization and device name to get a
|
|
|
+ fixed URL (`https://on-air.nicegui.io/<my-org>/<my_device_name>`).
|
|
|
+ The device is then identified by a unique, private token which you can use instead of a boolean flag: `ui.run(on_air='<your token>'`).
|
|
|
+ If you [sponsor us](https://github.com/sponsors/zauberzeug),
|
|
|
+ we will enable multi-device management and provide built-in passphrase protection for each device.
|
|
|
+
|
|
|
+ Currently On Air is available as a tech preview and can be used free of charge.
|
|
|
+ We will gradually improve stability and extend the service with usage statistics, remote terminal access and more.
|
|
|
Please let us know your feedback on [GitHub](https://github.com/zauberzeug/nicegui/discussions),
|
|
|
[Reddit](https://www.reddit.com/r/nicegui/), or [Discord](https://discord.gg/TEpFeAaF4f).
|
|
|
|