editorconfig, grafana

This commit is contained in:
Reid 2024-02-26 17:02:11 -08:00
parent 719c14f954
commit 10c3a923a0
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
7 changed files with 186 additions and 4 deletions

View file

@ -12,6 +12,12 @@ in {
port = 3000;
};
metrics = {
enable = true;
domain = "metrics.reidlab.online";
port = 2342;
}
# you should probably keep this on
# configures acme, gzip, optimization, proxy, and ssl config
# opens ports and adds some Headers
@ -51,7 +57,7 @@ in {
location @main {
content_by_lua '
require("main").handle_request()
';
';
}
'';
};