Commit Graph

26 Commits

Author SHA1 Message Date
d50453c8ef Create world-backup-automation task
Task 24 migration.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Date: 2026-02-16
2026-02-16 06:56:02 -06:00
d0a783532a 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
5393df0281 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
adbd66a3f3 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
34aa676fcb 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
cf35fa9fcf Add prerequisites checklist for whitelist-manager
Complete pre-deployment checklist covering:
- Pterodactyl API access and key generation
- Ghost VPS access and requirements
- DNS configuration steps
- Whitelist enforcement method determination
- Authentication setup
- Server list verification (11 Minecraft servers)
- Network and firewall requirements
- SSL certificate preparation

Follows FFG-STD-002 standard for task documentation.

This ensures all prerequisites are gathered before starting
deployment, preventing mid-deployment blockers.

Phase 4 of complete restructure.

Date: February 16, 2026
Implemented by: The Chronicler
2026-02-16 06:21:05 -06:00
c6ab3365db Move deployment plan to proper task directory
Migrating whitelist-manager-deployment-plan.md:
- FROM: docs/tools/whitelist-manager-deployment-plan.md
- TO: docs/tasks/whitelist-manager/deployment-plan.md

Following FFG-STD-002 naming convention:
- Task-specific docs live in docs/tasks/[task-name]/
- Renamed to standard name: deployment-plan.md

Content unchanged - this is a pure migration.

Next step: Delete old location (docs/tools/)

Phase 3 of complete restructure.

Date: February 16, 2026
Implemented by: The Chronicler
2026-02-16 06:19:35 -06:00
e48509f522 Create whitelist-manager task README following standard
First task directory following FFG-STD-002 (Task Documentation Standard):
- Complete task overview and status
- Quick links to all documentation
- Server list (11 Minecraft servers)
- Tech stack and deliverables
- Success metrics and dependencies
- Future enhancements roadmap

This README serves as:
1. Entry point for the whitelist-manager task
2. Template for all future task READMEs
3. Single source of truth for task details

Next: Migrate deployment-plan.md from docs/tools/

Phase 2 of complete restructure.

Date: February 16, 2026
Implemented by: The Chronicler
2026-02-16 06:19:09 -06:00
9acf18423b Create docs/tasks/ directory structure
Implementing task documentation standard (FFG-STD-002):
- Create docs/tasks/ directory for all task-specific documentation
- Create docs/tasks/whitelist-manager/ as first task following standard
- Foundation for migrating 1400-line tasks.md into scalable structure

Per fresh Claude review: "Task documentation system doesn't exist - standard created today prescribes docs/tasks/ structure, but directory doesn't exist"

This commit creates the directory structure. Next commits will:
1. Migrate whitelist-manager from docs/tools/
2. Create README.md following standard template
3. Refactor tasks.md entries

Phase 1 of complete restructure.

Date: February 16, 2026
Implemented by: The Chronicler
2026-02-16 06:18:08 -06:00