From 627ffe00bc399e4d8aaca0f22087e575ee7a29c5 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 15:32:09 +0200
Subject: [PATCH 01/12] Update README.md
---
README.md | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 7f21b68..64d2400 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,5 @@
# SpCloudMain
-
Зайти в wsl
+
-wsl -d Ubuntu
-
-Danil@DESKTOP-TUTRCM9:/mnt/c/Users/Danil/SpCloud/build$
-
-make
-
-./SpCloudMain
-
-
-
-Гайд для обновления wildcard сертификатов
-
-https://youtu.be/VJPfdXN-dSc?si=dF_oWsqM27cMVasz&t=157
-
-Посмотреть срок годности текущих сертификатов
-
-sudo certbot certificates
-
-Запустить процесс обновления сертификата
-
-sudo certbot certonly --manual --preferred-challenges dns
From 02ecd575b0df9493e89a8eec62e1f05f78f6d46f Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 15:35:11 +0200
Subject: [PATCH 02/12] Update README.md
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 64d2400..7e046a1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# SpCloudMain
-
+
+
+
+
From bb03277edf6f3be7639617297d5e0b6bba1f6467 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 15:55:44 +0200
Subject: [PATCH 03/12] Update README.md
---
README.md | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7e046a1..d2ff714 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,34 @@
-# SpCloudMain
+# SpCloud

-
+
+
+## Guide to Using SpCloud
+
+### 1. Creating the Archive
+Compile your .NET application using the **Rebuild** button in Visual Studio.
+It's crucial to use **Rebuild**, not any other options.
+
+
+Place the generated files into an archive.
+
+
+
+
+### 2. Uploading the Application
+Go to the upload interface and select your archive.
+Specify the name and type of your application (e.g., ASP.NET-dotnet asp or console application-dotnet).
+
+
+
+
+
+### 3. Recommendations and Warnings
+Do not overuse hosting resources.
+If your application consumes excessive resources, it may be removed, and you will be banned.
+
+Use the hosting responsibly and stay updated on any changes.
From 9bcca848563435a335b559e335c15c39366c4286 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:06:07 +0200
Subject: [PATCH 04/12] Update README.md
---
README.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/README.md b/README.md
index d2ff714..d59a98c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,16 @@
# SpCloud

+# SpCloudMain
+
+**SpCloudMain** is a micro-hosting solution running on a developer's laptop, designed for uploading and testing .NET applications. This project provides a simple and efficient way to deploy your projects with minimal time resources.
+
+## Features
+
+- **Application Uploading**: Supports uploading project rar archives via an interface
+- **Supported Application Types**: ASP.NET and .NET console applications.
+- **Resource Management**: Limited by the laptop's resources; excessive usage may lead to the removal of your application and a ban.
+
@@ -32,3 +42,11 @@ If your application consumes excessive resources, it may be removed, and you wil
Use the hosting responsibly and stay updated on any changes.
+
+## Contribution
+
+The project has a MIT and open for contributions
+
+
+
+
From 6c6efb451024227789a76ef82a75fb09f01f8a63 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:07:40 +0200
Subject: [PATCH 05/12] Update README.md
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d59a98c..15edfb7 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# SpCloud

-# SpCloudMain
+# SpCloud
-**SpCloudMain** is a micro-hosting solution running on a developer's laptop, designed for uploading and testing .NET applications. This project provides a simple and efficient way to deploy your projects with minimal time resources.
+**SpCloud** is a micro-hosting solution running on a developer's laptop, designed for uploading and testing .NET applications. This project provides a simple and efficient way to deploy your projects with minimal time resources.
## Features
@@ -20,7 +20,9 @@
### 1. Creating the Archive
Compile your .NET application using the **Rebuild** button in Visual Studio.
+
It's crucial to use **Rebuild**, not any other options.
+

Place the generated files into an archive.
@@ -30,6 +32,7 @@ Place the generated files into an archive.
### 2. Uploading the Application
Go to the upload interface and select your archive.
+
Specify the name and type of your application (e.g., ASP.NET-dotnet asp or console application-dotnet).

