From b360921c26444f9227bc4916d939a83cb5b5d735 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:37:46 +0000 Subject: [PATCH 1/2] Update 2fauth/2fauth Docker tag to v6 --- apps/2fauth/5.6.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/2fauth/5.6.0/docker-compose.yml b/apps/2fauth/5.6.0/docker-compose.yml index b0e9e0e1..4fbdec09 100644 --- a/apps/2fauth/5.6.0/docker-compose.yml +++ b/apps/2fauth/5.6.0/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: "2fauth/2fauth:5.6.0" + image: "2fauth/2fauth:6.0.0" container_name: ${CONTAINER_NAME} restart: always networks: From 74e3a43b98c9de5b9145cf1b00701c6a49b0e6a5 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 30 Jan 2026 07:37:55 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/2fauth/{5.6.0 => 6.0.0}/.env.sample | 0 apps/2fauth/{5.6.0 => 6.0.0}/data.yml | 0 apps/2fauth/{5.6.0 => 6.0.0}/data/.gitkeep | 0 apps/2fauth/{5.6.0 => 6.0.0}/docker-compose.yml | 0 apps/2fauth/{5.6.0 => 6.0.0}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/2fauth/{5.6.0 => 6.0.0}/.env.sample (100%) rename apps/2fauth/{5.6.0 => 6.0.0}/data.yml (100%) rename apps/2fauth/{5.6.0 => 6.0.0}/data/.gitkeep (100%) rename apps/2fauth/{5.6.0 => 6.0.0}/docker-compose.yml (100%) rename apps/2fauth/{5.6.0 => 6.0.0}/scripts/init.sh (100%) diff --git a/apps/2fauth/5.6.0/.env.sample b/apps/2fauth/6.0.0/.env.sample similarity index 100% rename from apps/2fauth/5.6.0/.env.sample rename to apps/2fauth/6.0.0/.env.sample diff --git a/apps/2fauth/5.6.0/data.yml b/apps/2fauth/6.0.0/data.yml similarity index 100% rename from apps/2fauth/5.6.0/data.yml rename to apps/2fauth/6.0.0/data.yml diff --git a/apps/2fauth/5.6.0/data/.gitkeep b/apps/2fauth/6.0.0/data/.gitkeep similarity index 100% rename from apps/2fauth/5.6.0/data/.gitkeep rename to apps/2fauth/6.0.0/data/.gitkeep diff --git a/apps/2fauth/5.6.0/docker-compose.yml b/apps/2fauth/6.0.0/docker-compose.yml similarity index 100% rename from apps/2fauth/5.6.0/docker-compose.yml rename to apps/2fauth/6.0.0/docker-compose.yml diff --git a/apps/2fauth/5.6.0/scripts/init.sh b/apps/2fauth/6.0.0/scripts/init.sh similarity index 100% rename from apps/2fauth/5.6.0/scripts/init.sh rename to apps/2fauth/6.0.0/scripts/init.sh