Commit Graph

5 Commits

Author SHA1 Message Date
Chronicler #55
9c7b1559ab docs: Add new CurseForge Modpack Version Checker API key
WHAT:
- Added second approved CurseForge API key
- Modpack Version Checker application approved
- Email confirmation received April 2, 2026 8:22 AM
- Documented key separation by use case

API KEYS:
- Primary (general): f865f951-b937-482d-860b-e950bd02bbd2
- Modpack Checker: $2a$10$OVK9ml7bEJdcfTJhBSuK1O5AFz2qq3mwpb35RTTwVfmdvzQFOA7M

RECOMMENDATION:
Use Modpack Version Checker key specifically for automated
version checking scripts to separate usage tracking.

REFERENCE:
Email from CurseForge API <api@curseforge.com>
Subject: Your CurseForge API Application - Approved
Application: Firefrost Modpack Version Checker

STATUS: Both keys approved and documented

Signed-off-by: Chronicler #55 <claude@firefrostgaming.com>
2026-04-02 14:14:05 +00:00
Chronicler #55
26de3b8722 docs: Add CurseForge API integration documentation
WHAT:
- Created curseforge-api-integration.md with API key and usage guide
- Documented game versions and dependencies endpoints
- Added implementation ideas for version checker
- Included post-launch roadmap for automation

WHY:
- Captured API key (f865f951-b937-482d-860b-e950bd02bbd2) for safe storage
- Document official API documentation reference
- Plan modpack version checking automation
- Defer implementation to post-launch (not blocking April 15)

WHERE:
- docs/tools/curseforge-api-integration.md (new file, 230 lines)

STATUS:
- Documented and ready for testing after soft launch
- Priority: Medium (operational improvement)

Signed-off-by: Chronicler #55 <claude@firefrostgaming.com>
2026-04-02 13:19:40 +00:00
Claude (Chronicler #49)
d075b3c712 docs: Add Claude Code local setup guide for Trinity
WHAT WAS DONE:
Created comprehensive guide for running Claude Code locally on TX1 Dallas using Ollama - provides Trinity with free offline AI coding assistant

TOOL OVERVIEW:
- Offline version of Claude Code running on TX1
- Uses local LLMs via Ollama (Qwen3-Coder-Next)
- Zero API costs, no internet dependency
- Privacy-first (code never leaves TX1)
- No rate limits

USE CASES:
- Internal Firefrost development
- When hit Anthropic API rate limits
- Sensitive/private code (financial, Trinity-only)
- Learning and experimentation
- Backup when cloud Claude unavailable

ARCHITECTURE:
- Hardware: TX1 Dallas (24 cores, 251GB RAM)
- LLM Engine: Ollama (Anthropic Messages API compatible)
- Model: Qwen3-Coder-Next (170k context, agentic coding)
- Interface: Claude Code CLI
- Cost: $0 (uses existing Ollama infrastructure)

INSTALLATION COVERED:
1. Verify Ollama v0.14+ (Anthropic API support)
2. Pull Qwen3-Coder-Next model
3. Install Claude Code CLI
4. Create launch script
5. Test with sample tasks
6. Configure permissions

DOCUMENTATION INCLUDES:
- Complete installation steps
- Launch script template
- Usage guide (basic commands, workflows)
- Permissions management
- Performance expectations
- Local vs Cloud decision matrix
- Troubleshooting guide (7 common issues)
- Model comparison (3 models)
- Cost analysis (saves $240-600/year)
- Security considerations
- Best practices

KEY FEATURES:
- Works offline (no internet after setup)
- Fast (local inference, no latency)
- Private (code stays on TX1)
- Unlimited usage (no rate limits)
- Free forever (zero ongoing costs)

QUALITY EXPECTATIONS:
- 80-85% of cloud Claude for coding tasks
- Excellent: boilerplate, refactoring, debugging, tests
- Struggles: complex architecture, novel algorithms
- Strategy: Start local, escalate to cloud if needed

TRINITY-ONLY TOOL:
Not for subscribers - internal development tool for Michael, Meg, Holly

COST SAVINGS:
- Local: $0/month unlimited usage
- Cloud equivalent: $20-50/month for similar usage
- Annual savings: $240-600
- Payback: Immediate (zero setup cost)

WHY THIS MATTERS:
Provides Trinity with professional-grade AI coding assistant at zero cost. Enables rapid development of internal tools (Modpack Checker, website features, automation) without burning through Anthropic API credits. Complete privacy for sensitive code.

Future Chroniclers: TX1 Dallas now serves as offline AI development environment for Trinity.

FILE: docs/tools/claude-code-local-setup.md (9,800+ words)

Signed-off-by: The Versionist (Chronicler #49) <claude@firefrostgaming.com>
2026-03-30 22:28:55 +00:00
bba3c277b1 Delete old deployment plan location
Removing docs/tools/whitelist-manager-deployment-plan.md:
- File migrated to docs/tasks/whitelist-manager/deployment-plan.md
- Old location no longer needed
- Part of FFG-STD-002 implementation

Phase 3b of complete restructure.

Date: February 16, 2026
Implemented by: The Chronicler
2026-02-16 06:19:49 -06:00
212ebd45e9 Add Whitelist Manager Web Dashboard deployment plan
Comprehensive deployment plan for web-based whitelist management:
- Replaces command-line script with web dashboard
- Manages 11 Minecraft servers via Pterodactyl API
- Hosted at whitelist.firefrostgaming.com
- Tech stack: Python Flask, HTML/TailwindCSS, Nginx, SSL
- 6-phase deployment (2-2.5 hours total)
- Includes security, testing, documentation, maintenance plans
- Future enhancements: Discord bot, Paymenter integration

Phases:
1. Information Gathering (5 min)
2. DNS & Infrastructure (15 min)
3. Build Application (45-60 min)
4. Security & Web Server (20 min)
5. Testing (15 min)
6. Deploy & Document (15 min)

Created by: The Chronicler
Date: February 16, 2026
2026-02-16 05:42:27 -06:00