From 999a5dce68459c279e2ae33e9edd4240728f9b17 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Sat, 27 Sep 2025 05:31:31 +0800 Subject: [PATCH] feat: update next-terminal 2.6.0 --- apps/next-terminal/{v2.5.6 => 2.6.0}/.env.sample | 0 apps/next-terminal/{v2.5.6 => 2.6.0}/config.yaml | 0 apps/next-terminal/{v2.5.6 => 2.6.0}/data.yml | 0 apps/next-terminal/{v2.5.6 => 2.6.0}/docker-compose.yml | 2 +- apps/next-terminal/{v2.5.6 => 2.6.0}/ssh/id_rsa | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename apps/next-terminal/{v2.5.6 => 2.6.0}/.env.sample (100%) rename apps/next-terminal/{v2.5.6 => 2.6.0}/config.yaml (100%) rename apps/next-terminal/{v2.5.6 => 2.6.0}/data.yml (100%) rename apps/next-terminal/{v2.5.6 => 2.6.0}/docker-compose.yml (96%) rename apps/next-terminal/{v2.5.6 => 2.6.0}/ssh/id_rsa (100%) diff --git a/apps/next-terminal/v2.5.6/.env.sample b/apps/next-terminal/2.6.0/.env.sample similarity index 100% rename from apps/next-terminal/v2.5.6/.env.sample rename to apps/next-terminal/2.6.0/.env.sample diff --git a/apps/next-terminal/v2.5.6/config.yaml b/apps/next-terminal/2.6.0/config.yaml similarity index 100% rename from apps/next-terminal/v2.5.6/config.yaml rename to apps/next-terminal/2.6.0/config.yaml diff --git a/apps/next-terminal/v2.5.6/data.yml b/apps/next-terminal/2.6.0/data.yml similarity index 100% rename from apps/next-terminal/v2.5.6/data.yml rename to apps/next-terminal/2.6.0/data.yml diff --git a/apps/next-terminal/v2.5.6/docker-compose.yml b/apps/next-terminal/2.6.0/docker-compose.yml similarity index 96% rename from apps/next-terminal/v2.5.6/docker-compose.yml rename to apps/next-terminal/2.6.0/docker-compose.yml index 40251e1..4d4867c 100644 --- a/apps/next-terminal/v2.5.6/docker-compose.yml +++ b/apps/next-terminal/2.6.0/docker-compose.yml @@ -1,6 +1,6 @@ services: next-terminal: - image: dushixiang/next-terminal:v2.5.6 + image: dushixiang/next-terminal:v2.6.0 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/next-terminal/v2.5.6/ssh/id_rsa b/apps/next-terminal/2.6.0/ssh/id_rsa similarity index 100% rename from apps/next-terminal/v2.5.6/ssh/id_rsa rename to apps/next-terminal/2.6.0/ssh/id_rsa