-
Notifications
You must be signed in to change notification settings - Fork 97
/
dropbox.json
42 lines (42 loc) · 2.03 KB
/
dropbox.json
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
{
"dropbox": {
"containers": {
"dropbox": {
"image": "janeczku/dropbox",
"opts": [ ["--net", "host"] ],
"launch_order": 1,
"volumes": {
"/dbox/Dropbox": {
"description": "Directory for your dropbox folder.",
"label": "Dropbox folder"
},
"/dbox/.dropbox": {
"description": "Directory for your dropbox configuration.",
"label": "dropbox config folder"
}
},
"environment": {
"DBOX_UID": {
"description": "Enter a valid UID to run dropbox as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run dropbox as.",
"index": 1
},
"DBOX_GID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run dropbox as.",
"index": 2
},
"$DBOX_SKIP_UPDATE": {
"description": "Set this to true to skip updating to the latest Dropbox version on contrainer start. Default should be False. Accepts only True or False (case sensitive).",
"label": "Skip updating dropbox?",
"index": 3
}
}
}
},
"description": "Run Dropbox inside Docker. Fully working with local host folder mount or inter-container linking (via --volumes-from).<p>Based on a custom docker image: <a href='https://hub.docker.com/r/janeczku/dropbox' target='_blank'>https://hub.docker.com/r/janeczku/dropbox</a>, available for amd64 architecture only.</p> ",
"more_info": "After installed visit /var/log/messages and look for a line similar to 'DATETIME HOSTNAME journal: Please visit https://www.dropbox.com/cli_link_nonce?nonce=CODE to link this device.'",
"website": "https://hub.docker.com/r/janeczku/dropbox/",
"version": "3.18.1"
}
}