summaryrefslogtreecommitdiff
path: root/docs/locales/zh/advanced/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/locales/zh/advanced/index.md')
-rw-r--r--docs/locales/zh/advanced/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/locales/zh/advanced/index.md b/docs/locales/zh/advanced/index.md
new file mode 100644
index 000000000..152a2cf16
--- /dev/null
+++ b/docs/locales/zh/advanced/index.md
@@ -0,0 +1,19 @@
+# 进阶
+
+在本节中,我们将讨论多个进阶主题,主要涉及 GoToSocial 的构建、部署、操作和调优。
+
+我们将这些主题视为进阶主题,因为不正确地应用它们可能导致客户端和联合问题。如果你不了解所做的更改,应用其中的任何配置更改也可能使调试你的 GoToSocial 实例问题变得更困难。
+
+## 指南
+
+* [分域部署(API 与账户域名)](host-account-domain.md)
+* [使用 HTTP 代理进行客户端/外部请求](outgoing-proxy.md)
+* [配置 TLS 证书](certificates.md)
+* [缓存 API 响应](caching/api.md)
+* [缓存资源及媒体](caching/assets-media.md)
+* [进程沙箱](security/sandboxing.md)
+* [配置防火墙](security/firewall.md)
+* [追踪](tracing.md)
+* [指标](metrics.md)
+* [配置 SQLite 副本](replicating-sqlite.md)
+* [网络存储上的 SQLite](sqlite-networked-storage.md)