Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
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
Timo Ley
synapse
Commits
a7f470d1
Commit
a7f470d1
authored
10 years ago
by
Matthew Hodgson
Browse files
Options
Downloads
Patches
Plain Diff
more README fixes
parent
428581dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+3
-1
3 additions, 1 deletion
README.rst
with
3 additions
and
1 deletion
README.rst
+
3
−
1
View file @
a7f470d1
...
@@ -223,7 +223,7 @@ IDs:
...
@@ -223,7 +223,7 @@ IDs:
domain name.
domain name.
For the first form, simply pass the required hostname (of the machine) as the
For the first form, simply pass the required hostname (of the machine) as the
--
host
parameter::
--
server-name
parameter::
$ python -m synapse.app.homeserver \
$ python -m synapse.app.homeserver \
--server-name machine.my.domain.name \
--server-name machine.my.domain.name \
...
@@ -239,8 +239,10 @@ and port where the server is running. (At the current time synapse does not
...
@@ -239,8 +239,10 @@ and port where the server is running. (At the current time synapse does not
support clustering multiple servers into a single logical homeserver). The DNS
support clustering multiple servers into a single logical homeserver). The DNS
record would then look something like::
record would then look something like::
$ dig -t srv _matrix._tcp.machine.my.domaine.name
_matrix._tcp IN SRV 10 0 8448 machine.my.domain.name.
_matrix._tcp IN SRV 10 0 8448 machine.my.domain.name.
At this point, you should then run the homeserver with the hostname of this
At this point, you should then run the homeserver with the hostname of this
SRV record, as that is the name other machines will expect it to have::
SRV record, as that is the name other machines will expect it to have::
...
...
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