mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
commit
eb7bcb9b50
4 changed files with 14 additions and 13 deletions
|
@ -46,11 +46,11 @@ TLDraw is a tiny little drawing app.
|
|||
|
||||
* TLDraw will not take a lot of disk or memory space while running.
|
||||
* **However**, you will need at least 2.5GB of RAM and 5GB of disk space during installation time
|
||||
* The build can be quite long, be patient !
|
||||
* The build can be quite long, be patient!
|
||||
|
||||
* 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
|
||||
* 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
|
||||
|
|
|
@ -46,11 +46,11 @@ TLDraw is a tiny little drawing app.
|
|||
|
||||
* TLDraw will not take a lot of disk or memory space while running.
|
||||
* **However**, you will need at least 2.5GB of RAM and 5GB of disk space during installation time
|
||||
* The build can be quite long, be patient !
|
||||
* The build can be quite long, be patient!
|
||||
|
||||
* 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
|
||||
* 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
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
|
||||
* TLDraw will not take a lot of disk or memory space while running.
|
||||
* **However**, you will need at least 2.5GB of RAM and 5GB of disk space during installation time
|
||||
* The build can be quite long, be patient !
|
||||
* The build can be quite long, be patient!
|
||||
|
||||
* 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
|
||||
* 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
|
|
@ -3,7 +3,8 @@
|
|||
"id": "tldraw",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "A tiny little drawing app"
|
||||
"en": "A tiny little drawing app",
|
||||
"fr": "Une toute petite application de dessin"
|
||||
},
|
||||
"version": "1.24.5~ynh2",
|
||||
"url": "https://tldraw.com",
|
||||
|
@ -46,11 +47,11 @@
|
|||
"type": "string",
|
||||
"help": {
|
||||
"en": "Multiplayer mode requires a Liveblocks API Public Key (you can get one for free at https://liveblocks.io). Don't input anything if you don't want multiplayer mode.",
|
||||
"fr": "Le mode d'édition instantanée requiert une clef publique d'API Liveblocks (vous pouvez en obtenir une gratuitement sur ttps://liveblocks.io). Ne mettez rien si vous ne souhaitez pas de mode d'étition instantanée"
|
||||
"fr": "Le mode d'édition instantanée requiert une clef publique d'API Liveblocks (vous pouvez en obtenir une gratuitement sur ttps://liveblocks.io). Ne mettez rien si vous ne souhaitez pas de mode d'étition instantanée."
|
||||
},
|
||||
"ask": {
|
||||
"en": "API Public Key",
|
||||
"fr": "API Public Key"
|
||||
"en": "Liveblocks API Public Key",
|
||||
"fr": "Clé publique de l'API Liveblocks"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -58,11 +59,11 @@
|
|||
"type": "string",
|
||||
"help": {
|
||||
"en": "Multiplayer mode requires a Liveblocks API Secret Key (you can get one for free at https://liveblocks.io). Don't input anything if you don't want multiplayer mode.",
|
||||
"fr": "Le mode d'édition instantanée requiert une clef secrete d'API Liveblocks (vous pouvez en obtenir une gratuitement sur ttps://liveblocks.io). Ne mettez rien si vous ne souhaitez pas de mode d'étition instantanée"
|
||||
"fr": "Le mode d'édition instantanée requiert une clef secrete d'API Liveblocks (vous pouvez en obtenir une gratuitement sur ttps://liveblocks.io). Ne mettez rien si vous ne souhaitez pas de mode d'étition instantanée."
|
||||
},
|
||||
"ask": {
|
||||
"en": "API Secret Key",
|
||||
"fr": "API Secret Key"
|
||||
"en": "Liveblocks API Secret Key",
|
||||
"fr": "Clé secrète de l'API Liveblocks"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue