mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
70 lines
2.6 KiB
JSON
70 lines
2.6 KiB
JSON
{
|
|
"name": "TLDraw",
|
|
"id": "tldraw",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A tiny little drawing app"
|
|
},
|
|
"version": "1.24.5~ynh2",
|
|
"url": "https://tldraw.com",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://tldraw.com",
|
|
"demo": "https://tldraw.com",
|
|
"admindoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md",
|
|
"userdoc": "https://github.com/tldraw/tldraw/blob/main/guides/documentation.md",
|
|
"code": "https://github.com/tldraw/tldraw"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Raoul de Limezy"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"help": {
|
|
"en": "TLDraw needs a fully dedicated domain",
|
|
"fr": "TLDraw nécessite une installation à la racine du domaine"
|
|
}
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "publickey",
|
|
"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"
|
|
},
|
|
"ask": {
|
|
"en": "API Public Key",
|
|
"fr": "API Public Key"
|
|
}
|
|
},
|
|
{
|
|
"name": "secretkey",
|
|
"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"
|
|
},
|
|
"ask": {
|
|
"en": "API Secret Key",
|
|
"fr": "API Secret Key"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|