rspamd: authenticate via sso

This commit is contained in:
Rouven Seifert 2024-05-24 00:22:19 +02:00
parent 7372df381d
commit 16f3500f09
2 changed files with 15 additions and 1 deletions

View file

@ -20,4 +20,6 @@ in
services.caddy.virtualHosts."${domain}".extraConfig = ''
reverse_proxy localhost:9000
'';
# open the firewall for proxy auth
networking.firewall.allowedTCPPorts = [ 9000 ];
}