<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.inthewings.net/index.php?action=history&amp;feed=atom&amp;title=Matrix</id>
	<title>Matrix - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.inthewings.net/index.php?action=history&amp;feed=atom&amp;title=Matrix"/>
	<link rel="alternate" type="text/html" href="http://wiki.inthewings.net/index.php?title=Matrix&amp;action=history"/>
	<updated>2026-05-06T09:04:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>http://wiki.inthewings.net/index.php?title=Matrix&amp;diff=7023&amp;oldid=prev</id>
		<title>Jka: Created page with &quot;I am using the Synapse server at home to manage my Matrix instance. These are the steps I need to use in order to get it up and running:  * Login to Jetson * cd into /home/jka...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.inthewings.net/index.php?title=Matrix&amp;diff=7023&amp;oldid=prev"/>
		<updated>2024-04-09T17:33:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;I am using the Synapse server at home to manage my Matrix instance. These are the steps I need to use in order to get it up and running:  * Login to Jetson * cd into /home/jka...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I am using the Synapse server at home to manage my Matrix instance. These are the steps I need to use in order to get it up and running:&lt;br /&gt;
&lt;br /&gt;
* Login to Jetson&lt;br /&gt;
* cd into /home/jka/synapse&lt;br /&gt;
* Source the python environment for the install: source env/bin/activate&lt;br /&gt;
* Start the service: synctl restart&lt;br /&gt;
&lt;br /&gt;
==Configuration File==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Configuration file for Synapse.&lt;br /&gt;
#&lt;br /&gt;
# This is a YAML file: see [1] for a quick introduction. Note in particular&lt;br /&gt;
# that *indentation is important*: all the elements of a list or dictionary&lt;br /&gt;
# should have the same indentation.&lt;br /&gt;
#&lt;br /&gt;
# [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html&lt;br /&gt;
#&lt;br /&gt;
# For more information on how to configure Synapse, including a complete accounting of&lt;br /&gt;
# each option, go to docs/usage/configuration/config_documentation.md or&lt;br /&gt;
# https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html&lt;br /&gt;
server_name: &amp;quot;inthewings.net&amp;quot;&lt;br /&gt;
pid_file: /home/jka/synapse/homeserver.pid&lt;br /&gt;
#listeners:&lt;br /&gt;
#  - port: 8008&lt;br /&gt;
#    tls: false&lt;br /&gt;
#    type: http&lt;br /&gt;
#    x_forwarded: true&lt;br /&gt;
#    bind_addresses: [&amp;#039;::1&amp;#039;, &amp;#039;127.0.0.1&amp;#039;, &amp;#039;172.30.0.95&amp;#039;]&lt;br /&gt;
#    resources:&lt;br /&gt;
#      - names: [client, federation]&lt;br /&gt;
#        compress: false&lt;br /&gt;
listeners:&lt;br /&gt;
  - port: 8448&lt;br /&gt;
    tls: true&lt;br /&gt;
    type: http&lt;br /&gt;
    resources:&lt;br /&gt;
      - names: [client, federation]&lt;br /&gt;
        compress: false&lt;br /&gt;
tls_certificate_path: &amp;quot;/home/jka/cert/fullchain.pem&amp;quot;&lt;br /&gt;
tls_private_key_path: &amp;quot;/home/jka/cert/privkey.pem&amp;quot;&lt;br /&gt;
database:&lt;br /&gt;
  name: sqlite3&lt;br /&gt;
  args:&lt;br /&gt;
    database: /home/jka/synapse/homeserver.db&lt;br /&gt;
log_config: &amp;quot;/home/jka/synapse/inthewings.net.log.config&amp;quot;&lt;br /&gt;
media_store_path: /home/jka/synapse/media_store&lt;br /&gt;
registration_shared_secret: &amp;lt;yoinked&amp;gt;&lt;br /&gt;
report_stats: true&lt;br /&gt;
macaroon_secret_key: &amp;lt;yoinked&amp;gt;&lt;br /&gt;
form_secret: &amp;lt;yoinked&amp;gt;&lt;br /&gt;
signing_key_path: &amp;quot;/home/jka/synapse/inthewings.net.signing.key&amp;quot;&lt;br /&gt;
trusted_key_servers:&lt;br /&gt;
  - server_name: &amp;quot;matrix.org&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# vim:ft=yaml&lt;/div&gt;</summary>
		<author><name>Jka</name></author>
		
	</entry>
</feed>