increase max upload size and add new channel to bridge

pull/1/head
Mike Cugini 1 year ago
parent 5165d0dfd4
commit f99cc5504c
  1. 1
      nixos_configs/bridge.nix
  2. 5
      nixos_configs/git.nix

@ -56,6 +56,7 @@ RemoteNickFormat="{NICK} [{PROTOCOL}]"
"bot-test",
"cryptic-bunker",
"cryptic-chat",
"cryptic-net-public",
"dumbathon",
"europe",
"generic-gaming",

@ -49,6 +49,9 @@ in
"repository.upload" = {
FILE_MAX_SIZE = 50;
};
attachment = {
MAX_SIZE = 50;
};
};
};
@ -59,6 +62,8 @@ in
recommendedGzipSettings = true;
recommendedProxySettings = true;
clientMaxBodySize = "50M";
virtualHosts = {
"code.betamike.com" = {
enableACME = true;

Loading…
Cancel
Save