From ac70f8507f504f3f26e3017243942e2fcda717c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 06:50:42 +0000 Subject: [PATCH 1/2] Update 2fauth/2fauth Docker tag to v5.6.0 --- apps/2fauth/5.5.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/2fauth/5.5.2/docker-compose.yml b/apps/2fauth/5.5.2/docker-compose.yml index 4270f368..b0e9e0e1 100644 --- a/apps/2fauth/5.5.2/docker-compose.yml +++ b/apps/2fauth/5.5.2/docker-compose.yml @@ -1,6 +1,6 @@ services: 2fauth: - image: "2fauth/2fauth:5.5.2" + image: "2fauth/2fauth:5.6.0" container_name: ${CONTAINER_NAME} restart: always networks: From a1f1f5918532bc46e497b8467394ac1e0d361f37 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 4 Jul 2025 06:50:51 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/2fauth/{5.5.2 => 5.6.0}/.env.sample | 0 apps/2fauth/{5.5.2 => 5.6.0}/data.yml | 0 apps/2fauth/{5.5.2 => 5.6.0}/data/.gitkeep | 0 apps/2fauth/{5.5.2 => 5.6.0}/docker-compose.yml | 0 apps/2fauth/{5.5.2 => 5.6.0}/scripts/init.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename apps/2fauth/{5.5.2 => 5.6.0}/.env.sample (100%) rename apps/2fauth/{5.5.2 => 5.6.0}/data.yml (100%) rename apps/2fauth/{5.5.2 => 5.6.0}/data/.gitkeep (100%) rename apps/2fauth/{5.5.2 => 5.6.0}/docker-compose.yml (100%) rename apps/2fauth/{5.5.2 => 5.6.0}/scripts/init.sh (100%) diff --git a/apps/2fauth/5.5.2/.env.sample b/apps/2fauth/5.6.0/.env.sample similarity index 100% rename from apps/2fauth/5.5.2/.env.sample rename to apps/2fauth/5.6.0/.env.sample diff --git a/apps/2fauth/5.5.2/data.yml b/apps/2fauth/5.6.0/data.yml similarity index 100% rename from apps/2fauth/5.5.2/data.yml rename to apps/2fauth/5.6.0/data.yml diff --git a/apps/2fauth/5.5.2/data/.gitkeep b/apps/2fauth/5.6.0/data/.gitkeep similarity index 100% rename from apps/2fauth/5.5.2/data/.gitkeep rename to apps/2fauth/5.6.0/data/.gitkeep diff --git a/apps/2fauth/5.5.2/docker-compose.yml b/apps/2fauth/5.6.0/docker-compose.yml similarity index 100% rename from apps/2fauth/5.5.2/docker-compose.yml rename to apps/2fauth/5.6.0/docker-compose.yml diff --git a/apps/2fauth/5.5.2/scripts/init.sh b/apps/2fauth/5.6.0/scripts/init.sh similarity index 100% rename from apps/2fauth/5.5.2/scripts/init.sh rename to apps/2fauth/5.6.0/scripts/init.sh