Files
firefrost-operations-manual/docs/tasks/discord-invite-setup/README.md
Claude b0aafe32d7 feat: Add task_number to YAML frontmatter for 26 tasks
Long-term fix for mobile task index - task numbers now in frontmatter.

Numbers added from BACKLOG.md cross-reference:
#2 rank-system-deployment
#3 fire-frost-holdings-restructuring
#14 vaultwarden-ssh-setup
#22 netdata-deployment
#23 department-structure
#26 modpack-version-checker
#32 terraria-branding-training-arc
#35 pokerole-wikijs-deployment
#36 notebooklm-integration
#40 world-backup-automation
#44 nc1-node-usage-stats
#45 steam-and-state-server
#48 n8n-rebuild
#51 ignis-protocol
#55 discord-invite-setup
#65 claude-infrastructure-access
#67 nc1-security-monitoring
#82 plane-decommissioning
#87 arbiter-2-1-cancellation-flow
#89 staff-portal-consolidation
#90 decap-tasks-collection
#91 server-matrix-node-fix
#92 desktop-mcp
#93 trinity-codex
#94 global-restart-scheduler
#98 discord-channel-automation
#99 claude-projects-architecture

Chronicler #69
2026-04-08 14:32:38 +00:00

87 lines
1.8 KiB
Markdown

---
task_number: 55
status: complete
priority: P3
owner: Michael
created: 2026-03-21
---
task_number: 55
# Task #55: Discord Permanent Invite Link Setup
**Status:** ✅ COMPLETE
**Completed:** March 21, 2026
**Completed By:** Michael + The Chronicler #36
---
task_number: 55
## Deliverables Complete
**Permanent Discord invite created:** `https://discord.gg/hDHvKfqhKs`
**Custom redirect configured:** `firefrostgaming.com/discord` → Discord server
**Redirect documented:** See below
---
task_number: 55
## Configuration Details
### Discord Invite Settings
- **Expire After:** Never
- **Max Uses:** No limit
- **Invite Code:** hDHvKfqhKs
- **Full URL:** https://discord.gg/hDHvKfqhKs
### Ghost Redirect Configuration
**File:** Ghost Admin → Settings → Labs → Redirects (`redirects.json`)
```json
[
{
"from": "/discord",
"to": "https://discord.gg/hDHvKfqhKs",
"permanent": false
}
]
```
**How it works:**
- User visits `firefrostgaming.com/discord`
- Ghost redirects to `https://discord.gg/hDHvKfqhKs`
- Clean, professional link for all marketing materials
---
task_number: 55
## Usage
Use `firefrostgaming.com/discord` everywhere:
- ✅ Website homepage (Join Discord button)
- ✅ Social media bios
- ✅ YouTube descriptions
- ✅ Promotional materials
- ✅ Email signatures
**Benefits:**
- Shorter and more professional than `discord.gg/hDHvKfqhKs`
- If we ever change Discord servers, just update the redirect
- Branded URL under our domain
---
task_number: 55
## Next Steps
**TODO:**
- [ ] Update Ghost homepage CTA button from `/subscribe` to `/discord`
- [ ] Add to social media profiles (Task #56)
- [ ] Include in promotional materials
---
task_number: 55
**Created:** March 21, 2026
**By:** The Chronicler #36
**Time Spent:** 15 minutes