Simplify matrix options

This commit is contained in:
Jimbo 2025-03-04 13:04:43 -05:00
parent 8a6db149f5
commit 03477beecd
2 changed files with 3 additions and 22 deletions

View file

@ -13,7 +13,7 @@
#auth_header_logo_url = "https://staging.jimbosfiles.com/images/logos/template-logo.png"; #auth_header_logo_url = "https://staging.jimbosfiles.com/images/logos/template-logo.png";
}; };
embedded_pages = { embedded_pages = {
home_url = "https://www.jimbosfiles.com/"; home_url = "https://www.nixfox.ca/";
}; };
disable_custom_urls = true; disable_custom_urls = true;
disable_guests = true; disable_guests = true;

View file

@ -12,24 +12,7 @@
public_baseurl = "https://matrix.jimbosfiles.com"; public_baseurl = "https://matrix.jimbosfiles.com";
suppress_key_server_warning = true; suppress_key_server_warning = true;
listeners = [{ # Email notifications about account status
port = 8008;
bind_addresses = [
"::"
"0.0.0.0"
];
resources = [{
compress = true;
names = [
"client"
"federation"
];
}];
type = "http";
tls = false;
x_forwarded = true;
}];
email = { email = {
notif_from = "NixFox Matrix <noreply@nixfox.ca>"; notif_from = "NixFox Matrix <noreply@nixfox.ca>";
smtp_host = "mx.nixfox.ca"; smtp_host = "mx.nixfox.ca";
@ -50,9 +33,7 @@
#enable_registration = true; #enable_registration = true;
# General settings # General settings
url_preview_enabled = true; max_upload_size = "60M";
max_upload_size = "50M";
report_stats = false;
burst_count = 15; burst_count = 15;
}; };
}; };