[Komodo] Commit Sync: update master_sync.toml

This commit is contained in:
komodo
2026-07-12 04:04:19 +00:00
parent 89a36c06e3
commit 7b05945478
+21 -8
View File
@@ -44,20 +44,33 @@ server = "Unraid"
file_contents = """ file_contents = """
services: services:
duplicati: duplicati:
image: lscr.io/linuxserver/duplicati:latest image: lscr.io/linuxserver/duplicati:2.3.0
container_name: duplicati container_name: duplicati
environment: environment:
- PUID=1000 - PUID=0
- PGID=1000 - PGID=0
- TZ=America/New_York - TZ=America/New_York
- SETTINGS_ENCRYPTION_KEY=8cwCehuik1ZSsleD8dnd - SETTINGS_ENCRYPTION_KEY=${SETTINGS_ENCRYPTION_KEY}
- CLI_ARGS='--store-metadata-content-in-database'
volumes: volumes:
- /mnt/user/docker/duplicati/config:/config - /mnt/user/docker/duplicati/config:/config
- /mnt/user:/mnt/source/:ro - /mnt/user:/mnt/source/:ro
ports: expose:
- 8200:8200 - 8200
restart: unless-stopped 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] [deployment.config]
server = "synology" server = "synology"
image.type = "Image" 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 poll_for_updates = true
auto_update = true auto_update = true
restart = "always" restart = "always"