You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--label \"org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.\" \
546
+
--label \"org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.\" \
--label \"org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.\" \
578
+
--label \"org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.\" \
--label \"org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.\" \
607
+
--label \"org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.\" \
[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.
42
+
[Duplicati](https://www.duplicati.com/)is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.
@@ -68,7 +68,9 @@ This image provides various versions that are available via tags. Please read th
68
68
69
69
## Application Setup
70
70
71
-
The webui is at `<your ip>:8200` , create backup jobs etc via the webui, for local backups select `/backups` as the destination. For more information see [Duplicati](https://www.duplicati.com/).
71
+
The webui is at `<your ip>:8200`.
72
+
73
+
For local backups select `/backups` as the destination. For more information see [Duplicati](https://www.duplicati.com/).
72
74
73
75
74
76
## Usage
@@ -87,9 +89,11 @@ services:
87
89
- PUID=1000
88
90
- PGID=1000
89
91
- TZ=Etc/UTC
92
+
- SETTINGS_ENCRYPTION_KEY=
90
93
- CLI_ARGS= #optional
94
+
- DUPLICATI__WEBSERVICE_PASSWORD= #optional
91
95
volumes:
92
-
- /path/to/appdata/config:/config
96
+
- /path/to/duplicati/config:/config
93
97
- /path/to/backups:/backups
94
98
- /path/to/source:/source
95
99
ports:
@@ -105,9 +109,11 @@ docker run -d \
105
109
-e PUID=1000 \
106
110
-e PGID=1000 \
107
111
-e TZ=Etc/UTC \
112
+
-e SETTINGS_ENCRYPTION_KEY= \
108
113
-e CLI_ARGS= `#optional` \
114
+
-e DUPLICATI__WEBSERVICE_PASSWORD= `#optional` \
109
115
-p 8200:8200 \
110
-
-v /path/to/appdata/config:/config \
116
+
-v /path/to/duplicati/config:/config \
111
117
-v /path/to/backups:/backups \
112
118
-v /path/to/source:/source \
113
119
--restart unless-stopped \
@@ -124,7 +130,9 @@ Containers are configured using parameters passed at runtime (such as those abov
124
130
|`-e PUID=1000`| for UserID - see below for explanation |
125
131
|`-e PGID=1000`| for GroupID - see below for explanation |
126
132
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|`-e CLI_ARGS=`| Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with |
135
+
|`-e DUPLICATI__WEBSERVICE_PASSWORD=`| Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings. |
128
136
|`-v /config`| Contains all relevant configuration files. |
129
137
|`-v /backups`| Path to store local backups. |
130
138
|`-v /source`| Path to source for files to backup. |
@@ -291,7 +299,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
291
299
292
300
## Versions
293
301
294
-
***15.02.23:** - Deprecate armhf.
302
+
***29.11.24:** - Rebase to Noble, add support for settings DB encryption.
303
+
***15.02.23:** - Rebase to Jammy.
295
304
***03.08.22:** - Deprecate armhf.
296
305
***25.04.22:** - Rebase to mono:focal.
297
306
***01.08.19:** - Rebase to Linuxserver LTS mono version.
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others."
7
+
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others."
- { env_var: "CLI_ARGS", env_value: "", desc: "Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with" }
40
-
41
-
# optional parameters
42
-
optional_block_1: false
43
-
optional_block_1_items: ""
41
+
- { env_var: "DUPLICATI__WEBSERVICE_PASSWORD", env_value: "", desc: "Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings."}
44
42
45
43
# application setup block
46
44
app_setup_block_enabled: true
47
45
app_setup_block: |
48
-
The webui is at `<your ip>:8200` , create backup jobs etc via the webui, for local backups select `/backups` as the destination. For more information see [Duplicati]({{project_url}}).
46
+
The webui is at `<your ip>:8200`.
47
+
48
+
For local backups select `/backups` as the destination. For more information see [Duplicati]({{project_url}}).
49
49
50
50
# changelog
51
51
changelogs:
52
-
- { date: "15.02.23:", desc: "Deprecate armhf." }
52
+
- { date: "29.11.24:", desc: "Rebase to Noble, add support for settings DB encryption." }
53
+
- { date: "15.02.23:", desc: "Rebase to Jammy." }
53
54
- { date: "03.08.22:", desc: "Deprecate armhf." }
54
55
- { date: "25.04.22:", desc: "Rebase to mono:focal." }
0 commit comments