diff --git a/docs/core/tasks.md b/docs/core/tasks.md index ff1de4e..0d65f30 100644 --- a/docs/core/tasks.md +++ b/docs/core/tasks.md @@ -765,16 +765,19 @@ Add custom "Modpack Version" field to Pterodactyl panel for version tracking vis ## 📊 QUICK STATS -**Total Tasks:** 32 (including Firefrost Codex) +**Total Tasks:** 35 (including Firefrost Codex and Pokerole Wiki) **Completed:** 3 (NC1 cleanup, Command Center cleanup, Whitelist Manager) **In Progress:** 2 (Vaultwarden, Terraria Arc) -**Ready to Build:** 19+ (including Firefrost Codex!) +**Ready to Build:** 21+ (including Firefrost Codex and Pokerole Wiki!) +**High Priority:** 1 (Pokerole Wiki - URGENT) **Blocked:** 2 (Mailcow, original AI Stack - superseded by Codex) **Superseded:** 1 (Original AI Stack → Firefrost Codex) -**Estimated Total Time:** ~75-95 hours across all tasks +**Estimated Total Time:** ~78-98 hours across all tasks **Critical Path:** Frostwall Protocol → Mailcow → Everything else -**Big Win Available:** Firefrost Codex (8-12 hours, massive community impact) +**Big Wins Available:** +- Firefrost Codex (RAG tuning, 2 hours remaining) +- Pokerole Wiki (2-3 hours, unblocks entire Pokédex project) --- @@ -886,3 +889,53 @@ Reset n8n instance on TX1 to resolve corrupted node registry preventing workflow **Alternative:** Keep PHP workaround permanently if simpler/more reliable. --- + +### 35. Pokerole Wiki.js Deployment +**Time:** 2-3 hours +**Status:** READY TO DEPLOY +**Priority:** HIGH - URGENT +**Documentation:** `docs/tasks/pokerole-wikijs-deployment/` + +Deploy fresh Wiki.js instance for Aurelian Pokédex project on Ghost VPS. + +**Context:** +- 76 Pokémon entries 100% complete (Tiers 3, 4, 5) +- 225 sprites ready (100% artwork completion) +- 19 custom abilities + 2 custom moves created +- ~150,000 words of content ready to publish +- Team ready to migrate content tomorrow (Feb 27) + +**Deployment Target:** +- Server: Ghost VPS (64.50.188.14) +- Domain: pokerole.firefrostgaming.com +- Type: Standalone Wiki.js instance (Docker-based) + +**Key Components:** +1. PostgreSQL database container +2. Wiki.js container (port 3002) +3. Nginx reverse proxy configuration +4. SSL certificate (Let's Encrypt) +5. User accounts (Michael, Holly) + +**Deliverables:** +- Wiki accessible at https://pokerole.firefrostgaming.com +- Admin account for Michael (mkrause612) +- Editor account for Holly (Unicorn20089) +- Basic page structure template +- Image upload capability verified + +**Blocks:** +- Content migration (76 Pokémon entries) +- Public Pokédex launch +- FoundryVTT module development + +**See task directory for:** +- Complete deployment plan (9 phases) +- Prerequisites checklist +- Troubleshooting guide +- Post-deployment maintenance + +**Requested by:** Michael & Claudius (Pokerole Project) +**Timeline:** Deploy tonight, migration starts Feb 27 + +---