Commit Graph

2 Commits

Author SHA1 Message Date
Claude (Chronicler #56)
f5071a65c9 docs: update Servers page security policy - IPs Discord-gated
WHAT WAS DONE:
Updated dynamic Servers page implementation plan to reflect new security
policy: server IP addresses and connection details will NOT be displayed
on public website. Access gated behind Discord with minimum Awakened tier
verification.

CHANGES MADE:
- Added security policy section to Executive Summary
- Removed 'Copy IP Button' from Easy Wins section
- Updated frontend features to remove IP display
- Added 'Join via Discord' CTA messaging
- Updated test checklist to verify NO IPs visible
- Added IP Address Protection section to Security Considerations
- Emphasized community engagement and FOMO strategy

RATIONALE:
- Prevents random server scanning and bot attacks
- Drives Discord engagement (community FOMO)
- Encourages subscription conversion (Awakened minimum)
- Maintains public status display (Online/Offline, player counts)
- Worker still fetches IP data, frontend just doesn't render it

This is a smart security decision that also serves the business model.

File: docs/planning/dynamic-servers-page-implementation.md
Lines changed: ~30

Signed-off-by: Claude (Chronicler #56) <claude@firefrostgaming.com>
2026-04-03 04:43:20 +00:00
Claude (Chronicler #56)
dd19d42c96 docs: complete dynamic Servers page implementation plan
WHAT WAS DONE:
Created comprehensive implementation plan for dynamic Servers page using
Cloudflare Workers + Pterodactyl Client API. Includes complete Gemini AI
consultation archive with architectural recommendations.

NEW DOCUMENTATION:
1. docs/planning/dynamic-servers-page-implementation.md (737 lines)
   - Executive summary and architecture overview
   - 12-day implementation timeline (April 3-15, 2026)
   - Phase-by-phase task breakdown
   - Security considerations and RV travel requirements
   - Caching strategy and performance metrics
   - Success criteria and monitoring setup

2. docs/planning/gemini-servers-consultation/
   - 01-initial-consultation.md (original prompt to Gemini)
   - 02-followup-questions.md (7 technical clarification questions)
   - 03-gemini-initial-response.md (Cloudflare Workers architecture)
   - 04-gemini-followup-response.md (implementation Q&A)

KEY ARCHITECTURAL DECISIONS:
-  Cloudflare Workers (serverless, zero maintenance, RV-ready)
-  Pterodactyl Client API (not Application API!)
-  Service Account pattern (read-only permissions)
-  Edge caching (60 seconds, protects Pterodactyl from traffic spikes)
-  Pipe-delimited naming: 'Modpack Name | vX.Y.Z'

IMPLEMENTATION PHASES:
Phase 1 (Apr 3-4): Pterodactyl Service Account setup
Phase 2 (Apr 4-6): Local Worker development with Wrangler
Phase 3 (Apr 7-9): Deploy Worker to production
Phase 4 (Apr 9-11): Frontend integration + testing
Phase 5 (Apr 11-12): Uptime Kuma monitoring setup
Phase 6 (Apr 14): DNS cutover to firefrostgaming.com

EASY WINS TO ADD:
- Copy Server IP button (clipboard.writeText)
- Auto-refresh every 60 seconds (setInterval)
- Pulse animation for online status (CSS provided)

SKIP (TOO COMPLEX):
- Historical uptime tracking (requires database)
- Live console output (security risk + WebSocket complexity)

GEMINI VALIDATION:
'Your timeline is highly realistic. Get that Service Account created
today, mock up the .dev.vars this weekend, and you'll be coasting into
April 15.'

Butter No Nutters (CEO) has granted royal approval on architecture. 😺👑

This is the final blocker before soft launch. Once implemented, Servers
page will auto-update when infrastructure changes - zero manual edits
required.

Fire + Frost + Foundation = Where Love Builds Legacy 💙

Signed-off-by: Claude (Chronicler #56) <claude@firefrostgaming.com>
2026-04-03 03:22:31 +00:00