feat: Add setup page and OG
All checks were successful
Build Docker / BuildImage (push) Successful in 1m0s
Check Code Quality / RuffCheck (push) Successful in 1m8s

This commit is contained in:
2026-04-04 19:30:14 +11:00
parent 5519132c27
commit 17d2f20b61
4 changed files with 132 additions and 3 deletions

View File

@@ -5,6 +5,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Firepool | Woodburn</title>
<meta name="description" content="Firepool dashboard with live pool stats, worker search, payouts, and estimated mining returns.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Firepool">
<meta property="og:title" content="Firepool | Woodburn">
<meta property="og:description" content="Live pool telemetry, worker search, and estimated mining rewards.">
<meta property="og:url" content="{{ request.url }}">
<meta property="og:image" content="https://explorer.hns.au/assets/img/favicon.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Firepool | Woodburn">
<meta name="twitter:description" content="Live pool telemetry, worker search, and estimated mining rewards.">
<meta name="twitter:image" content="https://explorer.hns.au/assets/img/favicon.png">
<link rel="icon" href="https://explorer.hns.au/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css">
</head>
@@ -124,6 +135,14 @@
</table>
</div>
</section>
<section class="panel setup-panel">
<div class="panel-head">
<h2>Setup a Miner</h2>
<p>New to the pool? Follow the quick start guide to get your worker online.</p>
</div>
<a class="setup-link" href="/setup-miner">Open Miner Setup Guide</a>
</section>
<footer class="footer">
<p>Powered by <a href="https://nathan.woodburn.au" target="_blank" rel="noopener">Nathan.Woodburn/</a>
</footer>