diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 1b46c91..b50b509 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -2,7 +2,7 @@ name: Docker Build & Publish
on:
push:
- branches: [ "main" ]
+ branches: [ "main", "dp-new-release" ]
workflow_dispatch:
env:
diff --git a/README.md b/README.md
index 5d23fef..c6d063d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@

- [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
+ [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
# 3DP-MANAGER
diff --git a/README_CN.md b/README_CN.md
index 8f708cb..2d79f3b 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -2,7 +2,7 @@

- [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
+ [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
# 3DP-MANAGER
diff --git a/README_EN.md b/README_EN.md
index 7694c6a..a98df54 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -2,7 +2,7 @@

- [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
+ [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
# 3DP-MANAGER
diff --git a/README_IR.md b/README_IR.md
index 0eb951a..fe06e89 100644
--- a/README_IR.md
+++ b/README_IR.md
@@ -2,7 +2,7 @@

- [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
+ [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
# 3DP-MANAGER
diff --git a/README_TK.md b/README_TK.md
index 0685712..25ff2eb 100644
--- a/README_TK.md
+++ b/README_TK.md
@@ -2,7 +2,7 @@

- [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
+ [](https://www.gnu.org/licenses/gpl-3.0) [](https://t.me/denpiligrim_web) [](https://www.youtube.com/@denpiligrim)
# 3DP-MANAGER
diff --git a/client/Dockerfile b/client/Dockerfile
index c19f6e5..d61145f 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -10,7 +10,7 @@ COPY . .
ENV VITE_API_URL=/api
ENV VITE_LOG_LEVEL=debug
ENV VITE_SEND_LOGS_TO_BACKEND=true
-ENV VITE_APP_VERSION=2.1.2
+ENV VITE_APP_VERSION=2.1.0
RUN npm run build
diff --git a/client/src/utils/version.ts b/client/src/utils/version.ts
index a020d35..ecc97f5 100644
--- a/client/src/utils/version.ts
+++ b/client/src/utils/version.ts
@@ -1 +1 @@
-export const APP_VERSION = '2.1.2';
+export const APP_VERSION = '2.1.0';
diff --git a/install.sh b/install.sh
index 471a18e..18986b0 100644
--- a/install.sh
+++ b/install.sh
@@ -6,7 +6,7 @@ set -euo pipefail
#################################
PROJECT_DIR="/opt/3dp-manager"
DOCKER_USER="denpiligrim"
-DOCKER_TAG="main"
+DOCKER_TAG="dp-new-release"
IMAGE_SERVER="ghcr.io/${DOCKER_USER}/3dp-manager-server:${DOCKER_TAG}"
IMAGE_CLIENT="ghcr.io/${DOCKER_USER}/3dp-manager-client:${DOCKER_TAG}"
diff --git a/package.json b/package.json
index 6e7efb0..7537365 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "3dp-manager",
- "version": "2.1.2",
+ "version": "2.1.0",
"description": "Inbound generator for 3x-ui",
"private": false,
"repository": {
diff --git a/server/src/tunnels/tunnels.service.ts b/server/src/tunnels/tunnels.service.ts
index 1ba1a2f..faac29f 100644
--- a/server/src/tunnels/tunnels.service.ts
+++ b/server/src/tunnels/tunnels.service.ts
@@ -55,7 +55,7 @@ export class TunnelsService {
`Начинаем установку редиректа на ${tunnel.ip} -> ${mainServerIp}`,
);
- const command = `sudo ORIGIN_IP="${mainServerIp}" bash -c "$(curl -sSL https://raw.githubusercontent.com/denpiligrim/3dp-manager/main/forwarding_install.sh)"`;
+ const command = `sudo ORIGIN_IP="${mainServerIp}" bash -c "$(curl -sSL https://raw.githubusercontent.com/denpiligrim/3dp-manager/dp-new-release/forwarding_install.sh)"`;
try {
const output = await this.sshService.executeCommand(