hippocampus: matrix: client: element conf

This commit is contained in:
2026-02-14 20:22:28 -05:00
parent f9fbba0e8d
commit f389799652

View File

@@ -6,6 +6,7 @@
locations."/" = { locations."/" = {
root = pkgs.element-web.override { root = pkgs.element-web.override {
conf = { conf = {
default_server_name = "glia.club";
default_server_config = { default_server_config = {
m.homeserver = { m.homeserver = {
base_url = "https://chat.glia.club"; base_url = "https://chat.glia.club";
@@ -29,15 +30,22 @@
default_widget_container_height = 280; default_widget_container_height = 280;
default_country_code = "GB"; default_country_code = "GB";
show_labs_settings = true; show_labs_settings = true;
features = {}; features = {
threadsActivityCentre = true;
feature_video_rooms = true;
feature_group_calls = true;
feature_element_call_video_rooms = true;
};
default_federate = false; default_federate = false;
default_theme = "light"; default_theme = "light";
room_directory = { room_directory = {
servers = ["glia.club"]; servers = ["glia.club"];
}; };
enable_presence_by_hs_url = { enable_presence_by_hs_url = {
"https://glia.club" = false; "https://glia.club" = true;
"https://chat.glia.club" = false; "https://chat.glia.club" = true;
"https://matrix.org" = false;
"https://matrix-client.matrix.org" = false;
}; };
setting_defaults = { setting_defaults = {
breadcrumbs = false; breadcrumbs = false;
@@ -69,8 +77,8 @@
location /config { location /config {
add_header Cache-Control "no-cache"; add_header Cache-Control "no-cache";
} }
location /modules { location /modules/ {
alias /modules; alias /modules/;
} }
# redirect server error pages to the static page /50x.html # redirect server error pages to the static page /50x.html
# #