mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
38a08cd25a
* [docs] add zh docs * [docs] add lang dropdown * [docs] update mkdocs zh config * [docs] migrate assets * [docs] update overrides dir in mkdocs zh config * [docs] exclude locales director in main mkdocs config * [docs] rename assets to public to avoid conflicting with template * [docs] extra_css change followup * [docs] add theme.palette.toggle.icon back into mkdocs zh config * [docs] fix zh readme reference + migrate language-specific repo markdown to docs * [docs] translate remaining repo docs + update reference * [docs] update zh index.md reference * [docs/zh] wording alignment
20 lines
885 B
Markdown
20 lines
885 B
Markdown
# 进阶
|
||
|
||
在本节中,我们将讨论多个进阶主题,主要涉及 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)
|