mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:02:25 -05:00
* [docs/zh] update zh docs: synced to 98c4cae8
* fix typo
* sync the support matrix in README
* update mkdocs.yml: add new article
This commit is contained in:
parent
252a17a691
commit
3db5bfa0f2
13 changed files with 1176 additions and 693 deletions
|
|
@ -20,6 +20,24 @@ accounts-registration-open: false
|
|||
# 默认: true
|
||||
accounts-reason-required: true
|
||||
|
||||
# 整数值。表示24小时内允许的最大已批准注册账号数量,超出此数量将关闭新账号注册。
|
||||
#
|
||||
# 一般情况下,保持默认值相当于将你的实例限制为每天最多新增 10 个账号。
|
||||
#
|
||||
# 将此数值设置为 0 或更低将移除限制。
|
||||
#
|
||||
# 默认:10
|
||||
accounts-registration-daily-limit: 10
|
||||
|
||||
# 整数值。表示待审核队列中允许的最大新账号注册数量,超出此数量将关闭新账号注册。
|
||||
#
|
||||
# 这可以用来对注册队列进行“节流”,从而防止实例管理员不堪重负。
|
||||
#
|
||||
# 将此数值设置为 0 或更低将移除限制。
|
||||
#
|
||||
# 默认:20
|
||||
accounts-registration-backlog-limit: 20
|
||||
|
||||
# 布尔值。允许此实例上的账户为其个人资料页面和贴文设置自定义 CSS。
|
||||
# 启用此设置将允许账户通过 /user 设置页面上传自定义 CSS,
|
||||
# 然后这些 CSS 将在账户的个人资料和贴文的网页视图中呈现。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue