Delete matrix-sliding-sync proxy now since its part of synapse
This commit is contained in:
parent
11ae570df9
commit
3a993196c0
3 changed files with 0 additions and 16 deletions
|
@ -135,9 +135,6 @@ in
|
|||
root * ${elementClient}
|
||||
file_server
|
||||
'';
|
||||
"sliding-sync.catnip.ee".extraConfig = ''
|
||||
reverse_proxy :${toString settings.ports.matrix-sliding-sync}
|
||||
'';
|
||||
"synapse-admin.catnip.ee".extraConfig = ''
|
||||
root * ${synapse-admin}
|
||||
file_server
|
||||
|
|
|
@ -618,9 +618,6 @@
|
|||
superuser_map root matrix-synapse
|
||||
superuser_map matrix-synapse matrix-synapse
|
||||
|
||||
superuser_map root matrix-sliding-sync
|
||||
superuser_map matrix-sliding-sync matrix-sliding-sync
|
||||
|
||||
superuser_map root forgejo
|
||||
superuser_map forgejo forgejo
|
||||
|
||||
|
@ -683,15 +680,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
matrix-sliding-sync = {
|
||||
enable = true;
|
||||
createDatabase = true;
|
||||
environmentFile = "/etc/secrets/matrix-sliding-sync.env";
|
||||
settings = {
|
||||
SYNCV3_SERVER = "https://matrix.catnip.ee";
|
||||
SYNCV3_BINDADDR = "127.0.0.1:${toString settings.ports.matrix-sliding-sync}";
|
||||
};
|
||||
};
|
||||
|
||||
# /var/lib/matrix-synapse
|
||||
matrix-synapse = {
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
ports = {
|
||||
palworld = 8211;
|
||||
confess = 8011;
|
||||
matrix-sliding-sync = 8010;
|
||||
mautrix-telegram = 8009;
|
||||
synapse = 8008;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue