-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·143 lines (141 loc) · 4.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
executable file
·143 lines (141 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
site_name: 家庭 AIO 服务器搭建教程
site_url: https://aio.it927.com
site_author: 陈大剩
site_description: "家庭 AIO 服务器 ESXi 环境搭建教程"
repo_name: cxbdasheng/AIO
repo_url: https://github.com/cxbdasheng/AIO
copyright: Copyright © 2024 aio.it927.com 陈大剩
theme:
name: material
custom_dir: overrides
font: false
language: zh
icon:
logo: material/home
repo: fontawesome/brands/git-alt
favicon: assets/images/favicon.ico
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.annotate
- content.code.copy
- content.action.edit
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 切换深色模式
# Toggle dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: 切换浅色模式
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
auto_title: true
anchor_linenums: true
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.striphtml
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- glightbox
- git-revision-date-localized:
enable_creation_date: true
locale: "zh_CN"
- search:
lang:
- en
- ja
- zh
edit_uri: edit/main/docs/
extra_javascript:
- javascripts/analysis.js
- javascripts/mermaid.min.js
- javascripts/mermaid-init.js
extra:
generator: false
social:
- icon: fontawesome/brands/fort-awesome
link: https://www.it927.com
name: 陈大剩
nav:
- 首页: "index.md"
- 前言介绍:
- All-in-One 环境概念: "prefaces/all-in-one-env.md"
- 什么是 ESXi: "prefaces/what-is-esxi.md"
- 陈大剩写在前面的话: "prefaces/words-written-earlier.md"
- 本教程目标与适用对象: "prefaces/for-the-crowd.md"
- 准备工作:
- 硬件配置: "preparation/hardware-details.md"
- BIOS 设置: "preparation/bios-settings.md"
- 硬盘划分: "preparation/disk-partitioning.md"
- 安装 ESXi: "preparation/install-esxi.md"
- ESXi 基础设置: "preparation/base-settings.md"
- 网络架构:
- ESXi 网络概述: "network/overview.md"
- 网络拓扑设计: "network/settings.md"
- 网络拓扑实战: "network/fight.md"
- 跳板机使用: "network/jumper.md"
- 突破 1000M 带宽 : "network/intranet.md"
- 故障排查与优化: "network/fault.md"
- ESXi 进阶操作:
- 虚拟机自启动: "esxi/self-starting.md"
- 镜像转换: "esxi/convert.md"
- SSL 证书配置: "esxi/ssl.md"
- 硬件直通: "esxi/passthrough.md"
- 虚拟机克隆: "esxi/clone.md"
- 功耗节能: "esxi/esxi-power-saving.md"
- 软路由:
- 系统安装: "route/install.md"
- 开启 IPv6: "route/ipv6.md"
- 硬盘扩容: "route/expansion.md"
- OpenClash: "route/open-clash.md"
- 黑群晖:
- 系统安装: "synology/install.md"
- 存储设计: "synology/design.md"
- SSD 缓存加速: "synology/ssd.md"
- 添加证书: "synology/ssl-acme.md"
- 远程访问: "synology/remote-access.md"
- 家庭工作区:
- 家庭 PC: "home/pc.md"
- 生产服务器: "home/develop.md"
- 影视媒体中心: "home/video.md"
- 全屋网络覆盖: "home/network.md"
- Kubernetes 集群: "home/k8s.md"
- 远程穿透:
- 前言: "remote/overview.md"
- IPv6 DDNS: "remote/ddns.md"
- IPv6 转 IPv4: "remote/ipv6-ipv4.md"
- IPv6 转 IPv4/IPv6 (ESA): "remote/esa.md"
- 公网 NAT: "remote/nat.md"
- Frp 内网穿透: "remote/frp.md"
- 常见 Q&A:
- ESXi 紫屏: "qa/purple.md"
- 问题列表: "qa/qa.md"