# 配置

- [1.配置概述](https://rs.ppgg.in/configuration/configuration-overview.md)
- [2.启用管理页面](https://rs.ppgg.in/configuration/enabling-admin-page.md)
- [3.SMTP 配置](https://rs.ppgg.in/configuration/smtp-configuration.md)
- [4.禁用新用户注册](https://rs.ppgg.in/configuration/disable-registration-of-new-users.md)
- [5.禁用邀请](https://rs.ppgg.in/configuration/disable-invitations.md)
- [6.启用 WebSocket 通知](https://rs.ppgg.in/configuration/enabling-websocket-notifications.md)
- [7.启用移动客户端推送通知](https://rs.ppgg.in/configuration/enabling-mobile-client-push-notification.md)
- [8.使用 OpenId Connect 启用 SSO 支持](https://rs.ppgg.in/configuration/enabling-sso-support-using-openid-connect.md)
- [9.允许从内部服务获取图标](https://rs.ppgg.in/configuration/allow-icon-fetching-from-internal-services.md)
- [10.其他配置](https://rs.ppgg.in/configuration/other-configuration.md)
- [数据库](https://rs.ppgg.in/configuration/database.md)
- [1.使用 MariaDB (MySQL) 后端](https://rs.ppgg.in/configuration/database/using-the-mariadb-mysql-backend.md)
- [2.使用 PostgreSQL 后端](https://rs.ppgg.in/configuration/database/using-the-postgresql-backend.md)
- [3.在未启用 WAL 的情况下运行](https://rs.ppgg.in/configuration/database/running-without-wal-enabled.md)
- [4.从 MariaDB (MySQL) 迁移到 SQLite](https://rs.ppgg.in/configuration/database/migrating-from-mariadb-mysql-to-sqlite.md)
- [安全](https://rs.ppgg.in/configuration/security.md)
- [1.强化指南](https://rs.ppgg.in/configuration/security/hardening-guide.md)
- [2.显示密码提示](https://rs.ppgg.in/configuration/security/password-hint-display.md)
- [3.启用 U2F 和 FIDO2 WebAuthn 身份验证](https://rs.ppgg.in/configuration/security/enabling-u2f-and-fido2-webauthn-authentication.md)
- [4.启用 YubiKey OTP 身份验证](https://rs.ppgg.in/configuration/security/enabling-yubikey-otp-authentication.md)
- [5.Fail2ban 设置](https://rs.ppgg.in/configuration/security/fail2ban-setup.md)
- [6.Docker Traefik ModSecurity 设置](https://rs.ppgg.in/configuration/security/docker-traefik-modsecurity-setup.md)
- [性能](https://rs.ppgg.in/configuration/performance.md)
- [1.更改 API 请求大小限制](https://rs.ppgg.in/configuration/performance/changing-the-api-request-size-limit.md)
- [2.更改 worker 数量](https://rs.ppgg.in/configuration/performance/changing-the-number-of-workers.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rs.ppgg.in/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
