leon #105

Closed
leon wants to merge 74 commits from (deleted):leon into master
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 84de95314a - Show all commits

View File

@ -43,6 +43,7 @@
path_prefix = "/alertmanager";
} {
static_configs = [{
# alert2muc
targets = [ "localhost:9022" ];
}];
}];
@ -128,6 +129,9 @@
auth_basic_user_file ${config.sops.secrets."nginx/httpAuth".path};
'';
};
locations."/alert2muc" = {
proxyPass = "http://localhost:9022";
};
};
};