Browse Source

Replace <domain> with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara 1 year ago
parent
commit
28c28e1e00
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
4 changed files with 6 additions and 6 deletions
  1. +3
    -3
      docs/configuring-well-known.md
  2. +1
    -1
      docs/howto-server-delegation.md
  3. +1
    -1
      docs/registering-users.md
  4. +1
    -1
      docs/updating-users-passwords.md

+ 3
- 3
docs/configuring-well-known.md View File

@@ -191,8 +191,8 @@ Make sure to:

No matter which method you've used to set up the well-known files, if you've done it correctly you should be able to see a JSON file at these URLs:

- `https://<domain>/.well-known/matrix/server`
- `https://<domain>/.well-known/matrix/client`
- `https://<domain>/.well-known/matrix/support`
- `https://example.com/.well-known/matrix/server`
- `https://example.com/.well-known/matrix/client`
- `https://example.com/.well-known/matrix/support`

You can also check if everything is configured correctly, by [checking if services work](maintenance-checking-services.md).

+ 1
- 1
docs/howto-server-delegation.md View File

@@ -24,7 +24,7 @@ Server Delegation by means of a `/.well-known/matrix/server` file is the most st

- you need to have a working HTTPS server for the base domain (`example.com`). If you don't have any server for the base domain at all, you can easily solve it by making the playbook [serve the base domain from the Matrix server](configuring-playbook-base-domain-serving.md).

- any downtime on the base domain (`example.com`) or network trouble between the matrix subdomain (`matrix.example.com`) and the base `<domain>` may cause Matrix Federation outages. As the [Server-Server spec says](https://matrix.org/docs/spec/server_server/r0.1.0.html#server-discovery):
- any downtime on the base domain (`example.com`) or network trouble between the matrix subdomain (`matrix.example.com`) and the base `example.com` may cause Matrix Federation outages. As the [Server-Server spec says](https://matrix.org/docs/spec/server_server/r0.1.0.html#server-discovery):

> Errors are recommended to be cached for up to an hour, and servers are encouraged to exponentially back off for repeated failures.



+ 1
- 1
docs/registering-users.md View File

@@ -36,7 +36,7 @@ ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=<your-usern

**Note**: `<your-username>` is just a plain username (like `john`), not your full `@<username>:example.com` identifier.

**You can then log in with that user** via the Element service that this playbook has created for you at a URL like this: `https://element.<domain>/`.
**You can then log in with that user** via the Element service that this playbook has created for you at a URL like this: `https://element.example.com/`.

-----



+ 1
- 1
docs/updating-users-passwords.md View File

@@ -10,7 +10,7 @@ ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=<your-usern

**Note**: `<your-username>` is just a plain username (like `john`), not your full `@<username>:example.com` identifier.

**You can then log in with that user** via the Element service that this playbook has created for you at a URL like this: `https://element.<domain>/`.
**You can then log in with that user** via the Element service that this playbook has created for you at a URL like this: `https://element.example.com/`.


## Option 2 (if you are using an external Postgres server):


Loading…
Cancel
Save