Add styled /status page, update footer/terms links from /health to /status
All checks were successful
Deploy to Production / Deploy to Server (push) Successful in 2m49s

This commit is contained in:
OpenClaw 2026-02-16 19:48:25 +00:00
parent 59cc8f3d0e
commit 6cc30db5c6
11 changed files with 219 additions and 11 deletions

View file

@ -138,7 +138,7 @@ footer .container { display: flex; justify-content: space-between; align-items:
<ul>
<li><strong>Target:</strong> 99.5% uptime (best effort, no SLA for free tier)</li>
<li><strong>Maintenance:</strong> Scheduled maintenance with advance notice</li>
<li><strong>Status page:</strong> <a href="/health">https://docfast.dev/health</a></li>
<li><strong>Status page:</strong> <a href="/status">https://docfast.dev/status</a></li>
</ul>
<h3>5.2 Performance</h3>
@ -250,9 +250,8 @@ footer .container { display: flex; justify-content: space-between; align-items:
<div class="footer-links">
<a href="/">Home</a>
<a href="/docs">Docs</a>
<a href="/health">API Status</a>
<a href="/status">API Status</a>
<a href="/#change-email" class="open-email-change">Change Email</a>
<a href="mailto:support@docfast.dev">Support</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Service</a>