This commit is contained in:
2026-09-06 04:04:59 +03:00
commit 83a975ba3c
44 changed files with 6558 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="keywords" content="pgtune, postgresql, postgres, tuning, config, configuration, free, open source" />
<meta name="description" content="PgTune - Tuning PostgreSQL config by your hardware" />
<link type="text/plain" rel="author" href="/humans.txt" />
<title>PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration</title>
</head>
<body>
<div id="app" class="isolate"></div>
<script async="async" defer="defer" type="module" src="/src/main.js"></script>
</body>
</html>