mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
30 lines
911 B
Text
30 lines
911 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Configuring Synapse:
|
|
|
|
The following command can be used to generate a sample configuration of synapse:
|
|
|
|
%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config -H <SERVER_NAME> --report-stats no
|
|
|
|
Please note that you will still need to manually configure paths to log
|
|
directory, database, and media storage with this method.
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
If you're upgrading from a previous release of synapse, please read the upgrade
|
|
instructions at %%DOCSDIR%%/UPGRADE.rst
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
maximum_version: 1.88.0
|
|
message: <<EOM
|
|
Starting with synapse 1.88.0, the old worker replication configuration has been
|
|
deprecated [1]. Please read the official upgrade instructions on how to migrate your
|
|
configuration.
|
|
|
|
[1] https://matrix-org.github.io/synapse/develop/upgrade.html#removal-of-worker_replication_-settings
|
|
EOM
|
|
}
|
|
]
|