Bläddra i källkod

Replace (your.)server.name with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara 1 år sedan
förälder
incheckning
3fb2752714
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: E4F9743DAB4B7B75
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. +1
    -1
      docs/configuring-playbook-conduit.md
  2. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2
  3. +1
    -1
      roles/custom/matrix-conduit/templates/conduit.toml.j2

+ 1
- 1
docs/configuring-playbook-conduit.md Visa fil

@@ -36,7 +36,7 @@ You will have to manually register appservices using the the [register-appservic
Find the `registration.yaml` in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content to Conduit: Find the `registration.yaml` in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content to Conduit:




@conduit:your.server.name: register-appservice
@conduit:example.com: register-appservice
``` ```
as_token: <token> as_token: <token>
de.sorunome.msc2409.push_ephemeral: true de.sorunome.msc2409.push_ephemeral: true


+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 Visa fil

@@ -41,7 +41,7 @@ ircService:
# #
# The path to the RSA PEM-formatted private key to use when encrypting IRC passwords # The path to the RSA PEM-formatted private key to use when encrypting IRC passwords
# for storage in the database. Passwords are stored by using the admin room command # for storage in the database. Passwords are stored by using the admin room command
# `!storepass server.name passw0rd. When a connection is made to IRC on behalf of
# `!storepass example.com passw0rd. When a connection is made to IRC on behalf of
# the Matrix user, this password will be sent as the server password (PASS command). # the Matrix user, this password will be sent as the server password (PASS command).
passwordEncryptionKeyPath: "/data/passkey.pem" # does not typically need modification passwordEncryptionKeyPath: "/data/passkey.pem" # does not typically need modification




+ 1
- 1
roles/custom/matrix-conduit/templates/conduit.toml.j2 Visa fil

@@ -10,7 +10,7 @@
# and room IDs. Examples: matrix.org, conduit.rs # and room IDs. Examples: matrix.org, conduit.rs


# The Conduit server needs all /_matrix/ requests to be reachable at # The Conduit server needs all /_matrix/ requests to be reachable at
# https://your.server.name/ on port 443 (client-server) and 8448 (federation).
# https://example.com/ on port 443 (client-server) and 8448 (federation).


# If that's not possible for you, you can create /.well-known files to redirect # If that's not possible for you, you can create /.well-known files to redirect
# requests. See # requests. See


Laddar…
Avbryt
Spara