@@ -38,6 +41,7 @@ Specify the name and type of your application (e.g., ASP.NET-dotnet asp or cons
### 3. Recommendations and Warnings
Do not overuse hosting resources.
+
If your application consumes excessive resources, it may be removed, and you will be banned.
Use the hosting responsibly and stay updated on any changes.
From fe837cc28d720cf0ee73ee0c0a4c099696401fdf Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:09:28 +0200
Subject: [PATCH 06/12] Update README.md
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 15edfb7..3a0aaf6 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,9 @@ If your application consumes excessive resources, it may be removed, and you wil
Use the hosting responsibly and stay updated on any changes.
+### Video Guide
+For a detailed walkthrough, watch the [video guide on YouTube](https://www.youtube.com/watch?v=_y95JUfvo_U).
+
## Contribution
From 12150db12d6e6777dfc3acadf36884502cade007 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:27:50 +0200
Subject: [PATCH 07/12] Update README.md
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3a0aaf6..2ef32dc 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,9 @@

# SpCloud
-**SpCloud** is a micro-hosting solution running on a developer's laptop, designed for uploading and testing .NET applications. This project provides a simple and efficient way to deploy your projects with minimal time resources.
+**SpCloud** is a `free` hosting solution running on a developer's laptop, designed to deploy applications to the public internet. This project provides a simple and cost-effective way to host your projects online with minimal time and resource investment. Whether you're testing or sharing applications, SpCloud enables you to make your projects accessible on the open web, bridging the gap between local development and real-world deployment—all at no cost.
+
+
## Features
From 08f0f73938a9f4ec416cbe7f8ea4cf6578d9e362 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:29:56 +0200
Subject: [PATCH 08/12] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2ef32dc..a25207f 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
**SpCloud** is a `free` hosting solution running on a developer's laptop, designed to deploy applications to the public internet. This project provides a simple and cost-effective way to host your projects online with minimal time and resource investment. Whether you're testing or sharing applications, SpCloud enables you to make your projects accessible on the open web, bridging the gap between local development and real-world deployment—all at no cost.
+
## Features
From 64551980212fb56e60a0501bcda3b524ed222cd8 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:34:39 +0200
Subject: [PATCH 09/12] Update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index a25207f..11e701a 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,13 @@

+Processor: Intel® Core™ i7-3630QM
+
+Ram: 16Gb
+
+Memory: 500Gb
+
+Location: Czech Republic
## Features
From 43068d0a957b13e34919f31f908ce7a946616947 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:40:50 +0200
Subject: [PATCH 10/12] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 11e701a..385a84e 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,10 @@ Use the hosting responsibly and stay updated on any changes.
### Video Guide
For a detailed walkthrough, watch the [video guide on YouTube](https://www.youtube.com/watch?v=_y95JUfvo_U).
+## Limits
+
+Authorization and use of this hosting is only available to people from the [Diamonds Studio team](https://discord.gg/BwKrmxQbp9).
+But if you have any interest write me in [telegram](https://t.me/Hepatacor) maybe I will add you to the whitelist.
## Contribution
From 8b656cdbffac8b3e661763c31d06b85ef37fc616 Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:42:34 +0200
Subject: [PATCH 11/12] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 385a84e..6a81e97 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@

# SpCloud
-**SpCloud** is a `free` hosting solution running on a developer's laptop, designed to deploy applications to the public internet. This project provides a simple and cost-effective way to host your projects online with minimal time and resource investment. Whether you're testing or sharing applications, SpCloud enables you to make your projects accessible on the open web, bridging the gap between local development and real-world deployment—all at no cost.
+**SpCloud** is a `free` hosting solution written in C++ running on a developer's laptop, designed to deploy applications to the public internet. This project provides a simple and cost-effective way to host your projects online with minimal time and resource investment. Whether you're testing or sharing applications, SpCloud enables you to make your projects accessible on the open web, bridging the gap between local development and real-world deployment—all at no cost.

From 1d32ac35628d26076e59dbf5ebfcb93dbc81512d Mon Sep 17 00:00:00 2001
From: Hepatica <75219332+danilt2000@users.noreply.github.com>
Date: Sun, 18 Aug 2024 16:43:12 +0200
Subject: [PATCH 12/12] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6a81e97..5df2e38 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@

# SpCloud
-**SpCloud** is a `free` hosting solution written in C++ running on a developer's laptop, designed to deploy applications to the public internet. This project provides a simple and cost-effective way to host your projects online with minimal time and resource investment. Whether you're testing or sharing applications, SpCloud enables you to make your projects accessible on the open web, bridging the gap between local development and real-world deployment—all at no cost.
+**SpCloud** is a `free` hosting solution written in modern C++ running on a developer's laptop, designed to deploy applications to the public internet. This project provides a simple and cost-effective way to host your projects online with minimal time and resource investment. Whether you're testing or sharing applications, SpCloud enables you to make your projects accessible on the open web, bridging the gap between local development and real-world deployment—all at no cost.
