From ce7d030ea43ef9e79522a41a349d2d251fc9fa76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:00:22 +0000 Subject: [PATCH 1/2] Update linuxserver/syncthing Docker tag to v2.0.16 --- apps/syncthing/2.0.15/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/2.0.15/docker-compose.yml b/apps/syncthing/2.0.15/docker-compose.yml index b981fa7a3..3ffd3ae22 100644 --- a/apps/syncthing/2.0.15/docker-compose.yml +++ b/apps/syncthing/2.0.15/docker-compose.yml @@ -18,7 +18,7 @@ services: - ${SYNCTHING_PORT}:22000/tcp - ${SYNCTHING_PORT}:22000/udp - ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp - image: linuxserver/syncthing:2.0.15 + image: linuxserver/syncthing:2.0.16 labels: createdBy: "Apps" From e7aa2f1278d710bdac588731ec6c32ed32f92a49 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 13 Apr 2026 06:00:31 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/syncthing/{2.0.15 => 2.0.16}/.env.sample | 0 apps/syncthing/{2.0.15 => 2.0.16}/data.yml | 0 apps/syncthing/{2.0.15 => 2.0.16}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/syncthing/{2.0.15 => 2.0.16}/.env.sample (100%) rename apps/syncthing/{2.0.15 => 2.0.16}/data.yml (100%) rename apps/syncthing/{2.0.15 => 2.0.16}/docker-compose.yml (100%) diff --git a/apps/syncthing/2.0.15/.env.sample b/apps/syncthing/2.0.16/.env.sample similarity index 100% rename from apps/syncthing/2.0.15/.env.sample rename to apps/syncthing/2.0.16/.env.sample diff --git a/apps/syncthing/2.0.15/data.yml b/apps/syncthing/2.0.16/data.yml similarity index 100% rename from apps/syncthing/2.0.15/data.yml rename to apps/syncthing/2.0.16/data.yml diff --git a/apps/syncthing/2.0.15/docker-compose.yml b/apps/syncthing/2.0.16/docker-compose.yml similarity index 100% rename from apps/syncthing/2.0.15/docker-compose.yml rename to apps/syncthing/2.0.16/docker-compose.yml