summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPaul van Tilburg <paul@luon.net>2021-04-16 22:11:07 +0200
committerPaul van Tilburg <paul@luon.net>2021-04-22 21:52:47 +0200
commit19aaffeb23c6f6838e1afebd975a49ff0fbf1ab8 (patch)
tree725bd866ef4ad24841812c6d912c63c417c90c11 /debian
parentf3b1096417605790c04ce0eb051efb339c0008d1 (diff)
downloadconduit-19aaffeb23c6f6838e1afebd975a49ff0fbf1ab8.zip
Change the default port (follows DEPLOY.md)
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian8
-rw-r--r--debian/templates2
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 22416cf..5f63b5c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -19,10 +19,10 @@ The package uses the matrix-conduit.service systemd unit file to start and
stop Conduit. It loads the configuration file mentioned above to set up the
environment before running the server.
-This package assumes by default that Conduit is placed behind a reverse proxy
-such as Apache or nginx. This default deployment entails just listening on
-127.0.0.1 and the free port 14004 and is reachable via a client using the URL
-http://localhost:14004.
+This package assumes by default that Conduit will be placed behind a reverse
+proxy such as Apache or nginx. This default deployment entails just listening
+on 127.0.0.1 and the free port 6167 and is reachable via a client using the URL
+http://localhost:6167.
At a later stage this packaging may support also setting up TLS and running
stand-alone. In this case, however, you need to set up some certificates and
diff --git a/debian/templates b/debian/templates
index a408f84..c4281ad 100644
--- a/debian/templates
+++ b/debian/templates
@@ -16,6 +16,6 @@ Description: The listen address of the Matrix homeserver
Template: matrix-conduit/port
Type: string
-Default: 14004
+Default: 6167
Description: The port of the Matrix homeserver
This port is most often just accessed by a reverse proxy.