upstream loose changes on quitte
This commit is contained in:
parent
05152b6db4
commit
f1c3ecffe2
|
@ -36,7 +36,7 @@ in
|
||||||
systemd.services."decisions-to-db" = {
|
systemd.services."decisions-to-db" = {
|
||||||
script = ''
|
script = ''
|
||||||
set -eu
|
set -eu
|
||||||
${pkgs.docker}/bin/docker exec decisions python tex_to_db.py
|
${pkgs.podman}/bin/podman exec decisions python tex_to_db.py
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
|
@ -85,6 +85,13 @@ in
|
||||||
}];
|
}];
|
||||||
# scrape_interval = "60s";
|
# scrape_interval = "60s";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "rspamd";
|
||||||
|
static_configs = [{
|
||||||
|
targets = [ "rspamd.ifsr.de:11334" ];
|
||||||
|
}];
|
||||||
|
scrape_interval = "15s";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ in
|
||||||
};
|
};
|
||||||
virtualHosts."${domain}" = {
|
virtualHosts."${domain}" = {
|
||||||
locations."= /" = {
|
locations."= /" = {
|
||||||
return = "301 /2023/";
|
return = "301 /2024/";
|
||||||
};
|
};
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/web/ese/served";
|
root = "/srv/web/ese/served";
|
||||||
|
|
|
@ -56,6 +56,7 @@ in
|
||||||
display_errors=0
|
display_errors=0
|
||||||
post_max_size = 40M
|
post_max_size = 40M
|
||||||
upload_max_filesize = 40M
|
upload_max_filesize = 40M
|
||||||
|
extension=sysvsem.so
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue