Automation: Task execution results 2026-02-09 21:23:42

This commit is contained in:
Firefrost Automation
2026-02-09 21:23:42 -06:00
parent 75a95ebde9
commit d64c1dafc9
2 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
#!/bin/bash
cd ~/firefrost-work/firefrost-operations-manual
cat > docs/wikijs-deployment.md << 'DOC'
# Wiki.js Dual Deployment - Subscribers + Staff
**Date:** February 9, 2026
**Server:** Ghost VPS (64.50.188.14)
**Status:** ✅ OPERATIONAL
**Services:** 5 & 6 of 7 (Phase 0.5: 86% complete)
---
## Deployment Summary
**Duration:** ~30 minutes
**Instances Deployed:** 2 (Subscribers + Staff)
**URLs:**
- https://subscribers.firefrostgaming.com (port 3100)
- https://staff.firefrostgaming.com (port 3101)
**Components:**
- Wiki.js 2.5.311
- PostgreSQL (2 databases)
- Node.js 22.22.0
- Nginx reverse proxy
- SSL certificates (Let's Encrypt)
---
## Installation
1. **PostgreSQL Setup**
- Created 2 databases: wikijs_subscribers, wikijs_staff
- Created wikijs user with proper grants
- Fixed schema permissions (GRANT ALL ON SCHEMA public)
2. **Wiki.js Installation**
- Downloaded to /var/www/wikijs-subscribers
- Downloaded to /var/www/wikijs-staff
- Configured separate ports (3100, 3101)
3. **Configuration**
- HTTPS host URLs configured
- PostgreSQL connections
- Separate systemd services
4. **Nginx + SSL**
- Reverse proxy for both domains
- Single SSL certificate covering both
- Expires: May 11, 2026
---
## Verification
✅ Both services running
✅ HTTPS working (HTTP/2 200)
✅ SSL certificate valid
✅ Setup wizards accessible
✅ PostgreSQL connections stable
---
**Fire + Frost = Where Passion Meets Precision** 🔥❄️
DOC
# Update manifest
sed -i 's/Wiki.js (Sub).*Ghost VPS.*⏳ PENDING/Wiki.js (Sub) | Ghost VPS | 64.50.188.14 | subscribers.firefrostgaming.com | ✅ OPERATIONAL/' Firefrost_Infrastructure_Manifest.md
sed -i 's/Wiki.js (Staff).*Ghost VPS.*⏳ PENDING/Wiki.js (Staff) | Ghost VPS | 64.50.188.14 | staff.firefrostgaming.com | ✅ OPERATIONAL/' Firefrost_Infrastructure_Manifest.md
cp Firefrost_Infrastructure_Manifest.md project-files/Firefrost_Vanilla_Manifest.md
git add -A
git commit -m "Wiki.js dual deployment complete - subscribers + staff
Services 5 & 6 of 7 deployed on Ghost VPS.
Phase 0.5: 86% complete (6/7 services operational)"
git push
echo "Wiki.js documented and committed!"

View File

@@ -1,3 +1,17 @@
Task: document-wikijs-deployment.sh
Started: Mon Feb 9 21:23:41 CST 2026
==========================================
[master 75a95eb] Wiki.js dual deployment complete - subscribers + staff
6 files changed, 156 insertions(+), 179 deletions(-)
delete mode 100755 automation/queue/document-mkdocs-deployment.sh
create mode 100755 automation/queue/document-wikijs-deployment.sh
create mode 100644 automation/results/document-wikijs-deployment_result.txt
create mode 100644 docs/wikijs-deployment.md
remote: . Processing 1 references
remote: Processed 1 references in total
To https://git.firefrostgaming.com/firefrost-gaming/firefrost-operations-manual.git
8beb8ea..75a95eb master -> master
Wiki.js documented and committed!
==========================================
Finished: Mon Feb 9 21:23:42 CST 2026
Exit Code: 0