This repository has been archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme-vars.yml
60 lines (49 loc) · 2.35 KB
/
readme-vars.yml
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
52
53
54
55
56
57
58
59
60
---
# project information
project_name: duplicati
project_url: "https://www.duplicati.com/"
project_logo: "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/duplicati-icon.png"
project_blurb: "Duplicati is a backup client that securely stores encrypted, incremental, compressed remote backups of local files on cloud storage services and remote file servers."
project_github_repo_url: "https://github.com/imagegenius/docker-{{ project_name }}"
project_deprecation_status: true
project_deprecation_message: |
No longer use this image, alternative images exist.
# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest" }
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest" }
# development version
development_versions: false
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "path_to_appdata", desc: "Appdata Path" }
- { vol_path: "/backups", vol_host_path: "path_to_backups", desc: "Backup Destination Path" }
- { vol_path: "/source", vol_host_path: "path_to_source", desc: "Backup Source Path" }
- { vol_path: "/tmp", vol_host_path: "/tmp", desc: "Temporary Uploads Path" }
param_usage_include_ports: true
param_ports:
- { external_port: "8200", internal_port: "8200", port_desc: "WebUI Port" }
param_usage_include_env: false
# optional container parameters
opt_param_usage_include_env: true
opt_param_env_vars:
- { 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" }
# optional parameters
optional_block_1: false
optional_block_1_items: ""
# unraid template
unraid_category: "Backup: Cloud: Network:Other Productivity: Tools:"
# application setup block
app_setup_block_enabled: true
app_setup_block: |
The WebUI can be found at `http://your-ip:8200`.
This image is similar to [linuxserver/duplicati](https://github.com/linuxserver/docker-duplicati), but based on alpine.
# changelog
changelogs:
- { date: "24.04.24:", desc: "rebase to alpine 3.19" }
- { date: "21.03.23:", desc: "Add service checks" }
- { date: "26.01.23:", desc: "rearrange init files." }
- { date: "01.03.23:", desc: "Initial release." }