feat: remove minecraft and add grafana secret

This commit is contained in:
Jet Pham 2026-02-18 19:09:21 -08:00
parent ce89f2fcda
commit cc2036d95e
No known key found for this signature in database
10 changed files with 21 additions and 106 deletions

View file

@ -30,6 +30,9 @@
http_addr = "127.0.0.1";
domain = "status.extremist.software";
};
security = {
secret_key = config.mySecrets.grafanaSecret;
};
};
};
}