typo
This commit is contained in:
committed by
GitHub
parent
8eb8316276
commit
514c950f3a
@@ -44,7 +44,7 @@ ADMIN_PASS="$(openssl rand -base64 18 | cut -c1-13)"
|
|||||||
echo "enable_registration_without_verification: true" >>/etc/matrix-synapse/homeserver.yaml
|
echo "enable_registration_without_verification: true" >>/etc/matrix-synapse/homeserver.yaml
|
||||||
echo "registration_shared_secret: ${SECRET}" >>/etc/matrix-synapse/homeserver.yaml
|
echo "registration_shared_secret: ${SECRET}" >>/etc/matrix-synapse/homeserver.yaml
|
||||||
|
|
||||||
cat <<'EOFRTC' >>/etc/matrix-synapse/homeserver.yaml
|
cat <<EOF >>/etc/matrix-synapse/homeserver.yaml
|
||||||
|
|
||||||
# MatrixRTC / Element Call configuration
|
# MatrixRTC / Element Call configuration
|
||||||
experimental_features:
|
experimental_features:
|
||||||
@@ -60,7 +60,7 @@ rc_message:
|
|||||||
rc_delayed_event_mgmt:
|
rc_delayed_event_mgmt:
|
||||||
per_second: 1
|
per_second: 1
|
||||||
burst_count: 20
|
burst_count: 20
|
||||||
EOFRTC
|
EOF
|
||||||
systemctl enable -q --now matrix-synapse
|
systemctl enable -q --now matrix-synapse
|
||||||
$STD register_new_matrix_user -a --user admin --password "$ADMIN_PASS" --config /etc/matrix-synapse/homeserver.yaml
|
$STD register_new_matrix_user -a --user admin --password "$ADMIN_PASS" --config /etc/matrix-synapse/homeserver.yaml
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user