mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
12 lines
No EOL
1.1 KiB
Markdown
12 lines
No EOL
1.1 KiB
Markdown
* The multiplayer mode requires Liveblocks API keys (Public and Secret)
|
|
* You can get some for free at liveblocks.io
|
|
* Be **very careful** though, and keep in mind that by doing so, all your multiplayer rooms data will be stored on livestocks.io SaaS servers, and **NOT** on your server
|
|
* Multiplayer mode is completely optional and you don't have to use it
|
|
* If API keys are not provided, it will be automatically deactivated
|
|
|
|
* TLDraw offers all functionnalities (including multiplayer) for free at tldraw.com
|
|
* However, they have restricted the use of multiplayer mode within an iFrame, which could be a problem
|
|
* TLDraw YunoHost app is patching that restriction so that you can use multiplayer mode within an iFrame as before
|
|
|
|
* It could be possible to self-host a multiplayer layer in the future. Some projects have been launched, based on YJS library, such as https://github.com/nimeshnayaju/yjs-tldraw, but sadly none of them is mature enough to be included here.
|
|
* Obviously, as soon as multiplayer could be enabled without going through Liveblocks SaaS servers, the app will be updated accordingly |