forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
duplicati2-canary.json
46 lines (46 loc) · 1.49 KB
/
duplicati2-canary.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
43
44
45
46
{
"Duplicati2-canary":{
"containers":{
"duplicati2-canary":{
"image":"intersoftlab/duplicati",
"tag": "canary",
"launch_order":1,
"opts":[
[
"-e",
"MONO_EXTERNAL_ENCODINGS=UTF-8"
]
],
"ports":{
"8200":{
"description":"Duplicati WebUI port. Suggested default: 8200",
"host_default":8200,
"label":"WebUI port",
"protocol":"tcp",
"ui":true
}
},
"volumes":{
"/root/.config/Duplicati/":{
"description":"Choose a Share for Duplicati configuration. Eg: create a Share called duplicati-config for this purpose alone.",
"label":"Config Storage"
}
},
"environment":{
"DUPLICATI_PASS":{
"description":"Enter a password for the Duplicati web UI.",
"label":"Password for Duplicati",
"index":1
}
}
}
},
"description":"Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
"ui":{
"slug":""
},
"volume_add_support":true,
"website":"https://hub.docker.com/r/intersoftlab/duplicati/",
"version":"2-canary"
}
}