Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Matrix server meathods

There two way selfhost matrix server via synapse docker

  1. Default way with SQLITE database

  2. Using POSTGRESQL [ recommend for large events like bigger inbox or in large rooms ]

use any one meathod

Note :

Example of 'Homeserver.yaml' with postgre support

check file example_homeserver.yaml file this file for showcase how to i implimented the support

this can be generate using setup_matrix_server.sh script