Skip to content

Instantly share code, notes, and snippets.

View AlejandroTechFlap's full-sized avatar

AlejandroTechFlap

  • Joined Mar 27, 2026
View GitHub Profile
@AlejandroTechFlap
AlejandroTechFlap / diagnose-firecrawl.sh
Created April 14, 2026 18:40
Spiritory VPS diag scripts
#!/bin/bash
# Diagnose why firecrawl-api container is missing from the Coolify stack.
# Run on VPS as root. Output goes to /tmp/firecrawl-diag.log AND stdout.
exec > >(tee /tmp/firecrawl-diag.log) 2>&1
STACK_UUID="lo88g8goo4k0g8kow4g8w080"
COMPOSE="/data/coolify/services/${STACK_UUID}/docker-compose.yml"
echo "===================================================="