wip element call
This commit is contained in:
parent
8eb6f9ce60
commit
d844fbca6f
3 changed files with 54 additions and 132 deletions
6
clients/quadraticserver/element-call.nix
Normal file
6
clients/quadraticserver/element-call.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.caddy.virtualHosts."call.henryhiles.com". extraConfig = ''
|
||||
root * ${pkgs.element-call}
|
||||
file_server
|
||||
'';
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
settings = {
|
||||
server_name = "henryhiles.com";
|
||||
database.backend = "rocksdb";
|
||||
federation.max_concurrent_requests = 99999;
|
||||
federation.max_concurrent_requests = 10000;
|
||||
|
||||
server_discovery = {
|
||||
server.authority = "${domain}:443";
|
Loading…
Add table
Add a link
Reference in a new issue