[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 = """
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"