You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
The correct invocation is poetry run synapse_homeserver -c [your homeserver.yaml] (or substitute synapse_homeserver with synapse_worker for workers), however this does not seem to be documented anywhere apart from the [tool.poetry.scripts] section of pyproject.toml. This makes it more difficult for newcomers to Synapse to figure out how to run it after setting it up, so I think those entrypoints should be mentioned somewhere in Synapse's documentation.