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:
@@ -13,8 +13,8 @@ BCRYPT_ROUNDS=10
|
|||||||
SESSION_ID_LENGTH=6
|
SESSION_ID_LENGTH=6
|
||||||
|
|
||||||
# Rate limiting
|
# Rate limiting
|
||||||
RATE_LIMIT_WINDOW_MS=900000
|
RATE_LIMIT_WINDOW_MS=90
|
||||||
RATE_LIMIT_MAX=100
|
RATE_LIMIT_MAX=1024
|
||||||
|
|
||||||
# WebSocket timeouts (in milliseconds)
|
# WebSocket timeouts (in milliseconds)
|
||||||
PING_INTERVAL=30000
|
PING_INTERVAL=30000
|
||||||
|
|||||||
@@ -163,11 +163,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cta">
|
<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>
|
</div>
|
||||||
|
|
||||||
<p class="footer">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user