-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathduplicati-lsio.json
51 lines (51 loc) · 2.91 KB
/
duplicati-lsio.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
47
48
49
50
51
{
"Duplicati - by Linuxserver.io":{
"containers":{
"duplicati-lsio": {
"image": "linuxserver/duplicati",
"tag": "latest",
"launch_order": 1,
"ports": {
"8200": {
"description": "Duplicati WebUI port. Suggested default: 8200",
"host_default": 8200,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Duplicati configuration. Eg: create a Share called duplicati-config for this purpose alone.",
"label": "Config Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID of an existing user with permission to shares.",
"label": "User PUID",
"index": 1
},
"PGID": {
"description": "Enter a valid GID of an existing user group with permission to shares.",
"label": "PGID",
"index": 2
},
"SETTINGS_ENCRYPTION_KEY": {
"description": "Encryption key for settings database. Minimum 8 characters, alphanumeric.",
"label": "DB Encryption Key",
"index": 3
}
}
}
},
"description":"Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/duplicati' target='_blank'>https://hub.docker.com/r/linuxserver/duplicati</a>, available for amd64 and arm64 architecture.</p><p>For first login, use password <code>changeme</code> and then change the password via the Duplicati settings menu.</p>",
"more_info": "<h4>Make other Rockstor shares accessible</h4><p>While Duplicati can be used to backup any Rockstor share, they must first be made accessible to this rock-on. To do so, simply open its settings (little wrench icon), then click on 'Add Storage' and add any share you would like to backup. See <a href='http://rockstor.com/docs/docker-based-rock-ons/overview.html#add-storage' target='_blank'>Rockstor documentation</a> for instructions.</p><h4>Rock-on update</h4><p>While Duplicati can be updated from within its own UI, it is <strong>not</strong> recommended to do so in order to prevent any conflict upon re-installation. Instead, it is recommended to uninstall the rock-on, and re-install it using the same shares (no data will be lost), or use the Watchtower Rockon to manage container updates.</p>",
"ui":{
"slug":""
},
"volume_add_support":true,
"website":"https://www.duplicati.com",
"version":"1.2"
}
}