From 496344304e157eff1a41d4706125764c3c0c019b Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" <87380104+TheCaduceus@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:31:22 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=90=B3Change=20&=20Hide=20Frontend=20?= =?UTF-8?q?Code!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dr.Caduceus <87380104+TheCaduceus@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab0be0c..49b8ffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM ghcr.io/thecaduceus/clonebot_v2:main +FROM ghcr.io/thecaduceus/clonebot-v2:main From 6c47ada1d1850ae671bf8883c93f1139cecb2b84 Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" <87380104+TheCaduceus@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:40:38 +0530 Subject: [PATCH 2/3] =?UTF-8?q?`$PORT`=20Error=20fixes=20and=20Change=20Fr?= =?UTF-8?q?ontend=20Docker=20Code=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dr.Caduceus <87380104+TheCaduceus@users.noreply.github.com> --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3884c9..69ef866 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@

1.Gclone upgraded to v1.59.0 (latest)!😉

2.Base Image changed to Ubuntu 22.04

3.Updated Filters.group to Filters.chat_type.groups as well as Filters.private to Filters.chat_type.private to support Python 3.10

+

4.Resloved $PORT listening Errors in Okteto and other platforms

+

5.Old Docker Image ghcr.io/thecaduceus/clonebot_v2:main is now no more supported and deprecated!

Show Full Update history

⛔ NOTICE

@@ -133,10 +135,11 @@ https://gist.githubusercontent.com/UserName/0ee24eXXXXXXXXXXXXXXX6b/raw/config.i

🐳Build or Deploy using Docker

CloneBot V2 can be deployed almost everywhere using Docker, either you can create your own Docker Image using Build Tool provided in the Workflow including Docker-Code. While CloneBot V2 also have ready to use Docker image for systems based on Linux AMD 64.

1.To pull CloneBot V2 Docker Image for Linux AMD 64:

-

->docker pull ghcr.io/thecaduceus/clonebot_v2:main

+

->docker pull ghcr.io/thecaduceus/clonebot-v2:main

2.Or, to use as base Image:

-

->FROM ghcr.io/thecaduceus/clonebot_v2:main

-

3.Want to build own docker image? alright! here is the guide.

+

->FROM ghcr.io/thecaduceus/clonebot-v2:main

+

3.Old Docker Image ghcr.io/thecaduceus/clonebot_v2:main is now no more supported and deprecated!

+

4.Want to build own docker image? alright! here is the guide.

⛔NOTE:

1.Docker Image only accepts CONFIG_FILE_URL

2.Use your own Docker Image for deploying on VPS only! Using it for deploying ON platforms like Heroku, Okteto or Scalingo will simply cause Account suspension.

From b9c369f6cbafa147537b9cc1ebf81b6a58e04547 Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" <87380104+TheCaduceus@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:42:35 +0530 Subject: [PATCH 3/3] =?UTF-8?q?`$PORT`=20Error=20fixes=20and=20Change=20Fr?= =?UTF-8?q?ontend=20Docker=20Code=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dr.Caduceus <87380104+TheCaduceus@users.noreply.github.com> --- index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 05b5dfe..e6e176e 100644 --- a/index.html +++ b/index.html @@ -103,6 +103,8 @@

🆕 What's New!

1.Gclone upgraded to v1.59.0 (latest)!😉

2.Base Image changed to Ubuntu 22.04

3.Updated Filters.group to Filters.chat_type.groups as well as Filters.private to Filters.chat_type.private to support Python 3.10

+

4.Resloved $PORT listening Errors in Okteto and other platforms

+

5.Old Docker Image ghcr.io/thecaduceus/clonebot_v2:main is now no more supported and deprecated!

Show Full Update history

⛔ NOTICE

@@ -200,10 +202,11 @@

4.Once you copied the URL! then remove Commit_ID from the UR

🐳Build or Deploy using Docker

CloneBot V2 can be deployed almost everywhere using Docker, either you can create your own Docker Image using Build Tool provided in the Workflow including Docker-Code. While CloneBot V2 also have ready to use Docker image for systems based on Linux AMD 64.

1.To pull CloneBot V2 Docker Image for Linux AMD 64:

-

->docker pull ghcr.io/thecaduceus/clonebot_v2:main

+

->docker pull ghcr.io/thecaduceus/clonebot-v2:main

2.Or, to use as base Image:

-

->FROM ghcr.io/thecaduceus/clonebot_v2:main

-

3.Want to build own docker image? alright! here is the guide.

+

->FROM ghcr.io/thecaduceus/clonebot-v2:main

+

3.Old Docker Image ghcr.io/thecaduceus/clonebot_v2:main is now no more supported and deprecated!

+

4.Want to build own docker image? alright! here is the guide.

⛔NOTE:

1.Docker Image only accepts CONFIG_FILE_URL

2.Use your own Docker Image for deploying on VPS only! Using it for deploying ON platforms like Heroku, Okteto or Scalingo will simply cause Account suspension.

@@ -391,8 +394,8 @@

25.After adding all Email IDs of your Service Accounts, now copy the Emai 31

26.Finally! We have created 100 Service Accounts and also added them in Google Group. Each Service Account have 750 GB Upload/Clone limit and 10 TB Download limit that means now we can upload/clone 75 TB and can download 100 TB a day.

⛑Contact Us!

-

Join our Update Channel at Telegram: Join Now!

-

Special Torrent Group: Dr.Torrent

+

Join my Update Channel on Telegram: Join Now!

+

Special Torrent Group on Telegram: Dr.Torrent

Directly Contact the Developer using Telegram @HelpAutomatted_Bot

❤️Credits & Thanks

🔥CloneBot V2: