hippocampus: matrix: client: cinny config

This commit is contained in:
2026-02-12 20:35:08 -05:00
parent fd52ee4918
commit 59d5edc2bf

View File

@@ -4,7 +4,30 @@
addr = "unix:/run/nginx/cinny.sock";
}];
locations."/" = {
root = pkgs.cinny;
root = pkgs.cinny.override {
conf = {
defaultHomeserver = 0;
homeserverList = [
"glia.club"
];
allowCustomHomeservers = false;
featuredCommunities = {
openAsDefault = false;
spaces = [
];
rooms = [
];
servers = [
];
};
hashRouter = {
enabled = false;
basename = "/";
};
};
};
extraConfig = ''
rewrite ^/config.json$ /config.json break;
rewrite ^/manifest.json$ /manifest.json break;