{"id":526,"date":"2026-01-14T15:13:34","date_gmt":"2026-01-14T07:13:34","guid":{"rendered":"https:\/\/my.di.cloudns.asia\/?p=526"},"modified":"2026-01-14T15:24:34","modified_gmt":"2026-01-14T07:24:34","slug":"%e8%87%aa%e6%89%98%e7%ae%a1matrix-docker-%e8%bf%90%e8%a1%8c-synapse","status":"publish","type":"post","link":"https:\/\/my.di.cloudns.asia\/index.php\/2026\/01\/14\/526.html","title":{"rendered":"\u81ea\u6258\u7ba1Matrix docker \u8fd0\u884c Synapse"},"content":{"rendered":"<h3>\u4ea7\u54c1\u4ecb\u7ecd<\/h3>\n<p>Synapse \u662f\u7531 Matrix.org \u57fa\u91d1\u4f1a\u7f16\u5199\u548c\u7ef4\u62a4\u7684\u5f00\u6e90Matrix\u5bb6\u5ead\u670d\u52a1\u5668\u3002<\/p>\n<h3>\u4f7f\u7528\u8bf4\u660e<\/h3>\n<p>\u521b\u5efa\u524d\u9700\u8981\u4f7f\u7528\u7ec8\u7aef\u8fd0\u884c\u4ee5\u4e0b\u547d\u4ee4\u521b\u5efa\u4f9d\u8d56\u914d\u7f6e\u6587\u4ef6\uff0c\u9700\u8981\u6309\u9700\u4fee\u6539\u53c2\u6570 my.matrix.host<\/p>\n<pre><code>docker run -it --rm \\\n  -v synapse-data:\/data \\  # \u6302\u8f7d\u4e00\u4e2a\u5377\uff0c\u5c06\u5bb9\u5668\u5185\u7684 \/data \u76ee\u5f55\u6620\u5c04\u5230 synapse-data \u5377\n  -e SYNAPSE_SERVER_NAME=my.matrix.host \\  # \u8bbe\u7f6e Synapse \u670d\u52a1\u5668\u7684\u516c\u5171\u4e3b\u673a\u540d\n  -e SYNAPSE_REPORT_STATS=no \\  # \u7981\u7528\u533f\u540d\u7edf\u8ba1\u62a5\u544a\n  -e SYNAPSE_HTTP_PORT=8008 \\  # \u8bbe\u7f6e Synapse \u76d1\u542c\u7684 HTTP \u7aef\u53e3\u4e3a 8008\n  -e SYNAPSE_CONFIG_DIR=\/data \\  # \u8bbe\u7f6e\u914d\u7f6e\u6587\u4ef6\u7684\u5b58\u50a8\u4f4d\u7f6e\u4e3a \/data\n  -e SYNAPSE_DATA_DIR=\/data \\  # \u8bbe\u7f6e\u6301\u4e45\u6570\u636e\u7684\u5b58\u50a8\u4f4d\u7f6e\u4e3a \/data\n  -e TZ=Asia\/Shanghai \\  # \u8bbe\u7f6e\u5bb9\u5668\u7684\u65f6\u533a\u4e3a\u4e9a\u6d32\/\u4e0a\u6d77\n  -e UID=1000 \\  # \u8bbe\u7f6e\u8fd0\u884c Synapse \u7684\u7528\u6237 ID\n  -e GID=1000 \\  # \u8bbe\u7f6e\u8fd0\u884c Synapse \u7684\u7528\u6237\u7ec4 ID\n  matrixdotorg\/synapse:latest generate  # \u8fd0\u884c\u6700\u65b0\u7248\u672c\u7684 matrixdotorg\/synapse \u955c\u50cf\uff0c\u5e76\u6267\u884c generate \u547d\u4ee4\u6765\u751f\u6210\u914d\u7f6e\u6587\u4ef6<\/code><\/pre>\n<p>\u914d\u7f6e\u6587\u4ef6\u9ed8\u8ba4\u5b58\u653e\u8def\u5f84\u662f\u5728 synapse-data \u5b58\u50a8\u5377\u91cc\uff0c\/var\/lib\/docker\/volumes\/synapse-data\/_data<\/p>\n<h3>\u521b\u5efa\u5e94\u7528<\/h3>\n<h4>\u521b\u5efa\u7528\u6237<\/h4>\n<h5>\u521b\u5efa\u7ba1\u7406\u5458\u8d26\u6237<\/h5>\n<pre><code>register_new_matrix_user http:\/\/localhost:8008 -c \/data\/homeserver.yaml -a -u \u7ba1\u7406\u5458\u7528\u6237\u540d -p \u5bc6\u7801<\/code><\/pre>\n<h5>\u521b\u5efa\u666e\u901a\u7528\u6237\u8d26\u6237<\/h5>\n<pre><code>register_new_matrix_user http:\/\/localhost:8008 -c \/data\/homeserver.yaml --no-admin -u \u666e\u901a\u7528\u6237\u540d -p \u5bc6\u7801<\/code><\/pre>\n<h5>\u67e5\u770b\u66f4\u591a\u547d\u4ee4\u4e0e\u5e2e\u52a9<\/h5>\n<pre><code>register_new_matrix_user http:\/\/localhost:8008 -c \/data\/homeserver.yaml --help<\/code><\/pre>\n<h4>\u63d0\u793a<\/h4>\n<p>\u6240\u6709\u6570\u636e\u5b58\u653e\u5728 synapse-data \u5b58\u50a8\u5377\u91cc\uff0c\u5220\u9664\u5e94\u7528\u65f6\uff0c\u5047\u5982\u9700\u8981\u5b8c\u5168\u6e05\u9664\u6570\u636e\uff0c\u8fd8\u9700\u8981\u5c06 synapse-data \u5b58\u50a8\u5377\u5220\u9664\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4ea7\u54c1\u4ecb\u7ecd Synapse \u662f\u7531 Matrix.org \u57fa\u91d1\u4f1a\u7f16\u5199\u548c\u7ef4\u62a4\u7684\u5f00\u6e90Matrix\u5bb6\u5ead\u670d\u52a1\u5668\u3002 \u4f7f\u7528\u8bf4\u660e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-526","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/posts\/526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/comments?post=526"}],"version-history":[{"count":9,"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/posts\/526\/revisions"}],"predecessor-version":[{"id":536,"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/posts\/526\/revisions\/536"}],"wp:attachment":[{"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/media?parent=526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/categories?post=526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/my.di.cloudns.asia\/index.php\/wp-json\/wp\/v2\/tags?post=526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}