Initial commit (with migration template)

This commit is contained in:
JK Woo
2026-07-17 15:37:40 +00:00
commit 6cfbe6dcb5
63 changed files with 4992 additions and 0 deletions

21
dashboard.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Deprecated Dashboard</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f8f9fa;
color: #333;
}
h1 { color: #dc3545; }
</style>
</head>
<body>
<h1>이 대시보드는 더 이상 사용되지 않습니다.</h1>
<p>표준 모니터링 스택인 프로메테우스(Prometheus: 9090) 및 그라파나(Grafana: 3000)를 구동하여 사용해 주시기 바랍니다.</p>
</body>
</html>