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
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" }
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."}
42
-
35
+
- {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"}
36
+
- {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."}
43
37
# application setup block
44
38
app_setup_block_enabled: true
45
39
app_setup_block: |
46
40
The webui is at `<your ip>:8200`.
47
41
48
42
For local backups select `/backups` as the destination. For more information see [Duplicati]({{project_url}}).
49
-
43
+
# init diagram
44
+
init_diagram: |
45
+
"duplicati:latest": {
46
+
docker-mods
47
+
base {
48
+
fix-attr +\nlegacy cont-init
49
+
}
50
+
docker-mods -> base
51
+
legacy-services
52
+
custom services
53
+
init-services -> legacy-services
54
+
init-services -> custom services
55
+
custom services -> legacy-services
56
+
legacy-services -> ci-service-check
57
+
init-migrations -> init-adduser
58
+
init-os-end -> init-config
59
+
init-config -> init-config-end
60
+
init-duplicati-config -> init-config-end
61
+
init-os-end -> init-crontab-config
62
+
init-mods-end -> init-custom-files
63
+
init-config -> init-duplicati-config
64
+
base -> init-envfile
65
+
base -> init-migrations
66
+
base -> init-mods
67
+
init-config-end -> init-mods
68
+
init-mods -> init-mods-end
69
+
init-mods-package-install -> init-mods-end
70
+
init-mods -> init-mods-package-install
71
+
base -> init-os-end
72
+
init-adduser -> init-os-end
73
+
init-envfile -> init-os-end
74
+
init-migrations -> init-os-end
75
+
init-custom-files -> init-services
76
+
init-mods-end -> init-services
77
+
init-services -> svc-cron
78
+
svc-cron -> legacy-services
79
+
init-services -> svc-duplicati
80
+
svc-duplicati -> legacy-services
81
+
}
82
+
Base Images: {
83
+
"baseimage-ubuntu:noble"
84
+
}
85
+
"duplicati:latest" <- Base Images
50
86
# changelog
51
87
changelogs:
52
-
- {date: "03.12.24:", desc: "Add mscorefonts for captcha support."}
53
-
- {date: "29.11.24:", desc: "Rebase to Noble, add support for settings DB encryption."}
54
-
- {date: "15.02.23:", desc: "Rebase to Jammy."}
55
-
- {date: "03.08.22:", desc: "Deprecate armhf."}
56
-
- {date: "25.04.22:", desc: "Rebase to mono:focal."}
57
-
- {date: "01.08.19:", desc: "Rebase to Linuxserver LTS mono version."}
58
-
- {date: "16.07.19:", desc: "Allow for additional command line arguments in an environment variable."}
59
-
- {date: "28.06.19:", desc: "Rebase to bionic."}
60
-
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
61
-
- {date: "28.02.19:", desc: "Allow access from all hostnames, clarify info on image tags."}
62
-
- {date: "13.01.19:", desc: "Use jq instead of awk in dockerfiles."}
0 commit comments