Setup plausible analytics

fixes #423
fixes #424
This commit is contained in:
Gene Liverman 2024-06-29 11:11:29 -04:00
parent 7a662ef20f
commit 741309d38e
4 changed files with 53 additions and 20 deletions

View file

@ -26,6 +26,9 @@ in {
"hetznix01.${domain}" = {
serverAliases = [
"technicalissues.us"
"alt.technicalissues.us"
"mail.alt.technicalissues.us"
"mail.indianspringsbsa.org"
];
default = true;
enableACME = true;
@ -120,6 +123,12 @@ in {
};
};
};
"stats.${domain}" = {
enableACME = true;
acmeRoot = null;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:8001";
};
"utk.${domain}" = {
enableACME = true;
acmeRoot = null;