mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Matrix works, Nginx is carrying the load
This commit is contained in:
parent
fac12b855e
commit
f3e75455b3
5 changed files with 66 additions and 36 deletions
|
|
@ -9,7 +9,9 @@ in {
|
|||
config.sops.secrets.matrix_secrets_yaml.path
|
||||
];
|
||||
settings = {
|
||||
public_baseurl = "https://matrix-test.technicalissues.us";
|
||||
server_name = "technicalissues.us";
|
||||
public_baseurl = "https://matrix.technicalissues.us";
|
||||
signing_key_path = config.sops.secrets.matrix_homeserver_signing_key.path;
|
||||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
|
|
@ -31,17 +33,9 @@ in {
|
|||
];
|
||||
}
|
||||
];
|
||||
database = {
|
||||
name = "psycopg2";
|
||||
args = {
|
||||
user = "synapse_user";
|
||||
database = "synapse";
|
||||
};
|
||||
};
|
||||
url_preview_enabled = true;
|
||||
enable_registration = false;
|
||||
trusted_key_servers = [{ server_name = "matrix.org"; }];
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue