Files
continuwuity/debian/templates
T

22 lines
745 B
Plaintext
Raw Normal View History

2020-05-31 22:49:07 +02:00
Template: matrix-conduit/hostname
Type: string
Default: localhost
2020-11-13 20:35:22 +01:00
Description: The server (host)name of the Matrix homeserver
2020-05-31 22:49:07 +02:00
This is the hostname the homeserver will be reachable at via a client.
.
If set to "localhost", you can connect with a client locally and clients
2020-11-13 20:35:22 +01:00
from other hosts and also other homeservers will not be able to reach you!
Template: matrix-conduit/address
Type: string
Default: 127.0.0.1
Description: The listen address of the Matrix homeserver
This is the address the homeserver will listen on. Leave it set to 127.0.0.1
when using a reverse proxy.
2020-05-31 22:49:07 +02:00
Template: matrix-conduit/port
Type: string
2021-04-16 22:11:07 +02:00
Default: 6167
2020-05-31 22:49:07 +02:00
Description: The port of the Matrix homeserver
2020-11-13 20:35:22 +01:00
This port is most often just accessed by a reverse proxy.