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
Container registry
Model registry
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
Maunium
synapse
Commits
d2a537ea
Commit
d2a537ea
authored
6 years ago
by
Richard van der Hoff
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into develop
parents
fd463b4f
9482a84c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/4881.misc
+1
-0
1 addition, 0 deletions
changelog.d/4881.misc
docs/federate.md
+2
-4
2 additions, 4 deletions
docs/federate.md
docs/reverse_proxy.rst
+1
-1
1 addition, 1 deletion
docs/reverse_proxy.rst
with
4 additions
and
5 deletions
changelog.d/4881.misc
0 → 100644
+
1
−
0
View file @
d2a537ea
Update link to federation docs.
This diff is collapsed.
Click to expand it.
docs/federate.md
+
2
−
4
View file @
d2a537ea
...
...
@@ -15,8 +15,8 @@ machine's public DNS hostname, and provide Synapse with a TLS certificate
which is valid for your
``server_name``
.
Once you have completed the steps necessary to federate, you should be able to
join a room via federation. (A good place to start is
``#synapse:matrix.org``
-
a
room for Synapse admins.)
join a room via federation. (A good place to start is
``#synapse:matrix.org``
- a
room for Synapse admins.)
## Delegation
...
...
@@ -89,7 +89,6 @@ In our example, we would need to add this SRV record in the
_matrix._tcp.example.com. 3600 IN SRV 10 5 443 synapse.example.com.
Once done and set up, you can check the DNS record with
``dig -t srv
_matrix._tcp.<server_name>``
. In our example, we would expect this:
...
...
@@ -117,7 +116,6 @@ you invite them to. This can be caused by an incorrectly-configured reverse
proxy: see
[
reverse_proxy.rst
](
<
reverse_proxy.rst
>
)
for instructions on how to correctly
configure a reverse proxy.
## Running a Demo Federation of Synapses
If you want to get up and running quickly with a trio of homeservers in a
...
...
This diff is collapsed.
Click to expand it.
docs/reverse_proxy.rst
+
1
−
1
View file @
d2a537ea
...
...
@@ -18,7 +18,7 @@ servers do not necessarily need to connect to your server via the same server
name or port. Indeed, clients will use port 443 by default, whereas servers
default to port 8448. Where these are different, we refer to the 'client port'
and the 'federation port'. See `Setting up federation
<
../README.rst#setting-up-
federat
ion
>`_ for more details of the algorithm used for
<federat
e.md
>`_ for more details of the algorithm used for
federation connections.
Let's assume that we expect clients to connect to our server at
...
...
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