-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmodules.json
More file actions
79 lines (79 loc) · 2.37 KB
/
Copy pathmodules.json
File metadata and controls
79 lines (79 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"id": "webdav",
"name": "WebDAV",
"version": "0.1.18",
"description": "WebDAV backend support.",
"icon": "server",
"main": "https://sync.consensia.cc/modules/webdav.js",
"minPluginVersion": "3.1.9",
"readme": "https://sync.consensia.cc/deep-dive/modules/webdav"
},
{
"id": "s3",
"name": "S3",
"version": "0.1.6",
"description": "S3 and S3-compatible backend support.",
"icon": "server",
"main": "https://sync.consensia.cc/modules/s3.js",
"minPluginVersion": "3.1.9",
"readme": "https://sync.consensia.cc/deep-dive/modules/s3"
},
{
"id": "gdrive",
"name": "Google Drive",
"version": "0.1.0",
"description": "Google Drive backend support.",
"icon": "server",
"main": "https://sync.consensia.cc/modules/gdrive.js",
"minPluginVersion": "3.1.9",
"readme": "https://sync.consensia.cc/deep-dive/modules/gdrive"
},
{
"id": "encryption",
"name": "Encryption",
"version": "0.1.4",
"description": "Client-side encrypt vault files before uploading to backend.",
"icon": "key-round",
"main": "https://sync.consensia.cc/modules/encryption.js",
"minPluginVersion": "3.1.5",
"readme": "https://sync.consensia.cc/deep-dive/modules/encryption"
},
{
"id": "i18n-zh",
"name": "I18n 简体中文",
"version": "0.1.1",
"description": "Simplified Chinese UI language pack. / 简体中文介面语言包。",
"icon": "languages",
"main": "https://sync.consensia.cc/modules/i18n-zh.js",
"minPluginVersion": "3.1.8"
},
{
"id": "i18n-zh-TW",
"name": "I18n 繁體中文",
"version": "0.1.1",
"description": "Traditional Chinese UI language pack. / 繁體中文介面語言包。",
"icon": "languages",
"main": "https://sync.consensia.cc/modules/i18n-zh-TW.js",
"minPluginVersion": "3.1.8"
},
{
"id": "i18n-ru",
"name": "I18n Русский",
"version": "0.1.1",
"description": "Russian UI language pack. / Пакет русского интерфейса.",
"icon": "languages",
"main": "https://sync.consensia.cc/modules/i18n-ru.js",
"minPluginVersion": "3.1.8"
},
{
"id": "smart-merge",
"name": "Smart Merge",
"version": "0.0.7",
"description": "Smart merge conflict resolution strategy that applies recursive three-way merge.",
"icon": "combine",
"main": "https://sync.consensia.cc/modules/smart-merge.js",
"minPluginVersion": "3.1.0",
"readme": "https://sync.consensia.cc/deep-dive/modules/smart-merge"
}
]