feat: Add sliding sync proxy
This commit is contained in:
parent
1c537e6c1b
commit
b2bd89105d
2 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,10 @@
|
|||
enable = true;
|
||||
withJemalloc = true;
|
||||
extraConfigFiles = [ config.secrets.files.synapse_extra_config.file ];
|
||||
sliding-sync = {
|
||||
enable = true;
|
||||
settings.SYNCV3_SERVER = "https://graven.dev";
|
||||
};
|
||||
settings = {
|
||||
server_name = "graven.dev";
|
||||
enable_registration = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue