Update relay server defaults and repo links

- Update index.html links to repo.anhonesthost.net
- Adjust rate limit defaults in .env.example

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-05 20:47:32 -08:00
parent 59254383ad
commit 7d95d47c73
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ BCRYPT_ROUNDS=10
SESSION_ID_LENGTH=6
# Rate limiting
RATE_LIMIT_WINDOW_MS=900000
RATE_LIMIT_MAX=100
RATE_LIMIT_WINDOW_MS=90
RATE_LIMIT_MAX=1024
# WebSocket timeouts (in milliseconds)
PING_INTERVAL=30000

View File

@@ -163,11 +163,11 @@
</div>
<div class="cta">
<a href="https://github.com/ShadowDaoLabs/MacroPad" target="_blank">Learn More</a>
<a href="https://repo.anhonesthost.net/MacroPad/MP-Server" target="_blank">Learn More</a>
</div>
<p class="footer">
Part of the <a href="https://github.com/ShadowDaoLabs/MacroPad" target="_blank">MacroPad</a> project
Part of the <a href="https://repo.anhonesthost.net/MacroPad/MP-Server" target="_blank">MacroPad</a> project
</p>
</div>
</body>