MatrixSynapse/docs/usage/administration
David Robertson f3f0ab10fe
Move scripts directory inside synapse, exposing as setuptools entry_points (#12118)
* Two scripts are basically entry_points already
* Move and rename scripts/* to synapse/_scripts/*.py
* Delete sync_room_to_group.pl
* Expose entry points in setup.py
* Update linter script and config
* Fixup scripts & docs mentioning scripts that moved

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2022-03-02 13:00:16 +00:00
..
admin_api Move scripts directory inside synapse, exposing as setuptools entry_points (#12118) 2022-03-02 13:00:16 +00:00
README.md Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 2021-06-03 17:20:40 +01:00
admin_faq.md Minor cleanup on recently ported doc pages (#11466) 2021-12-02 09:46:20 -08:00
database_maintenance_tools.md Minor cleanup on recently ported doc pages (#11466) 2021-12-02 09:46:20 -08:00
request_log.md A guide to the request log lines format. (#8436) 2021-06-16 13:31:55 +01:00
state_groups.md Port wiki pages to documentation website (#11402) 2021-12-01 10:12:19 -08:00
understanding_synapse_through_grafana_graphs.md Minor cleanup on recently ported doc pages (#11466) 2021-12-02 09:46:20 -08:00
useful_sql_for_admins.md Port wiki pages to documentation website (#11402) 2021-12-01 10:12:19 -08:00

README.md

Administration

This section contains information on managing your Synapse homeserver. This includes:

  • Managing users, rooms and media via the Admin API.
  • Setting up metrics and monitoring to give you insight into your homeserver's health.
  • Configuring structured logging.