From 04bb2590a708f208b740eeedd92160a3a24b3cdf Mon Sep 17 00:00:00 2001 From: dqzboy Date: Thu, 4 Jul 2024 14:10:07 +0800 Subject: [PATCH] docs: README.md --- README.en.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 17cf3f3..4ae308c 100644 --- a/README.en.md +++ b/README.en.md @@ -37,6 +37,8 @@ **Method two:** Domain hosted to[Cloudflare enabling free SSL certificate](https://www.cloudflare.com/zh-cn/application-services/products/ssl/) +**Method Three:** You can apply for a free domain certificate (typically a DV certificate) through a third-party platform, suitable for personal websites, blogs, and small projects. +
@@ -45,11 +47,9 @@ **Scheme one:** 🚀 🚀 If you don't have the things mentioned above, you can also deploy to **[Render](Render/README.md)** -**Scheme two:** If you don't have a domain name, only a public IP, then you can try to apply for an SSL certificate for the IP via **[Zerossl](https://zerossl.com)** +**Scheme two:** If you only have one server and don't want to deal with domain names or configure TLS, then you can configure Docker's configuration file `daemon.json`, and specify `insecure-registries` to configure your image acceleration address -**Scheme three:** If you only have one server and don't want to deal with domain names or configure TLS, then you can configure Docker's configuration file `daemon.json`, and specify `insecure-registries` to configure your image acceleration address - -**Scheme four:** If you're deploying on a server within China, you can configure proxies while executing one-click deployment, which will also help solve the problem of Docker not being able to install domestically +**Scheme three:** If you're deploying on a server within China, you can configure proxies while executing one-click deployment, which will also help solve the problem of Docker not being able to install domestically
diff --git a/README.md b/README.md index dc48efa..cd69c71 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ **方式二:** 域名托管到[Cloudflare 开启免费SSL证书](https://www.cloudflare.com/zh-cn/application-services/products/ssl/) +**方式三:** 可通过第三方平台,申请免费的域名证书(免费一般都为DV证书),适用于个人网站、博客和小型项目 + @@ -46,11 +48,9 @@ **方案一:** 🚀 如果你身边没有上面提到的这些东西,那么你也可以部署到 **[Render](Render/README.md)** -**方案二:** 如果没有域名,只有公网IP,那么你可以尝试通过 **[Zerossl](https://zerossl.com)** 给IP申请SSL证书 +**方案二:** 如果你只有一台服务器,不想搞域名也不想配置TLS,那么你可以修改Docker的配置文件`daemon.json`,指定`insecure-registries` 为你的镜像加速地址 -**方案三:** 如果你只有一台服务器,不想搞域名也不想配置TLS,那么你可以配置Docker的配置文件`daemon.json`,指定`insecure-registries`配置你的镜像加速地址 - -**方案四:** 如果你是在国内的服务器部署,那么你可以在执行一键部署时配置代理,同时会帮你解决国内无法安装Docker的问题 +**方案三:** 如果你是在国内的服务器部署,那么你可以在执行一键部署时配置代理,同时会帮你解决国内无法安装Docker的问题