2021-06-03 18:20:40 +02:00
|
|
|
# Summary
|
|
|
|
|
|
|
|
# Introduction
|
|
|
|
- [Welcome and Overview](welcome_and_overview.md)
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
- [Installation](setup/installation.md)
|
|
|
|
- [Using Postgres](postgres.md)
|
|
|
|
- [Configuring a Reverse Proxy](reverse_proxy.md)
|
2021-08-05 13:20:05 +02:00
|
|
|
- [Configuring a Forward/Outbound Proxy](setup/forward_proxy.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Configuring a Turn Server](turn-howto.md)
|
|
|
|
- [Delegation](delegate.md)
|
|
|
|
|
|
|
|
# Upgrading
|
2021-06-23 17:57:57 +02:00
|
|
|
- [Upgrading between Synapse Versions](upgrade.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
|
|
|
|
# Usage
|
|
|
|
- [Federation](federate.md)
|
|
|
|
- [Configuration](usage/configuration/README.md)
|
2022-04-18 20:32:30 +02:00
|
|
|
- [Configuration Manual](usage/configuration/config_documentation.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Homeserver Sample Config File](usage/configuration/homeserver_sample_config.md)
|
|
|
|
- [Logging Sample Config File](usage/configuration/logging_sample_config.md)
|
|
|
|
- [Structured Logging](structured_logging.md)
|
2021-08-17 14:45:24 +02:00
|
|
|
- [Templates](templates.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [User Authentication](usage/configuration/user_authentication/README.md)
|
2021-11-10 18:54:56 +01:00
|
|
|
- [Single-Sign On](usage/configuration/user_authentication/single_sign_on/README.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [OpenID Connect](openid.md)
|
2021-11-10 18:54:56 +01:00
|
|
|
- [SAML](usage/configuration/user_authentication/single_sign_on/saml.md)
|
|
|
|
- [CAS](usage/configuration/user_authentication/single_sign_on/cas.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [SSO Mapping Providers](sso_mapping_providers.md)
|
|
|
|
- [Password Auth Providers](password_auth_providers.md)
|
|
|
|
- [JSON Web Tokens](jwt.md)
|
2021-12-08 16:31:17 +01:00
|
|
|
- [Refresh Tokens](usage/configuration/user_authentication/refresh_tokens.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Registration Captcha](CAPTCHA_SETUP.md)
|
|
|
|
- [Application Services](application_services.md)
|
|
|
|
- [Server Notices](server_notices.md)
|
|
|
|
- [Consent Tracking](consent_tracking.md)
|
|
|
|
- [User Directory](user_directory.md)
|
|
|
|
- [Message Retention Policies](message_retention_policies.md)
|
2021-09-08 19:14:54 +02:00
|
|
|
- [Pluggable Modules](modules/index.md)
|
|
|
|
- [Writing a module](modules/writing_a_module.md)
|
|
|
|
- [Spam checker callbacks](modules/spam_checker_callbacks.md)
|
|
|
|
- [Third-party rules callbacks](modules/third_party_rules_callbacks.md)
|
|
|
|
- [Presence router callbacks](modules/presence_router_callbacks.md)
|
|
|
|
- [Account validity callbacks](modules/account_validity_callbacks.md)
|
2021-10-13 13:21:52 +02:00
|
|
|
- [Password auth provider callbacks](modules/password_auth_provider_callbacks.md)
|
2021-12-01 15:13:01 +01:00
|
|
|
- [Background update controller callbacks](modules/background_update_controller_callbacks.md)
|
2022-04-01 11:22:48 +02:00
|
|
|
- [Account data callbacks](modules/account_data_callbacks.md)
|
2021-09-08 19:14:54 +02:00
|
|
|
- [Porting a legacy module to the new interface](modules/porting_legacy_module.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Workers](workers.md)
|
|
|
|
- [Using `synctl` with Workers](synctl_workers.md)
|
|
|
|
- [Systemd](systemd-with-workers/README.md)
|
|
|
|
- [Administration](usage/administration/README.md)
|
|
|
|
- [Admin API](usage/administration/admin_api/README.md)
|
|
|
|
- [Account Validity](admin_api/account_validity.md)
|
2021-11-08 17:08:02 +01:00
|
|
|
- [Background Updates](usage/administration/admin_api/background_updates.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Event Reports](admin_api/event_reports.md)
|
|
|
|
- [Media](admin_api/media_admin_api.md)
|
|
|
|
- [Purge History](admin_api/purge_history_api.md)
|
|
|
|
- [Register Users](admin_api/register_api.md)
|
2021-08-21 23:14:43 +02:00
|
|
|
- [Registration Tokens](usage/administration/admin_api/registration_tokens.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Manipulate Room Membership](admin_api/room_membership.md)
|
|
|
|
- [Rooms](admin_api/rooms.md)
|
|
|
|
- [Server Notices](admin_api/server_notices.md)
|
|
|
|
- [Statistics](admin_api/statistics.md)
|
|
|
|
- [Users](admin_api/user_admin_api.md)
|
|
|
|
- [Server Version](admin_api/version_api.md)
|
2021-12-06 17:59:50 +01:00
|
|
|
- [Federation](usage/administration/admin_api/federation.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Manhole](manhole.md)
|
|
|
|
- [Monitoring](metrics-howto.md)
|
2022-07-19 14:38:29 +02:00
|
|
|
- [Reporting Homeserver Usage Statistics](usage/administration/monitoring/reporting_homeserver_usage_statistics.md)
|
2022-09-01 16:48:43 +02:00
|
|
|
- [Monthly Active Users](usage/administration/monthly_active_users.md)
|
2021-12-01 19:12:19 +01:00
|
|
|
- [Understanding Synapse Through Grafana Graphs](usage/administration/understanding_synapse_through_grafana_graphs.md)
|
|
|
|
- [Useful SQL for Admins](usage/administration/useful_sql_for_admins.md)
|
|
|
|
- [Database Maintenance Tools](usage/administration/database_maintenance_tools.md)
|
2022-02-04 12:27:00 +01:00
|
|
|
- [State Groups](usage/administration/state_groups.md)
|
2021-06-16 14:31:55 +02:00
|
|
|
- [Request log format](usage/administration/request_log.md)
|
2021-12-01 19:12:19 +01:00
|
|
|
- [Admin FAQ](usage/administration/admin_faq.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Scripts]()
|
|
|
|
|
|
|
|
# Development
|
|
|
|
- [Contributing Guide](development/contributing_guide.md)
|
|
|
|
- [Code Style](code_style.md)
|
2022-07-06 13:30:58 +02:00
|
|
|
- [Reviewing Code](development/reviews.md)
|
2022-02-10 14:15:10 +01:00
|
|
|
- [Release Cycle](development/releases.md)
|
2021-07-22 12:58:24 +02:00
|
|
|
- [Git Usage](development/git.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Testing]()
|
2022-03-08 21:02:59 +01:00
|
|
|
- [Demo scripts](development/demo.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [OpenTracing](opentracing.md)
|
2021-06-11 15:45:53 +02:00
|
|
|
- [Database Schemas](development/database_schema.md)
|
2021-09-22 15:41:42 +02:00
|
|
|
- [Experimental features](development/experimental_features.md)
|
2022-06-10 16:47:49 +02:00
|
|
|
- [Dependency management](development/dependencies.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Synapse Architecture]()
|
2022-05-18 18:56:23 +02:00
|
|
|
- [Cancellation](development/synapse_architecture/cancellation.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [Log Contexts](log_contexts.md)
|
|
|
|
- [Replication](replication.md)
|
|
|
|
- [TCP Replication](tcp_replication.md)
|
|
|
|
- [Internal Documentation](development/internal_documentation/README.md)
|
|
|
|
- [Single Sign-On]()
|
2021-07-22 12:58:24 +02:00
|
|
|
- [SAML](development/saml.md)
|
|
|
|
- [CAS](development/cas.md)
|
2021-08-03 12:08:57 +02:00
|
|
|
- [Room DAG concepts](development/room-dag-concepts.md)
|
2021-06-03 18:20:40 +02:00
|
|
|
- [State Resolution]()
|
|
|
|
- [The Auth Chain Difference Algorithm](auth_chain_difference_algorithm.md)
|
|
|
|
- [Media Repository](media_repository.md)
|
|
|
|
- [Room and User Statistics](room_and_user_statistics.md)
|
|
|
|
- [Scripts]()
|
|
|
|
|
|
|
|
# Other
|
2021-06-11 15:45:53 +02:00
|
|
|
- [Dependency Deprecation Policy](deprecation_policy.md)
|
2021-12-01 19:12:19 +01:00
|
|
|
- [Running Synapse on a Single-Board Computer](other/running_synapse_on_single_board_computers.md)
|