You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Include additional TURN server example into documentation (#14293) * Include eturnal TURN server configuration example and moving specific configuration examples into sub folders. * Update docs/turn-howto.md Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> * Update docs/setup/turn/coturn.md Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> * Update docs/setup/turn/eturnal.md Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> * Fix TURN relaying public IP address hint * lint eturnal installation commands * Adjust synapse setup to link to existing documentation ..avoid redundant information. * remove redundant text * include alpine linux package link * Create 14293.doc * Update 14293.doc add missing dot * Update docs/setup/turn/eturnal.md Co-authored-by: reivilibre <olivier@librepush.net> * Update docs/setup/turn/eturnal.md Co-authored-by: reivilibre <olivier@librepush.net> * Update docs/setup/turn/coturn.md Co-authored-by: Moritz Dietz <moritzdietz@users.noreply.github.com> * Update docs/setup/turn/coturn.md Co-authored-by: Moritz Dietz <moritzdietz@users.noreply.github.com> * Update docs/setup/turn/coturn.md Co-authored-by: Moritz Dietz <moritzdietz@users.noreply.github.com> * Update docs/setup/turn/eturnal.md Co-authored-by: reivilibre <olivier@librepush.net> * Update docs/setup/turn/coturn.md Co-authored-by: Moritz Dietz <moritzdietz@users.noreply.github.com> * Update docs/setup/turn/coturn.md Co-authored-by: Moritz Dietz <moritzdietz@users.noreply.github.com> * Update eturnal.md to link to official documentation ... and to simplify some aspects * Adjust coturn to link to default prefix * Mention eturnalctl location * Update docs/turn-howto.md Co-authored-by: Saarko <sandomir@tutanotal.com> Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Co-authored-by: reivilibre <olivier@librepush.net> Co-authored-by: Moritz Dietz <moritzdietz@users.noreply.github.com>
преди 1 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # Summary
  2. # Introduction
  3. - [Welcome and Overview](welcome_and_overview.md)
  4. # Setup
  5. - [Installation](setup/installation.md)
  6. - [Using Postgres](postgres.md)
  7. - [Configuring a Reverse Proxy](reverse_proxy.md)
  8. - [Configuring a Forward/Outbound Proxy](setup/forward_proxy.md)
  9. - [Configuring a Turn Server](turn-howto.md)
  10. - [coturn TURN server](setup/turn/coturn.md)
  11. - [eturnal TURN server](setup/turn/eturnal.md)
  12. - [Delegation](delegate.md)
  13. # Upgrading
  14. - [Upgrading between Synapse Versions](upgrade.md)
  15. # Usage
  16. - [Federation](federate.md)
  17. - [Configuration](usage/configuration/README.md)
  18. - [Configuration Manual](usage/configuration/config_documentation.md)
  19. - [Homeserver Sample Config File](usage/configuration/homeserver_sample_config.md)
  20. - [Logging Sample Config File](usage/configuration/logging_sample_config.md)
  21. - [Structured Logging](structured_logging.md)
  22. - [Templates](templates.md)
  23. - [User Authentication](usage/configuration/user_authentication/README.md)
  24. - [Single-Sign On](usage/configuration/user_authentication/single_sign_on/README.md)
  25. - [OpenID Connect](openid.md)
  26. - [SAML](usage/configuration/user_authentication/single_sign_on/saml.md)
  27. - [CAS](usage/configuration/user_authentication/single_sign_on/cas.md)
  28. - [SSO Mapping Providers](sso_mapping_providers.md)
  29. - [Password Auth Providers](password_auth_providers.md)
  30. - [JSON Web Tokens](jwt.md)
  31. - [Refresh Tokens](usage/configuration/user_authentication/refresh_tokens.md)
  32. - [Registration Captcha](CAPTCHA_SETUP.md)
  33. - [Application Services](application_services.md)
  34. - [Server Notices](server_notices.md)
  35. - [Consent Tracking](consent_tracking.md)
  36. - [User Directory](user_directory.md)
  37. - [Message Retention Policies](message_retention_policies.md)
  38. - [Pluggable Modules](modules/index.md)
  39. - [Writing a module](modules/writing_a_module.md)
  40. - [Spam checker callbacks](modules/spam_checker_callbacks.md)
  41. - [Third-party rules callbacks](modules/third_party_rules_callbacks.md)
  42. - [Presence router callbacks](modules/presence_router_callbacks.md)
  43. - [Account validity callbacks](modules/account_validity_callbacks.md)
  44. - [Password auth provider callbacks](modules/password_auth_provider_callbacks.md)
  45. - [Background update controller callbacks](modules/background_update_controller_callbacks.md)
  46. - [Account data callbacks](modules/account_data_callbacks.md)
  47. - [Add extra fields to client events unsigned section callbacks](modules/add_extra_fields_to_client_events_unsigned.md)
  48. - [Porting a legacy module to the new interface](modules/porting_legacy_module.md)
  49. - [Workers](workers.md)
  50. - [Using `synctl` with Workers](synctl_workers.md)
  51. - [Systemd](systemd-with-workers/README.md)
  52. - [Administration](usage/administration/README.md)
  53. - [Admin API](usage/administration/admin_api/README.md)
  54. - [Account Validity](admin_api/account_validity.md)
  55. - [Background Updates](usage/administration/admin_api/background_updates.md)
  56. - [Event Reports](admin_api/event_reports.md)
  57. - [Experimental Features](admin_api/experimental_features.md)
  58. - [Media](admin_api/media_admin_api.md)
  59. - [Purge History](admin_api/purge_history_api.md)
  60. - [Register Users](admin_api/register_api.md)
  61. - [Registration Tokens](usage/administration/admin_api/registration_tokens.md)
  62. - [Manipulate Room Membership](admin_api/room_membership.md)
  63. - [Rooms](admin_api/rooms.md)
  64. - [Server Notices](admin_api/server_notices.md)
  65. - [Statistics](admin_api/statistics.md)
  66. - [Users](admin_api/user_admin_api.md)
  67. - [Server Version](admin_api/version_api.md)
  68. - [Federation](usage/administration/admin_api/federation.md)
  69. - [Manhole](manhole.md)
  70. - [Monitoring](metrics-howto.md)
  71. - [Reporting Homeserver Usage Statistics](usage/administration/monitoring/reporting_homeserver_usage_statistics.md)
  72. - [Monthly Active Users](usage/administration/monthly_active_users.md)
  73. - [Understanding Synapse Through Grafana Graphs](usage/administration/understanding_synapse_through_grafana_graphs.md)
  74. - [Useful SQL for Admins](usage/administration/useful_sql_for_admins.md)
  75. - [Database Maintenance Tools](usage/administration/database_maintenance_tools.md)
  76. - [State Groups](usage/administration/state_groups.md)
  77. - [Request log format](usage/administration/request_log.md)
  78. - [Admin FAQ](usage/administration/admin_faq.md)
  79. - [Scripts]()
  80. # Development
  81. - [Contributing Guide](development/contributing_guide.md)
  82. - [Code Style](code_style.md)
  83. - [Reviewing Code](development/reviews.md)
  84. - [Release Cycle](development/releases.md)
  85. - [Git Usage](development/git.md)
  86. - [Testing]()
  87. - [Demo scripts](development/demo.md)
  88. - [OpenTracing](opentracing.md)
  89. - [Database Schemas](development/database_schema.md)
  90. - [Experimental features](development/experimental_features.md)
  91. - [Dependency management](development/dependencies.md)
  92. - [Synapse Architecture]()
  93. - [Cancellation](development/synapse_architecture/cancellation.md)
  94. - [Log Contexts](log_contexts.md)
  95. - [Replication](replication.md)
  96. - [Streams](development/synapse_architecture/streams.md)
  97. - [TCP Replication](tcp_replication.md)
  98. - [Faster remote joins](development/synapse_architecture/faster_joins.md)
  99. - [Internal Documentation](development/internal_documentation/README.md)
  100. - [Single Sign-On]()
  101. - [SAML](development/saml.md)
  102. - [CAS](development/cas.md)
  103. - [Room DAG concepts](development/room-dag-concepts.md)
  104. - [State Resolution]()
  105. - [The Auth Chain Difference Algorithm](auth_chain_difference_algorithm.md)
  106. - [Media Repository](media_repository.md)
  107. - [Room and User Statistics](room_and_user_statistics.md)
  108. - [Scripts]()
  109. # Other
  110. - [Dependency Deprecation Policy](deprecation_policy.md)
  111. - [Running Synapse on a Single-Board Computer](other/running_synapse_on_single_board_computers.md)