Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🥺
conduwuit
Commits
19aaffeb
Unverified
Commit
19aaffeb
authored
3 years ago
by
Paul van Tilburg
Browse files
Options
Downloads
Patches
Plain Diff
Change the default port (follows DEPLOY.md)
parent
f3b10964
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/README.Debian
+4
-4
4 additions, 4 deletions
debian/README.Debian
debian/templates
+1
-1
1 addition, 1 deletion
debian/templates
with
5 additions
and
5 deletions
debian/README.Debian
+
4
−
4
View file @
19aaffeb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/templates
+
1
−
1
View file @
19aaffeb
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment