diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-16 16:12:52 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-16 16:12:52 +0000 |
commit | 6f837065541a3f50ee81a89affafe0b5ff1db744 (patch) | |
tree | 34f5bfe3e6ead663a511e638732958502296eb04 /latest/manhole.html | |
parent | deploy: 13e3740f7043858815790d128cf8fb37fff37ce6 (diff) | |
download | synapse-6f837065541a3f50ee81a89affafe0b5ff1db744.tar.xz |
deploy: 2927008e48ecb6ea5d24e622d7b2fffe94c45c44
Diffstat (limited to 'latest/manhole.html')
-rw-r--r-- | latest/manhole.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/latest/manhole.html b/latest/manhole.html index 5d1d93a7a0..3d027fed78 100644 --- a/latest/manhole.html +++ b/latest/manhole.html @@ -115,7 +115,7 @@ <!-- Versions will be added dynamically in version-picker.js --> </ul> </div> - </div> + </div> </div> <h1 class="menu-title">Synapse</h1> @@ -124,10 +124,10 @@ <a href="print.html" title="Print this book" aria-label="Print this book"> <i id="print-button" class="fa fa-print"></i> </a> - <a href="https://github.com/matrix-org/synapse" title="Git repository" aria-label="Git repository"> + <a href="https://github.com/element-hq/synapse" title="Git repository" aria-label="Git repository"> <i id="git-repository-button" class="fa fa-github"></i> </a> - <a href="https://github.com/matrix-org/synapse/edit/develop/docs/manhole.md" title="Suggest an edit" aria-label="Suggest an edit"> + <a href="https://github.com/element-hq/synapse/edit/develop/docs/manhole.md" title="Suggest an edit" aria-label="Suggest an edit"> <i id="git-edit-button" class="fa fa-edit"></i> </a> </div> @@ -186,7 +186,7 @@ ensures that access to the <code>manhole</code> is only possible for local users --mount type=volume,src=synapse-data,dst=/data \ -p 8008:8008 \ -p 127.0.0.1:9000:9000 \ - matrixdotorg/synapse:latest + vectorim/synapse:latest </code></pre> <h4 id="native-config"><a class="header" href="#native-config">Native config</a></h4> <p>If you are not using docker, set <code>bind_addresses</code> to <code>['::1', '127.0.0.1']</code> as shown. |