Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
ba6477fe
Unverified
Commit
ba6477fe
authored
6 years ago
by
Richard van der Hoff
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3507 from Peetz0r/patch-1
Changed http links to https
parents
f1a15ea2
2ef3f849
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
+8
-8
8 additions, 8 deletions
README.rst
with
8 additions
and
8 deletions
README.rst
+
8
−
8
View file @
ba6477fe
...
@@ -71,7 +71,7 @@ We'd like to invite you to join #matrix:matrix.org (via
...
@@ -71,7 +71,7 @@ We'd like to invite you to join #matrix:matrix.org (via
https://matrix.org/docs/projects/try-matrix-now.html), run a homeserver, take a look
https://matrix.org/docs/projects/try-matrix-now.html), run a homeserver, take a look
at the `Matrix spec <https://matrix.org/docs/spec>`_, and experiment with the
at the `Matrix spec <https://matrix.org/docs/spec>`_, and experiment with the
`APIs <https://matrix.org/docs/api>`_ and `Client SDKs
`APIs <https://matrix.org/docs/api>`_ and `Client SDKs
<http://matrix.org/docs/projects/try-matrix-now.html#client-sdks>`_.
<http
s
://matrix.org/docs/projects/try-matrix-now.html#client-sdks>`_.
Thanks for using Matrix!
Thanks for using Matrix!
...
@@ -283,7 +283,7 @@ Connecting to Synapse from a client
...
@@ -283,7 +283,7 @@ Connecting to Synapse from a client
The easiest way to try out your new Synapse installation is by connecting to it
The easiest way to try out your new Synapse installation is by connecting to it
from a web client. The easiest option is probably the one at
from a web client. The easiest option is probably the one at
http://riot.im/app. You will need to specify a "Custom server" when you log on
http
s
://riot.im/app. You will need to specify a "Custom server" when you log on
or register: set this to ``https://domain.tld`` if you setup a reverse proxy
or register: set this to ``https://domain.tld`` if you setup a reverse proxy
following the recommended setup, or ``https://localhost:8448`` - remember to specify the
following the recommended setup, or ``https://localhost:8448`` - remember to specify the
port (``:8448``) if not ``:443`` unless you changed the configuration. (Leave the identity
port (``:8448``) if not ``:443`` unless you changed the configuration. (Leave the identity
...
@@ -329,7 +329,7 @@ Security Note
...
@@ -329,7 +329,7 @@ Security Note
=============
=============
Matrix serves raw user generated data in some APIs - specifically the `content
Matrix serves raw user generated data in some APIs - specifically the `content
repository endpoints <http://matrix.org/docs/spec/client_server/latest.html#get-matrix-media-r0-download-servername-mediaid>`_.
repository endpoints <http
s
://matrix.org/docs/spec/client_server/latest.html#get-matrix-media-r0-download-servername-mediaid>`_.
Whilst we have tried to mitigate against possible XSS attacks (e.g.
Whilst we have tried to mitigate against possible XSS attacks (e.g.
https://github.com/matrix-org/synapse/pull/1021) we recommend running
https://github.com/matrix-org/synapse/pull/1021) we recommend running
...
@@ -348,7 +348,7 @@ Platform-Specific Instructions
...
@@ -348,7 +348,7 @@ Platform-Specific Instructions
Debian
Debian
------
------
Matrix provides official Debian packages via apt from http://matrix.org/packages/debian/.
Matrix provides official Debian packages via apt from http
s
://matrix.org/packages/debian/.
Note that these packages do not include a client - choose one from
Note that these packages do not include a client - choose one from
https://matrix.org/docs/projects/try-matrix-now.html (or build your own with one of our SDKs :)
https://matrix.org/docs/projects/try-matrix-now.html (or build your own with one of our SDKs :)
...
@@ -524,7 +524,7 @@ Troubleshooting Running
...
@@ -524,7 +524,7 @@ Troubleshooting Running
-----------------------
-----------------------
If synapse fails with ``missing "sodium.h"`` crypto errors, you may need
If synapse fails with ``missing "sodium.h"`` crypto errors, you may need
to manually upgrade PyNaCL, as synapse uses NaCl (http://nacl.cr.yp.to/) for
to manually upgrade PyNaCL, as synapse uses NaCl (http
s
://nacl.cr.yp.to/) for
encryption and digital signatures.
encryption and digital signatures.
Unfortunately PyNACL currently has a few issues
Unfortunately PyNACL currently has a few issues
(https://github.com/pyca/pynacl/issues/53) and
(https://github.com/pyca/pynacl/issues/53) and
...
@@ -672,8 +672,8 @@ useful just for development purposes. See `<demo/README>`_.
...
@@ -672,8 +672,8 @@ useful just for development purposes. See `<demo/README>`_.
Using PostgreSQL
Using PostgreSQL
================
================
As of Synapse 0.9, `PostgreSQL <http://www.postgresql.org>`_ is supported as an
As of Synapse 0.9, `PostgreSQL <http
s
://www.postgresql.org>`_ is supported as an
alternative to the `SQLite <http://sqlite.org/>`_ database that Synapse has
alternative to the `SQLite <http
s
://sqlite.org/>`_ database that Synapse has
traditionally used for convenience and simplicity.
traditionally used for convenience and simplicity.
The advantages of Postgres include:
The advantages of Postgres include:
...
@@ -697,7 +697,7 @@ Using a reverse proxy with Synapse
...
@@ -697,7 +697,7 @@ Using a reverse proxy with Synapse
It is recommended to put a reverse proxy such as
It is recommended to put a reverse proxy such as
`nginx <https://nginx.org/en/docs/http/ngx_http_proxy_module.html>`_,
`nginx <https://nginx.org/en/docs/http/ngx_http_proxy_module.html>`_,
`Apache <https://httpd.apache.org/docs/current/mod/mod_proxy_http.html>`_ or
`Apache <https://httpd.apache.org/docs/current/mod/mod_proxy_http.html>`_ or
`HAProxy <http://www.haproxy.org/>`_ in front of Synapse. One advantage of
`HAProxy <http
s
://www.haproxy.org/>`_ in front of Synapse. One advantage of
doing so is that it means that you can expose the default https port (443) to
doing so is that it means that you can expose the default https port (443) to
Matrix clients without needing to run Synapse with root privileges.
Matrix clients without needing to run Synapse with root privileges.
...
...
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