|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Running Matrix Synapse Home Server in Docker on Ubuntu Server">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="revised" content="08/22/2022 03:09:46 PM" />
|
|
|
+ <meta name="revised" content="04/18/2023 08:39:05 PM" />
|
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
@@ -68,18 +68,18 @@
|
|
|
</li>
|
|
|
<li>Press CTRL+W and search for name: sqlite3</li>
|
|
|
<li>Comment out the sqlite database parameters by adding a # to the beginning of each of the lines</li>
|
|
|
- <li>Arrow up slightly and uncomment the psycopg2 database connection and complete it as follows:
|
|
|
+ <li>Add the following database connection below the commented out lines to connect to the Postgres container:
|
|
|
<p>database:<br />
|
|
|
 name: psycopg2<br />
|
|
|
 txn_limit: 10000<br />
|
|
|
 args:<br />
|
|
|
-   user: matrix_synapse_rw<br />
|
|
|
-   password: m@trix!<br />
|
|
|
-   database: matrix_synapse<br />
|
|
|
-   host: postgres<br />
|
|
|
-   port: 5432<br />
|
|
|
-   cp_min: 5<br />
|
|
|
-   cp_max: 10</p>
|
|
|
+   user: matrix_synapse_rw<br />
|
|
|
+   password: m@trix!<br />
|
|
|
+   database: matrix_synapse<br />
|
|
|
+   host: postgres<br />
|
|
|
+   port: 5432<br />
|
|
|
+   cp_min: 5<br />
|
|
|
+   cp_max: 10</p>
|
|
|
</li>
|
|
|
<li>Add the following line at the bottom of the file
|
|
|
<p>suppress_key_server_warning: true</p>
|