docs: README.md

This commit is contained in:
dqzboy
2024-07-04 14:10:07 +08:00
parent 1230dfb585
commit 04bb2590a7
2 changed files with 8 additions and 8 deletions

View File

@@ -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.
</details>
<details>
@@ -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
</details>

View File

@@ -37,6 +37,8 @@
**方式二:** 域名托管到[Cloudflare 开启免费SSL证书](https://www.cloudflare.com/zh-cn/application-services/products/ssl/)
**方式三:** 可通过第三方平台,申请免费的域名证书(免费一般都为DV证书),适用于个人网站、博客和小型项目
</details>
@@ -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的问题
</details>