forked from mirrors_public/oddlama_nix-config
feat: remove leftover invalid paperless monitor, add grafana dashboard
This commit is contained in:
parent
611a64fb49
commit
cb4f4f251f
6 changed files with 938 additions and 14 deletions
|
@ -67,10 +67,10 @@ in {
|
|||
zone paperless 64k;
|
||||
keepalive 2;
|
||||
'';
|
||||
monitoring = {
|
||||
enable = true;
|
||||
expectedBodyRegex = "Paperless-ngx";
|
||||
};
|
||||
# direct upstream monitoring doesn't work because
|
||||
# paperless allowed hosts fails for ip-based queries.
|
||||
# But that's fine, we just monitor it via the domain above anyway.
|
||||
#monitoring.enable = true;
|
||||
};
|
||||
virtualHosts.${paperlessDomain} = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue