Files
BergaBruh 1245c6eb43 fix(stats-site): correct gitea repo URL bergabruh → bergamot
Source-of-truth gitea repo lives at bergamot/stats-gateway, not
bergabruh/stats-gateway (404). Fixes user-facing dashboard footer
+ about page links.

Note: Go module path 'gitea.projectshitpost.fun/bergabruh/...' is
still wrong but rename touches every import + protobuf — separate
refactor PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 02:51:22 +05:00

27 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About — PSP Speedtest Stats</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header>
<h1>About</h1>
</header>
<main>
<p>Этот dashboard показывает результаты регулярных HTTP-проб двух
speedtest-нод (FL — Финляндия, PL1 — Польша) от gitea-CI/CD-узла,
раз в 5 минут. Данные хранятся в SQLite на gitea-сервере и
публикуются как snapshot.json раз в 10 минут.</p>
<p>Цель — мониторить деградации latency/throughput для собственного
использования. API сервиса описан в
<a href="https://gitea.projectshitpost.fun/bergamot/stats-gateway">stats-gateway</a>.</p>
<p><a href="/">← Назад</a></p>
</main>
</body>
</html>