-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathmanifest.json
More file actions
53 lines (53 loc) · 2.16 KB
/
Copy pathmanifest.json
File metadata and controls
53 lines (53 loc) · 2.16 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
{
"version": "1",
"information": {
"name": "backup-sync-dropbox",
"displayName": "Backup synchronization - Dropbox",
"description": "This plugin handles synchronization of your UNMS backups to a Dropbox folder.",
"url": "https://github.com/Ubiquiti-App/UCRM-plugins/tree/master/plugins/backup-sync-dropbox",
"version": "1.2.1",
"unmsVersionCompliancy": {
"min": "2.1.0",
"max": null
},
"author": "Ubiquiti Inc."
},
"configuration": [
{
"key": "unmsApiToken",
"label": "UNMS API token",
"description": "You can create UNMS API token in Network -> Settings -> Users.",
"required": 1
},
{
"key": "dropboxAppKey",
"label": "Dropbox App key",
"description": "You can get Dropbox App key in the Dropbox App console, see readme for more information.",
"required": 0
},
{
"key": "dropboxAppSecret",
"label": "Dropbox App secret",
"description": "You can get Dropbox App secret in the Dropbox App console, see readme for more information.",
"required": 0
},
{
"key": "dropboxAccessCode",
"label": "Dropbox Access Code",
"description": "After the plugin runs for the first time, you will get a setup URL in the plugin log. To finish setup, you must go to the URL, allow access to the application and enter the generated Access Code into this field.",
"required": 0
},
{
"key": "dropboxRefreshToken",
"label": "Dropbox refresh token",
"description": "Refresh token will be loaded automatically after you enter the Access Code and the execute the plugin. You don't need to provide it.",
"required": 0
},
{
"key": "dropboxAccessToken",
"label": "Dropbox access token (legacy)",
"description": "Long-lived access tokens are deprecated and will stop working at some point. See readme for migration instructions.",
"required": 0
}
]
}