From 7b05945478090fa86fc652132bc709422275513f Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 12 Jul 2026 04:04:19 +0000 Subject: [PATCH] [Komodo] Commit Sync: update master_sync.toml --- master_sync.toml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/master_sync.toml b/master_sync.toml index 3dbf6c9..bc7408b 100644 --- a/master_sync.toml +++ b/master_sync.toml @@ -44,20 +44,33 @@ server = "Unraid" file_contents = """ services: duplicati: - image: lscr.io/linuxserver/duplicati:latest + image: lscr.io/linuxserver/duplicati:2.3.0 container_name: duplicati environment: - - PUID=1000 - - PGID=1000 + - PUID=0 + - PGID=0 - TZ=America/New_York - - SETTINGS_ENCRYPTION_KEY=8cwCehuik1ZSsleD8dnd - - CLI_ARGS='--store-metadata-content-in-database' + - SETTINGS_ENCRYPTION_KEY=${SETTINGS_ENCRYPTION_KEY} volumes: - /mnt/user/docker/duplicati/config:/config - /mnt/user:/mnt/source/:ro - ports: - - 8200:8200 + expose: + - 8200 restart: unless-stopped + networks: + - Internal + labels: + - traefik.enable=false + - net.unraid.docker.icon=/mnt/user/docker/icons/duplicati.png + +networks: + Internal: + name: Internal_Network + external: true +""" +environment = """ + # VARIABLE = value + SETTINGS_ENCRYPTION_KEY=8cwCehuik1ZSsleD8dnd """ ## @@ -444,7 +457,7 @@ name = "Technitium_2" [deployment.config] server = "synology" image.type = "Image" -image.params.image = "technitium/dns-server:15.2.0" +image.params.image = "technitium/dns-server:15.4.0" poll_for_updates = true auto_update = true restart = "always"