Commit Graph

54 Commits

Author SHA1 Message Date
The Chronicler
d4e92bb27e Task #30: Pterodactyl Modpack Version Display
Created new quality-of-life task for tracking modpack versions in Pterodactyl panel.

TASK DETAILS:
- Add custom egg variable for modpack version display
- Visible in Startup tab for all modpack servers
- Manual entry (simple, low complexity)
- Improves version tracking and troubleshooting

SCOPE:
- 9 modpack servers (All The Mons, Stoneblock 4, etc.)
- Excludes Vanilla, Hytale, FoundryVTT (not applicable)

IMPLEMENTATION:
- Phase 1: Add variable to Minecraft egg (15 min)
- Phase 2: Populate current versions (30 min)
- Phase 3: Document update procedure (15 min)
- Total time: 1-2 hours

BENEFITS:
- Version visibility at a glance
- Change tracking when modpacks update
- Troubleshooting clarity (identify version mismatches)
- Professional operations appearance

ALTERNATIVE METHODS DOCUMENTED:
- Script-based auto-detection (future enhancement)
- Include version in server name (quick hack)

Updated tasks.md: Total tasks now 30

Status: Ready to implement

Fire + Frost + Foundation 💙🔥❄️
2026-02-18 22:55:04 +00:00
The Chronicler
96f20e8715 Task #9: Rewrite AI Stack architecture for DERP compliance
Complete rewrite of self-hosted AI stack (Task #9) with new DERP-compliant architecture:

CHANGES:
- Architecture: AnythingLLM+OpenWebUI → Dify+Ollama (DERP-compliant)
- Cost model: $0/month additional (self-hosted on TX1, no external APIs)
- Usage tiers: Claude Projects (primary) → DERP backup (emergency) → Discord bots (staff/subscribers)
- Time estimate: 8-12hrs → 6-8hrs (more focused deployment)
- Resource allocation: 97GB storage, 92GB RAM when active (vs 150GB/110GB)

NEW DOCUMENTATION:
- README.md: Complete architecture rewrite with three-tier usage model
- deployment-plan.md: Step-by-step deployment (6 phases, all commands included)
- usage-guide.md: Decision tree for when to use Claude vs DERP vs bots
- resource-requirements.md: TX1 capacity planning, monitoring, disaster recovery

KEY FEATURES:
- Zero additional monthly cost (beyond existing $20 Claude Pro)
- True DERP compliance (fully self-hosted when Claude unavailable)
- Knowledge graph RAG (indexes entire 416-file repo)
- Discord bot integration (role-based staff/subscriber access)
- Emergency procedures documented
- Capacity planning for growth (up to 18 game servers)

MODELS:
- Qwen 2.5 Coder 72B (infrastructure/coding, 128K context)
- Llama 3.3 70B (general reasoning, 128K context)
- Llama 3.2 Vision 11B (screenshot analysis)

Updated tasks.md summary to reflect new architecture.

Status: Ready for deployment (pending medical clearance)

Fire + Frost + Foundation + DERP = True Independence 💙🔥❄️
2026-02-18 17:27:25 +00:00
Claude
ab14e1c276 docs: Add comprehensive JVM optimization guide for game servers
Created complete optimization guide (500+ lines):

Modern JVM Flags (2024-2026 Best Practices):
- Aikar's Flags optimized for Minecraft
- G1GC configuration for 4-16GB heaps
- Per-server RAM recommendations (all 11 servers)
- Deprecated flags to remove

Server-Specific Configuration:
- Vanilla: 4GB (lightweight)
- Standard modpacks: 8GB
- Heavy modpacks: 10-12GB
- ATM10: 16GB (kitchen sink)
- Custom G1HeapRegionSize per heap size

Implementation:
- 3-phase deployment (backup, update, monitor)
- Via Pterodactyl panel startup variables
- 1 hour total for all 11 servers
- Rollback procedure included

Performance Impact:
- Expected +0.5 to +2 TPS improvement
- More stable memory usage
- Shorter GC pause times
- Fewer lag spikes

Comprehensive troubleshooting for common issues.
Ready to execute via Pterodactyl panel.

Task: Game Server Startup Script Audit (Tier 3)
FFG-STD-002 compliant
2026-02-18 00:50:58 +00:00
Claude
6c49e87f7b docs: Add comprehensive Vaultwarden configuration guide
Created complete configuration guide for Vaultwarden setup (450+ lines):

Configuration Strategy:
- Part A: SSH key setup (5 min)
- Part B: Organization setup (25 min)
- Part C: Security best practices
- Part D: Cleanup and documentation

Organization Structure:
- Organization: Firefrost Gaming (Free plan, 2 users)
- Users: Michael (owner) + Meg (admin/manager)
- Collections: 6 total with granular permissions

Collections Defined:
1. Server Credentials (Michael owner, Meg read-only)
2. API Keys & Tokens (Michael owner, Meg read-only)
3. Social Media Accounts (Both can edit)
4. Game Server Admin (Both can edit)
5. Billing & Financial (Michael owner, Meg read-only)
6. Staff & Shared Tools (Both can edit)

Security Features:
- SSH key authentication option
- Two-factor authentication (2FA) setup
- Strong master password policy
- Secure password generator settings
- Backup and recovery procedures

Migration Process:
- Step-by-step credential migration from personal vault
- Verification of Meg's access
- Cleanup of temporary credential files
- Git repository sanitization

Comprehensive troubleshooting for common issues.

Unblocks: Scoped Gitea Token, all credential management workflows

Ready to configure when Vaultwarden is deployed.

Task: Vaultwarden Setup (Tier 1)
FFG-STD-002 compliant
2026-02-18 00:01:13 +00:00
Claude
1722dfb17e docs: Add Command Center security hardening deployment guide
Created comprehensive security hardening guide (500+ lines):

Defense-in-Depth Strategy:
- Layer 1: Fail2Ban auto-banning
- Layer 2: SSH key-only authentication
- Layer 3: UFW firewall optimization

5-Phase Deployment (1 hour total):
- Phase 1: Test SSH key access (CRITICAL - prevents lockout)
- Phase 2: Install and configure Fail2Ban (20 min)
- Phase 3: SSH hardening (20 min)
- Phase 4: UFW firewall review (15 min)
- Phase 5: Additional security (automatic updates, AIDE)

Security Features:
- Fail2Ban monitors SSH, Nginx, bad bots
- SSH: Key-only auth, MaxAuthTries=3, rate limiting
- UFW: Management IP whitelist, unnecessary ports closed
- Automatic security updates
- File integrity checking (AIDE)

Critical Safety Measures:
- Mandatory SSH key testing before disabling passwords
- Keep session open while testing
- Backup access via console/IPMI
- Step-by-step verification at each phase
- Comprehensive troubleshooting (lockout recovery)

Monitoring & Maintenance:
- Daily: Check Fail2Ban bans and auth logs
- Weekly: Review UFW logs and security updates
- Monthly: AIDE file integrity check

Ready to deploy when SSH access available.
Risk level: MEDIUM (can lock out if keys not tested)

Task: Command Center Security Hardening (Tier 1)
FFG-STD-002 compliant
2026-02-17 23:59:44 +00:00
Claude
20fdff2669 docs: Add MkDocs decommission procedure guide
Created complete decommission guide for MkDocs service (250+ lines):

Decommission Strategy:
- Safe removal of MkDocs (replaced by Wiki.js)
- 6-phase procedure (stop, remove, clean, DNS, Nginx, document)
- Total time: 15 minutes

Pre-Decommission Checklist:
- Verify Wiki.js operational
- Confirm content migration complete
- Check for external links
- Create backup archive

Procedure:
- Stop and remove Docker container
- Clean up files (with archive for safety)
- Update/remove DNS records
- Remove Nginx configuration
- Document in infrastructure manifest

Safety Features:
- Archive creation before deletion
- Rollback plan (15 min to restore)
- Verification steps
- Common issues troubleshooting

Post-Decommission:
- Week 1 monitoring plan
- Month 1 final cleanup
- Archive retention policy

Low risk: Content backed up in Git and archive.

Ready to execute when Wiki.js confirmed as replacement.

Task: MkDocs Decommission (Tier 3)
FFG-STD-002 compliant
2026-02-17 22:59:34 +00:00
Claude
4f27f25a74 docs: Add comprehensive Netdata deployment guide
Created complete deployment guide for Netdata monitoring (400+ lines):

Deployment Strategy:
- Install on all 4 infrastructure servers
- Command Center, TX1, NC1, Ghost VPS
- Quick one-line install per server
- Total deployment time: 30 minutes

Configuration:
- UFW firewall rules (management IP only)
- Parent-child streaming (unified dashboard)
- Custom alert configuration (CPU/RAM/Disk)
- Discord webhook integration
- Health monitoring

Features:
- Real-time performance monitoring
- Beautiful web dashboards on port 19999
- Zero configuration required
- Lightweight (< 3% CPU, ~100 MB RAM)
- Auto-detects all services and metrics

Monitoring Targets:
- CPU, RAM, Disk, Network metrics
- Java heap usage (Minecraft servers)
- Service-specific monitoring
- Alert thresholds configurable

Advanced Features:
- Netdata Cloud integration (centralized)
- Custom dashboards
- Mobile app access
- Longer data retention

Troubleshooting guide included for common issues.

Ready to deploy when SSH access available.

Task: Netdata Deployment (Tier 2)
FFG-STD-002 compliant
2026-02-17 22:58:31 +00:00
Claude
80c17faee9 cleanup: Remove old flagship modpack directory with special characters
Removed docs/tasks/firefrost:-the-eternal-skyforge-(flagship-modpack)/
which was a stub directory with only a basic README.

Replaced by docs/tasks/flagship-modpack-eternal-skyforge/ which has
the complete 600+ line design document created today.

Directory naming now follows standard conventions (no colons or parens).
2026-02-17 22:55:33 +00:00
Claude
0f8d42739f docs: Complete flagship modpack design - Firefrost: The Eternal Skyforge
Created comprehensive design document for custom modpack (600+ lines):

Core Concept:
- Create-focused skyblock with weapon forging theme
- Fire (passion/competition) + Frost (precision/engineering) gameplay
- Automated weapon factories in the void
- 5-tier weapon progression system
- Competitive leaderboards + cooperative building

Gameplay Design:
- 3-phase progression (Awakening → Apprentice → Master)
- Dual path questing (Fire competition vs Frost engineering)
- Custom weapon crafting with stats and abilities
- Factory templates from starter (7x7) to master (30x30)
- Multiplayer features: teams, trading, PvP arena

Technical Specifications:
- Minecraft 1.20.1 (Forge)
- 80-120 mods (medium-weight)
- Core mods: Create, Ex Nihilo, Botania, Tetra/Tinkers
- 6-8GB RAM requirement
- Server capacity: 20-30 players

Development Roadmap:
- 6-phase development (16-20 weeks)
- Phase 1: Core setup (2 weeks)
- Phase 2: Recipe development (3 weeks)
- Phase 3: Questing (3 weeks)
- Phase 4: Polish & balance (4 weeks)
- Phase 5: Beta testing (4 weeks)
- Phase 6: Launch

Marketing Strategy:
- Tagline: "Where Steel Meets Steam, Legends Are Forged"
- Target: Create fans, factory builders, competitive players
- Content creator friendly (progression series, showcases)
- Launch goals: 100+ downloads week 1, 10K in 6 months

Complete weapon tiers, factory blueprints, custom recipes,
Fire vs Frost playstyles, and stretch goals for future updates.

Task: Firefrost: The Eternal Skyforge (Tier 3)
FFG-STD-002 compliant
2026-02-17 22:53:47 +00:00
Claude
3551882e43 docs: Complete World Backup Automation deployment plan
Created comprehensive automated backup system for all 11 Minecraft servers:

Deployment Plan (500+ lines):
- Architecture and timing (integrates with restart system)
- Daily backups at 3:30 AM (before 4 AM restart cycle)
- Intelligent retention policy (7 daily, 4 weekly, 12 monthly)
- Off-server storage via NextCloud WebDAV or S3
- Complete storage requirements calculation (~115 GB needed)
- Per-server world paths and configuration
- 6-phase deployment guide
- Discord notifications throughout process

Features:
- Automated daily backups compressed to tar.gz (~80% size reduction)
- Total daily backup: ~4-5 GB (all 11 servers)
- Smart retention prevents storage bloat
- Disaster recovery procedures documented
- Standard restoration: 15-30 minutes
- Full node recovery: 2-4 hours

Restoration Procedures:
- Step-by-step world corruption recovery
- Disaster recovery for full node failure
- Regular restoration testing schedule
- Recovery time objectives defined

Troubleshooting:
- SFTP connection issues
- Backup corruption detection
- Retention policy debugging
- Storage management

Advanced features roadmap: incremental backups, encryption,
multi-region storage, real-time backups.

Ready to deploy when SSH access available (1-2 hours setup).

Task: World Backup Automation (Tier 3)
FFG-STD-002 compliant
2026-02-17 22:51:54 +00:00
Claude
ce7bce0305 cleanup: Remove duplicate department structure directory
Removed docs/tasks/department-structure-&-access-control-matrix/
which was a duplicate of docs/tasks/department-structure/

The newer department-structure/ directory follows FFG-STD-002
task documentation standard and is more comprehensive.

This resolves the duplicate commit issue visible in git history.
2026-02-17 22:48:10 +00:00
Claude
c20dd12684 feat: Complete Staggered Server Restart System
Created comprehensive automated restart system for all 11 Minecraft servers:

Deployment Plan (300+ lines):
- Architecture and flow diagram
- Feature list (staggered, warnings, skip logic, Discord notifications)
- Complete configuration structure
- 5-phase deployment guide
- Cron scheduling options
- Discord webhook integration
- Advanced features roadmap
- Troubleshooting guide

Python Script (250+ lines):
- Pterodactyl API integration
- Staggered restart logic (one server at a time)
- Player warnings (5min, 3min, 1min, 30sec)
- Optional skip if players online
- Discord notifications (start, per-server, complete, errors)
- Error handling and retries
- Comprehensive logging
- JSON configuration file support

Features:
- Prevents all servers down simultaneously
- Maintains player access during restarts
- Configurable delay between restarts (default: 5 min)
- Warning messages to players before restart
- Discord notifications throughout process
- Restart order optimized (simple → complex)
- ATM10 last (memory leak priority)

Ready to deploy when SSH access available (2 hours setup).

Task: Staggered Server Restart System (Tier 3)
FFG-STD-002 compliant
2026-02-17 22:44:45 +00:00
Claude
45fde1fc64 docs: Complete Discord server reorganization deployment plan
Created comprehensive Discord reorganization guide:

Channel Structure (7 categories):
- Welcome & Rules (public, read-only)
- Fire Path (competitive, PvP)
- Frost Path (collaborative, building)
- Community (general access)
- Game Servers (per-server channels)
- Subscriber Lounge (Sovereign, Consular tiers)
- Staff Area (internal coordination)
- Voice Channels (organized by path)

Role Hierarchy:
- Administrative (Wizard, Emissary, Staff, Moderators)
- Subscriber Tiers (Sovereign, Consular)
- Path Roles (Fire, Frost - self-assign)
- Game Notifications (per-server pings)

Permission Matrix:
- Detailed permissions for each channel/role combination
- Aligns with Department Structure & Access Control Matrix

Implementation:
- 5-phase deployment (2-3 hours total)
- Content templates (welcome, rules, reaction roles)
- Testing checklist
- Post-launch monitoring plan

Provides clear Fire/Frost philosophy throughout server,
proper subscriber benefits, and room to scale.

Task: Discord Server Complete Reorganization (Tier 3)
FFG-STD-002 compliant
2026-02-17 17:23:41 +00:00
Claude
b803880e4b docs: Enhance Frostwall vs Firefrost naming clarification
Expanded brief naming doc into comprehensive guide:
- Clear definitions of Firefrost (brand) vs Frostwall (security)
- Etymology and conceptual alignment explained
- Common mistakes with corrections
- Quick reference decision tree
- Implementation checklist
- Communication guidelines
- Examples of correct usage
- Audit commands to find incorrect usage

Ran audit: No incorrect usage found in current documentation.
All instances of mixed terminology are in example/warning contexts.

Task: Fix Frostwall vs Firefrost Naming (Tier 3)
FFG-STD-002 compliant
2026-02-17 17:17:59 +00:00
Claude
be1ad8c330 docs: Complete Department Structure & Access Control Matrix
Created comprehensive organizational structure for Firefrost Gaming:

Organization Structure:
- Tier 0: Executive (Wizard, Emissary)
- Tier 1: Core Staff (Chronicler, Guardian)
- Tier 2: Operations (Builders, Social Media Helper)
- Tier 3: Community Moderators
- Tier 4: Subscribers (Sovereign, Consular, Community)

Access Control Matrices:
- Wiki.js permissions by namespace and role
- Discord role hierarchy and channel access
- Pterodactyl panel access levels
- Gitea repository permissions
- Vaultwarden credential sharing

Role Definitions:
- Detailed responsibilities for each role
- Access boundaries (what they can/can't access)
- Principle of least privilege
- Defense in depth enforcement

Implementation checklist for setting up permissions
across all systems (Wiki.js, Discord, Pterodactyl, Vaultwarden).

Provides foundation for scaling team while maintaining
security and clear organizational hierarchy.

Task: Department Structure (Tier 2)
FFG-STD-002 compliant
2026-02-17 17:16:07 +00:00
Claude
e317952c3f docs: Add deployment guide for Scoped Gitea Token
Created comprehensive guide for creating scoped Gitea token for Pokerole project:
- Step-by-step token creation in Gitea UI
- Proper scope selection (repo read/write only)
- Vaultwarden storage procedure
- Testing procedures (verify access/no-access)
- Session prompt update instructions
- Security benefits comparison
- Troubleshooting common issues
- Rollback plan

Implements Iron Wall principle: enforce boundaries technically,
not through honor system. Isolates Pokerole project from
Firefrost infrastructure.

Task: Scoped Gitea Token (Tier 1)
FFG-STD-002 compliant
2026-02-17 17:14:34 +00:00
Claude
b3125f6670 docs: Complete Department Structure & Access Control Matrix
Created comprehensive organizational framework for Firefrost Gaming staff.

department-structure.md:
- Full organizational chart with 4 main departments
- Department definitions (Operations, Community, Content)
- 8-level permission hierarchy (Public to Founding Partner)
- Role-specific responsibilities and access
- Onboarding procedures by department
- Cross-department collaboration workflows
- Emergency procedures
- Performance review framework
- Career advancement paths
- Implementation phases

access-control-matrix.md:
- Complete permission mapping for all systems
- Discord, Pterodactyl, Wiki.js, Gitea access matrices
- Server SSH access controls
- API key management
- Social media account access
- Emergency override procedures
- Access request/revocation workflows
- Monthly/quarterly/annual audit procedures
- Technical implementation guides

Foundation for role-based access control across all Firefrost systems.
Ready for implementation when first staff hired.

Task: Department Structure & Access Control Matrix (Tier 2)
FFG-STD-002 compliant
2026-02-17 16:58:05 +00:00
Claude
baa9f60f97 docs: Scope corrections and terminology guide complete
Task #14 (Fix Frostwall vs Firefrost Naming):  COMPLETE
- Created comprehensive terminology guide
- Clarifies: Firefrost (brand) vs Frostwall (security protocol)
- Includes brand voice, team titles, common confusion points
- Quick reference table

Task #15 (Scope Document Corrections):  COMPLETE
- Created detailed corrections guide for project-scope.md v2.3
- Documents all work completed Feb 17 (4 major tasks)
- Updates priorities based on current state
- Notes SSH access as critical constraint
- Recommends version bump to 2.4

Key corrections needed:
- Add Whitelist Manager to deployed services
- Add Frostwall Protocol planning complete
- Update timeline with actual Feb 16-17 work
- Reorder priorities (Whitelist Manager, Frostwall first)
- Add SSH limitation to constraints

Both tasks complete, ready for application to scope doc.

Tasks: #14, #15 (Tier 3)
FFG-STD-002 compliant
2026-02-17 16:50:34 +00:00
Claude
2bd96ee8c7 docs: Complete Frostwall Protocol deployment documentation
Created comprehensive documentation for Frostwall Protocol rebuild:

deployment-plan.md (500+ lines):
- Complete 7-phase implementation guide
- GRE tunnel configuration for Command Center ↔ TX1/NC1
- Iron Wall UFW firewall rules
- NAT/port forwarding setup
- Self-healing tunnel monitoring with auto-recovery
- DNS configuration
- Testing and verification procedures
- Rollback plan
- Performance considerations

ip-hierarchy.md (400+ lines):
- Three-tier IP architecture explained
- Complete service mapping table (all 11 game servers)
- GRE tunnel IP addressing
- Traffic flow diagrams
- DNS configuration reference
- Security summary
- Quick command reference

troubleshooting.md (450+ lines):
- Quick diagnostics checklist
- Common problems with step-by-step solutions:
  - Tunnel won't come up
  - Can't ping tunnel IP
  - Port forwarding not working
  - Tunnel breaks after reboot
  - Self-healing monitor issues
  - High latency/packet loss
  - UFW blocking traffic
- Emergency recovery procedures
- Common error messages decoded
- Health check commands

This documentation enables rebuilding the Frostwall Protocol from scratch
with proper IP hierarchy, DDoS protection, and self-healing capabilities.

Unblocks: Mailcow deployment, AI stack, all Tier 2+ infrastructure

Task: Frostwall Protocol (Tier 1, Critical)
FFG-STD-002 compliant
2026-02-17 15:01:35 +00:00
Claude
920713717a docs: Add work completed summary for Staff Recruitment
Summary of all documentation created for Staff Recruitment Launch:
- Prerequisites guide (836 lines)
- Application tracker template
- Onboarding checklist

Includes next steps for Michael:
- Decisions to make (30 min)
- Infrastructure setup (1-2 hours, needs SSH)
- Posting strategy

Task status: Documentation complete, awaiting decisions and SSH access

FFG-STD-001 compliant
2026-02-17 14:18:27 +00:00
Claude
9ad561c0f3 docs: Add comprehensive onboarding checklist for new staff
Created detailed onboarding guide covering:
- Pre-arrival preparation
- Day 1 welcome and access setup
- Orientation documentation and calls
- First week assignments (role-specific for Builders vs Social Media)
- Weekly rhythms and ongoing integration
- Red flag identification
- Onboarding completion criteria
- Feedback collection process
- Template emails and communications

Ensures new staff members feel welcomed, equipped, and integrated
into Firefrost Gaming culture from day one.

Task: Staff Recruitment Launch (Tier 0)
FFG-STD-002 compliant
2026-02-17 14:17:35 +00:00
Claude
36e80ff681 docs: Staff Recruitment prerequisites and application tracking
Created comprehensive prerequisites guide for Staff Recruitment Launch:
- Complete checklist for incentive instance provisioning
- Application review criteria and process
- Interview questions for Builders and Social Media Helper
- Test project assignments
- Communication templates (6 templates covering all scenarios)
- Application tracking spreadsheet template with scoring system
- Posting strategy and timeline

Also added PROJECT-INSTRUCTIONS.md:
- Complete project instructions for Claude.ai project settings
- Includes git access protocol hardcoded
- Accessibility requirements
- Infrastructure overview
- Working standards and communication style

Ready to support posting recruitment ad when prerequisites complete.

Task: Staff Recruitment Launch (Tier 0)
FFG-STD-002 compliant
2026-02-17 14:16:35 +00:00
The Chronicler
2f185cdf81 PRIORITY: Move Staff Recruitment to Tier 0 - posting today
Michael plans to post recruitment ad today, moved from Tier 3 to Tier 0.

Changes:
- Task #3: Staff Recruitment Launch (was #29)
- Status: READY - POSTING TODAY (was PLANNING)
- Priority: Tier 0 - Immediate Win (was Tier 3)
- Renumbered all subsequent tasks (4-29)

Guardian's prerequisites still apply:
- Provision incentive instances before posting
- Define application review process
- Finalize ad decisions (modpacks, deadline)

Ready to launch recruitment campaign today.
2026-02-16 14:26:11 +00:00
The Chronicler
1dd41ff6f7 Add Task #29: Staff Recruitment Launch (Guardian's notes)
Reflects The Guardian's prerequisites from discord-recruitment-ad.md:
1. Provision incentive instances (private servers for recruits)
2. Define application review process
3. Finalize recruitment ad decisions

Task captures:
- Recruitment for 2-3 Builders + 1 Social Media Helper
- Prerequisites checklist from Guardian's bottom notes
- Reference to recruitment ad in docs/planning/
- Application process and onboarding workflow

Status: PLANNING (need to provision incentive instances first)
Priority: Tier 3 - Content & Community

Files added:
- docs/tasks/staff-recruitment-launch/README.md
- Updated docs/core/tasks.md (v3.1, Task #29, total 29 tasks)
2026-02-16 14:23:34 +00:00
1b6b696bf5 Create among-us-weekly-events-(phase-2-expansion) task
Task 28 migration.

Date: 2026-02-16
2026-02-16 06:59:32 -06:00
0f06a55471 Create firefrost:-the-eternal-skyforge-(flagship-modpack) task
Task 27 migration.

Date: 2026-02-16
2026-02-16 06:59:31 -06:00
abd31df29d Create discord-server-complete-reorganization task
Task 26 migration.

Date: 2026-02-16
2026-02-16 06:59:31 -06:00
6b6b284f9d Create blueprint-extension-installation-node-usage-status task
Task 25 migration.

Date: 2026-02-16
2026-02-16 06:59:30 -06:00
78bdeb6878 Create world-backup-automation task
Task 24 migration.

Date: 2026-02-16
2026-02-16 06:59:30 -06:00
6a5de5f019 Create luckperms-mysql-backend task
Task 23 migration.

Date: 2026-02-16
2026-02-16 06:59:29 -06:00
94e9a21a8f Create game-server-startup-script-audit-&-optimization task
Task 22 migration.

Date: 2026-02-16
2026-02-16 06:58:57 -06:00
6669dc856f Create staggered-server-restart-system task
Task 21 migration.

Date: 2026-02-16
2026-02-16 06:58:57 -06:00
4441ffa7ff Create "coming-soon"-video-creation-(capcut) task
Task 20 migration.

Date: 2026-02-16
2026-02-16 06:58:56 -06:00
14b887f3d0 Create nextcloud-upload-portal-for-meg task
Task 19 migration.

Date: 2026-02-16
2026-02-16 06:58:56 -06:00
1f641815dd Create consultant-photo-processing task
Task 18 migration.

Date: 2026-02-16
2026-02-16 06:58:55 -06:00
07d60eff62 Create paymenter-theme-installation-citadel-theme task
Task 17 migration.

Date: 2026-02-16
2026-02-16 06:58:25 -06:00
6d1723b8e2 Create terraria-branding-training-arc task
Task 16 migration.

Date: 2026-02-16
2026-02-16 06:58:24 -06:00
af7db748fa Create workflow-guide-review-&-trim task
Task 15 migration.

Date: 2026-02-16
2026-02-16 06:58:24 -06:00
86ea11d9f8 Create scope-document-corrections task
Task 14 migration.

Date: 2026-02-16
2026-02-16 06:58:23 -06:00
022f2daa47 Create fix-frostwall-vs-firefrost-naming task
Task 13 migration.

Date: 2026-02-16
2026-02-16 06:58:23 -06:00
2e23976557 Create mkdocs-decommission task
Task 12 migration.

Date: 2026-02-16
2026-02-16 06:57:57 -06:00
251a005f03 Create department-structure-&-access-control-matrix task
Task 11 migration.

Date: 2026-02-16
2026-02-16 06:57:56 -06:00
bca65bcffe Create netdata-deployment task
Task 10 migration.

Date: 2026-02-16
2026-02-16 06:57:56 -06:00
71059ef2ca Create self-hosted-ai-stack-on-tx1 task
Task 9 migration.

Date: 2026-02-16
2026-02-16 06:57:55 -06:00
6e0375d9c3 Create mailcow-email-server-on-nc1 task
Task 8 migration.

Date: 2026-02-16
2026-02-16 06:57:54 -06:00
e6a843b1a3 Create scoped-gitea-token task
Task 7 (Tier 1 Security).
Pokerole isolation.

Date: 2026-02-16
2026-02-16 06:56:02 -06:00
21dcc2f93a Create command-center-security task
Task 6 (Tier 1 Security).
Fail2Ban + SSH hardening.

Date: 2026-02-16
2026-02-16 06:56:01 -06:00
74d94e1c24 Create frostwall-protocol task directory
Task 5 migration (CRITICAL Tier 1).

The Frostwall: GRE tunnel DDoS protection.
Foundation for all infrastructure.

3-4 hour deployment.

Date: 2026-02-16
2026-02-16 06:55:39 -06:00
00773b0801 Create vaultwarden-setup task directory
Task 4 migration (Tier 1 Security).

Vaultwarden configuration: SSH key + organization setup for Meg.
Critical for credential management.

Part of 26-task migration.

Date: 2026-02-16
2026-02-16 06:55:03 -06:00
1250132ed6 Create command-center-cleanup task directory
Task 2 migration to FFG-STD-002 structure.

Simple housekeeping task - 15 minute cleanup of Command Center
root directory before major work.

Part of full 26-task migration.

Date: 2026-02-16
Migrated by: The Chronicler
2026-02-16 06:53:31 -06:00