Add server monitoring functionality, including server struct, metrics retrieval for CPU, memory, and disk usage, and status updates in the database.

This commit is contained in:
headlessdev
2025-04-20 22:45:54 +02:00
parent 0975bc5c5f
commit f548367e86
2 changed files with 183 additions and 5 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;