mirror of
https://github.com/beclab/Olares
synced 2026-05-23 08:48:25 +00:00
docs: update mirrors and cdn urls and hide Windows Docker installation guide (#2041)
This commit is contained in:
commit
ef347ff8ef
13 changed files with 24 additions and 23 deletions
|
|
@ -76,10 +76,10 @@ const side = {
|
|||
text: "Using script",
|
||||
link: "/manual/get-started/install-windows-script",
|
||||
},
|
||||
{
|
||||
/* {
|
||||
text: "Using Docker image",
|
||||
link: "/manual/get-started/install-windows-docker",
|
||||
},
|
||||
},*/
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -78,10 +78,10 @@ const side = {
|
|||
text: "使用脚本",
|
||||
link: "/zh/manual/get-started/install-windows-script",
|
||||
},
|
||||
{
|
||||
/*{
|
||||
text: "使用 Docker 镜像",
|
||||
link: "/zh/manual/get-started/install-windows-docker",
|
||||
},
|
||||
},*/
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"registry-mirrors": [
|
||||
"https://mirrors.joinolares.cn"
|
||||
"https://mirrors.olares.cn"
|
||||
],
|
||||
|
||||
"features": {
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ Explicitly specifies that this machine is accessible publicly on the internet, a
|
|||
|
||||
### `REGISTRY_MIRRORS`
|
||||
Specifies a custom Docker registry mirror for faster image pulls.
|
||||
- **Valid values**: `https://mirrors.joinolares.cn` or any other valid URL
|
||||
- **Valid values**: `https://mirrors.olares.com` or any other valid URL
|
||||
- **Default**: `https://registry-1.docker.io`
|
||||
|
||||
### `TAILSCALE_CONTROLPLANE_URL`
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ These methods are suitable for **development**, **testing**, or **lightweight en
|
|||
|
||||
#### Windows
|
||||
- [**One-line script**](install-windows-script.md): Install Olares in Windows Subsystem for Linux 2 (WSL 2).
|
||||
- [**Docker image**](install-windows-docker.md): Run Olares in Docker with WSL 2 integration.
|
||||
<!-- [**Docker image**](install-windows-docker.md): Run Olares in Docker with WSL 2 integration. -->
|
||||
|
||||
#### macOS
|
||||
- [**One-line script**](install-mac-script.md): Install Olares in a containerized environment via MiniKube.
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ export FRP_ENABLE=1 \
|
|||
FRP_PORT=0 \
|
||||
JUICEFS=0 \
|
||||
FRP_AUTH_METHOD="jws" \
|
||||
REGISTRY_MIRRORS="https://mirrors.joinolares.cn" \
|
||||
DOWNLOAD_CDN_URL="https://cdn.joinolares.cn" \
|
||||
REGISTRY_MIRRORS="https://mirrors.olares.cn" \
|
||||
DOWNLOAD_CDN_URL="https://cdn.olares.cn" \
|
||||
MARKET_PROVIDER="appstore-china-server-prod.api.jointerminus.cn" \
|
||||
TERMINUS_CERT_SERVICE_API="https://terminus-cert.api.jointerminus.cn" \
|
||||
TERMINUS_DNS_SERVICE_API="https://terminus-dnsop.api.jointerminus.cn" \
|
||||
|
|
@ -167,7 +167,7 @@ curl -sSfL https://olares.sh | bash
|
|||
|
||||
### `REGISTRY_MIRRORS`
|
||||
设置 Docker 镜像加速地址。
|
||||
- **可选值**:`https://mirrors.joinolares.cn` 或其他镜像源地址
|
||||
- **可选值**:`https://mirrors.olares.cn` 或其他镜像源地址
|
||||
- **默认值**:`https://registry-1.docker.io`
|
||||
|
||||
### `TAILSCALE_CONTROLPLANE_URL`
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ description: 在 Proxmox VE(PVE)中配置 GPU 直通,并在启用 GPU 加
|
|||
- RAM:推荐 16 GB 及以上
|
||||
- 存储:不少于 200 GB的可用磁盘空间,需使用 SSD 硬盘安装。使用 HDD(机械硬盘)可能会导致安装失败。
|
||||
- 支持的系统版本:PVE 8.3.2
|
||||
- Olares ISO 镜像:点击[此处](https://cdn.joinolares.cn/olares-v1.12.1-amd64-cn.iso)下载 Olares 官方镜像。
|
||||
- Olares ISO 镜像:点击[此处](https://cdn.olares.cn/olares-v1.12.1-amd64-cn.iso)下载 Olares 官方镜像。
|
||||
|
||||
## 在 PVE 中配置 GPU 直通
|
||||
|
||||
|
|
|
|||
|
|
@ -216,8 +216,8 @@ DID(Decentralized Identifier,去中心化标识符)是在获得最终的 O
|
|||
$env:FRP_PORT = "0"
|
||||
$env:JUICEFS = "0"
|
||||
$env:FRP_AUTH_METHOD = "jws"
|
||||
$env:REGISTRY_MIRRORS = "https://mirrors.joinolares.cn"
|
||||
$env:DOWNLOAD_CDN_URL = "https://cdn.joinolares.cn"
|
||||
$env:REGISTRY_MIRRORS = "https://mirrors.olares.cn"
|
||||
$env:DOWNLOAD_CDN_URL = "https://cdn.olares.cn"
|
||||
$env:MARKET_PROVIDER = "appstore-china-server-prod.api.jointerminus.cn"
|
||||
$env:TERMINUS_CERT_SERVICE_API = "https://terminus-cert.api.jointerminus.cn"
|
||||
$env:TERMINUS_DNS_SERVICE_API = "https://terminus-dnsop.api.jointerminus.cn"
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ cd ~/olares-config
|
|||
|
||||
```bash
|
||||
Registry Mirrors:
|
||||
https://mirrors.joinolares.cn/
|
||||
https://mirrors.olares.cn/
|
||||
```
|
||||
## 设置环境变量并启动容器
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Mac 设备需满足以下条件:
|
|||
<tabs>
|
||||
<template #M-系列芯片>
|
||||
|
||||
1. 下载`olaresd-proxy`:https://cdn.joinolares.cn/olaresd-proxy-v0.1.0-darwin-arm64.tar.gz 。
|
||||
1. 下载`olaresd-proxy`:https://cdn.olares.cn/olaresd-proxy-v0.1.0-darwin-arm64.tar.gz 。
|
||||
2. 解压文件,启动 `olaresd-proxy`。
|
||||
:::info 保持 `olaresd-proxy` 在后台运行
|
||||
在 Olares 安装和激活期间,保证 `olaresd-proxy` 在后台运行。
|
||||
|
|
@ -48,7 +48,7 @@ Mac 设备需满足以下条件:
|
|||
|
||||
<template #Intel-芯片>
|
||||
|
||||
1. 下载`olaresd-proxy`:https://cdn.joinolares.cn/olaresd-proxy-v0.1.0-darwin-amd64.tar.gz 。
|
||||
1. 下载`olaresd-proxy`:https://cdn.olares.cn/olaresd-proxy-v0.1.0-darwin-amd64.tar.gz 。
|
||||
2. 解压文件,启动 `olaresd-proxy`。
|
||||
:::info 保持 `olaresd-proxy` 在后台运行
|
||||
在 Olares 安装和激活期间,保证 `olaresd-proxy` 在后台运行。
|
||||
|
|
@ -70,7 +70,7 @@ Mac 设备需满足以下条件:
|
|||
},
|
||||
"experimental": false,
|
||||
"registry-mirrors": [
|
||||
"https://mirrors.joinolares.cn"
|
||||
"https://mirrors.olares.cn"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -33,7 +33,8 @@ Olares 支持多平台、多部署方式。请根据你的使用场景选择最
|
|||
|
||||
#### Windows
|
||||
- [**一行命令**](install-windows-script.md) — 在 WSL2 虚拟化环境中安装 Olares。
|
||||
- [**Docker 镜像**](install-windows-docker.md) — 在 WSL2 的 Docker 容器中运行 Olares。
|
||||
<!-- [**Docker 镜像**](install-windows-docker.md) — 在 WSL2 的 Docker 容器中运行 Olares。 -->
|
||||
|
||||
|
||||
#### macOS
|
||||
- [**一行命令**](install-mac-script.md) — 使用 MiniKube 在容器化环境中安装 Olares。
|
||||
|
|
|
|||
|
|
@ -63,8 +63,8 @@ Windows 设备需满足以下条件:
|
|||
Cgroup version: 2
|
||||
```
|
||||
|
||||
3. 下载与 WSL 内核版本相匹配的文件:`https://cdn.joinolares.cn/bzImage-<内核版本号>`。
|
||||
例如,`5.15.167.4-1` 版本对应的链接是 [https://cdn.joinolares.cn/bzImage-5.15.167.4](https://cdn.joinolares.cn/bzImage-5.15.167.4)。
|
||||
3. 下载与 WSL 内核版本相匹配的文件:`https://cdn.olares.cn/bzImage-<内核版本号>`。
|
||||
例如,`5.15.167.4-1` 版本对应的链接是 [https://cdn.olares.cn/bzImage-5.15.167.4](https://cdn.olares.cn/bzImage-5.15.167.4)。
|
||||
|
||||
目前支持以下内核版本(`5.15.146.1` 及以上):
|
||||
- `linux-msft-wsl-5.15.146.1`
|
||||
|
|
@ -107,14 +107,14 @@ Windows 设备需满足以下条件:
|
|||
},
|
||||
"experimental": false,
|
||||
"registry-mirrors": [
|
||||
"https://mirrors.joinolares.cn"
|
||||
"https://mirrors.olares.cn"
|
||||
]
|
||||
}
|
||||
```
|
||||
3. 点击 **Apply & restart** 使变更生效。
|
||||
|
||||
## 运行 `olaresd-proxy`
|
||||
1. 下载 `olaresd-proxy`:[https://cdn.joinolares.cn/olaresd-proxy-v0.1.0-windows-amd64.tar.gz](https://cdn.joinolares.cn/olaresd-proxy-v0.1.0-windows-amd64.tar.gz)。
|
||||
1. 下载 `olaresd-proxy`:[https://cdn.olares.cn/olaresd-proxy-v0.1.0-windows-amd64.tar.gz](https://cdn.olares.cn/olaresd-proxy-v0.1.0-windows-amd64.tar.gz)。
|
||||
2. 解压文件,打开 `olaresd-proxy`。
|
||||
:::info 保持 `olaresd-proxy` 在后台运行
|
||||
在安装和激活 Olares 的整个过程中,确保 `olaresd-proxy` 在后台运行。
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Olares 定期发布新版本,带来功能改进和用户体验优化。本文
|
|||

|
||||
2. 在终端中执行以下命令:
|
||||
```bash
|
||||
curl -SsfL https://cdn.joinolares.cn/upgrade_1_11_6.sh | bash -
|
||||
curl -SsfL https://cdn.olares.cn/upgrade_1_11_6.sh | bash -
|
||||
```
|
||||
其中:
|
||||
- `1_11_6` 表示将 `olaresd` 和 `olares-cli` 升级到 `1.11.6` 版本。
|
||||
Loading…
Reference in a new issue