new service! amdl

This commit is contained in:
Reid 2025-05-19 01:15:21 -07:00
parent 5c7720f462
commit 66ccec0f2c
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
11 changed files with 138 additions and 14 deletions

View file

@ -30,6 +30,11 @@ in {
enable = true;
domain = "grafana.reidlab.pink";
};
amdl = {
enable = true;
domain = "amdl.reidlab.pink";
};
};
};
@ -40,6 +45,7 @@ in {
add_header Access-Control-Allow-Origin "*";
'';
# TODO: we should perhaps add something to help with this in staticSites?
# just seems a little redundant if we get more pages like this
extraConfig = ''
error_page 404 /404.html;
'';