1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tldraw_ynh.git synced 2024-09-03 20:35:54 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Update manifest.json
This commit is contained in:
Limezy 2022-09-30 19:08:56 +07:00 committed by GitHub
commit eb7bcb9b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 13 deletions

View file

@ -46,11 +46,11 @@ TLDraw is a tiny little drawing app.
* TLDraw will not take a lot of disk or memory space while running. * 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 * **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 * 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 * 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. * 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 * Obviously, as soon as multiplayer could be enabled without going through Liveblocks SaaS servers, the app will be updated accordingly

View file

@ -46,11 +46,11 @@ TLDraw is a tiny little drawing app.
* TLDraw will not take a lot of disk or memory space while running. * 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 * **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 * 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 * 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. * 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 * Obviously, as soon as multiplayer could be enabled without going through Liveblocks SaaS servers, the app will be updated accordingly

View file

@ -8,11 +8,11 @@
* TLDraw will not take a lot of disk or memory space while running. * 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 * **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 * 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 * 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. * 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 * Obviously, as soon as multiplayer could be enabled without going through Liveblocks SaaS servers, the app will be updated accordingly

View file

@ -3,7 +3,8 @@
"id": "tldraw", "id": "tldraw",
"packaging_format": 1, "packaging_format": 1,
"description": { "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", "version": "1.24.5~ynh2",
"url": "https://tldraw.com", "url": "https://tldraw.com",
@ -46,11 +47,11 @@
"type": "string", "type": "string",
"help": { "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.", "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": { "ask": {
"en": "API Public Key", "en": "Liveblocks API Public Key",
"fr": "API Public Key" "fr": "Clé publique de l'API Liveblocks"
} }
}, },
{ {
@ -58,11 +59,11 @@
"type": "string", "type": "string",
"help": { "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.", "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": { "ask": {
"en": "API Secret Key", "en": "Liveblocks API Secret Key",
"fr": "API Secret Key" "fr": "Clé secrète de l'API Liveblocks"
} }
} }
] ]