summaryrefslogtreecommitdiff
path: root/debian/templates
blob: c4281ad33485019ccf3e299b445791303ef167dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Template: matrix-conduit/hostname
Type: string
Default: localhost
Description: The server (host)name of the Matrix homeserver
 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
 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.

Template: matrix-conduit/port
Type: string
Default: 6167
Description: The port of the Matrix homeserver
 This port is most often just accessed by a reverse proxy.