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