mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(keycloak): cloudflared and vouch
This commit is contained in:
parent
b8714cc674
commit
2eef6e5508
15 changed files with 303 additions and 229 deletions
|
|
@ -138,6 +138,11 @@ in {
|
|||
};
|
||||
}
|
||||
(mkIf cfg.enable {
|
||||
networking.firewall.interfaces.local = {
|
||||
allowedTCPPorts = mkIf (cfg.settings.vouch.listen != "127.0.0.1") [
|
||||
cfg.settings.vouch.port
|
||||
];
|
||||
};
|
||||
systemd.services.vouch-proxy = {
|
||||
description = "Vouch-proxy";
|
||||
after = ["network.target"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue