Infrastructure
Complete infrastructure documentation for VPS servers, Docker containers, networking, and deployment.
VPS Servers
srv1139900 (Primary)
IP: [VPS_IP] SSH: ssh user@server
Services:
- n8n automation platform
- Traefik reverse proxy
- PostgreSQL databases
- Docker containers (22+)
srv1379713 (Secondary)
IP: [VPS_IP] SSH: ssh user@server
Services:
- OpenClaw bot
- Backup services
Docker Containers
Total Containers: 22+
Production Applications:
- HandyManny (CHAROS brand)
- HandyManny (U1ST brand)
- Expediente
- FFTracking
- Mission Control v3
- Sales Mission Control
- WSI Mission Control
- VIA Platform
- Consultin Gruas
- Landing Page
Infrastructure Services:
- Traefik (reverse proxy + SSL)
- PostgreSQL databases
- Headless browser (Playwright)
- n8n workflows
Networking
Reverse Proxy: Traefik 2.x SSL: Let's Encrypt (automatic renewal) Network: root_default (shared Docker network)
Domains:
- handymanny.cloud
- *.handymanny.cloud (wildcard)
- n8n.srv1139900.hstgr.cloud
Deployment Patterns
All projects follow standard deployment pattern:
bash
# Local build
npm run build # or python generate.py
# Deploy via rsync/scp
bash deploy.sh
# Docker restart
docker compose down && docker compose up -dDeploy Scripts: Every project has deploy.sh or deploy-windows.sh
Scheduled Tasks
Windows (Local)
- Claude Session Monitor (every 1 hour)
- MC AI Process Scanner (every 1 hour)
- MC SSL Health Check (every 2 hours)
- OpenClaw Daily Sync (every 4 hours)
- CHAROS Auditor (daily 7 AM)
- Documentation Generator (daily 5 AM) ⬅️ NEW
VPS (Cron)
- n8n workflow activations
- Backup scripts
- Log rotation
- SSL certificate renewal
Detailed Guides
- VPS Access - SSH keys, connection info
- Docker Management - Container management
- Networking & SSL - Traefik configuration
- Scheduled Tasks - Cron & Task Scheduler
For more details, see Infrastructure Reference.
Last Updated: Auto-generated daily