From 65dd08e66d6c4b1580c7de7793c2e113abc9ac0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:39:54 +0000 Subject: [PATCH 1/2] Update linuxserver/syncthing Docker tag to v2 --- apps/syncthing/1.30.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/syncthing/1.30.0/docker-compose.yml b/apps/syncthing/1.30.0/docker-compose.yml index 4bae14f8..b220c775 100644 --- a/apps/syncthing/1.30.0/docker-compose.yml +++ b/apps/syncthing/1.30.0/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:1.30.0 + image: linuxserver/syncthing:2.0.13 labels: createdBy: "Apps" From 4b157a16e4d03924c98096c0bd1abdb24b3ca6d4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 30 Jan 2026 07:40:05 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/syncthing/{1.30.0 => 2.0.13}/.env.sample | 0 apps/syncthing/{1.30.0 => 2.0.13}/data.yml | 0 apps/syncthing/{1.30.0 => 2.0.13}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/syncthing/{1.30.0 => 2.0.13}/.env.sample (100%) rename apps/syncthing/{1.30.0 => 2.0.13}/data.yml (100%) rename apps/syncthing/{1.30.0 => 2.0.13}/docker-compose.yml (100%) diff --git a/apps/syncthing/1.30.0/.env.sample b/apps/syncthing/2.0.13/.env.sample similarity index 100% rename from apps/syncthing/1.30.0/.env.sample rename to apps/syncthing/2.0.13/.env.sample diff --git a/apps/syncthing/1.30.0/data.yml b/apps/syncthing/2.0.13/data.yml similarity index 100% rename from apps/syncthing/1.30.0/data.yml rename to apps/syncthing/2.0.13/data.yml diff --git a/apps/syncthing/1.30.0/docker-compose.yml b/apps/syncthing/2.0.13/docker-compose.yml similarity index 100% rename from apps/syncthing/1.30.0/docker-compose.yml rename to apps/syncthing/2.0.13/docker-compose.yml