User Tools

Site Tools


computing:synapse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:synapse [2024/01/27 00:50] oemb1905computing:synapse [2024/01/30 03:17] (current) oemb1905
Line 186: Line 186:
   cp -ar config.json ../   cp -ar config.json ../
   ln -s element-v1.10.12/ element   ln -s element-v1.10.12/ element
 +  
 +Make sure to have .well-knowns established for client and support as well:
 +  
 +  sudo touch /var/www/gnulinux.club/.well-known/matrix/client
 +  
 +With the following:
 +  
 +  {
 +    "m.homeserver": {
 +        "base_url": "https://matrix.gnulinux.club"
 +    }
 +  }
 +  
 +Also identify support:
 +  
 +  sudo touch /var/www/gnulinux.club/.well-known/matrix/support
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2024/01/27 00:43//+With the following: 
 + 
 +  {"contacts": [{"matrix_id": "@oemb1905:gnulinux.club", "email_address": "webmaster@haacksnetworking.org","club.gnulinux.phone_number": "+13105651874", "role": "m.role.admin"}],"support_page": "https://gnulinux.club/code-conduct.pdf"
 + 
 +Finally, make sure that browsers don't download these by adding a location to your TLD block: 
 + 
 +  location /.well-known/matrix { 
 +    allow all; 
 +    add_header access-control-allow-origin *; 
 +    add_header content-type application/json; 
 +  } 
 + 
 +More updates below when they come. 
 + 
 + --- //[[jonathan@haacksnetworking.org|oemb1905]] 2024/01/30 03:09//
computing/synapse.txt · Last modified: 2024/01/30 03:17 by oemb1905