would be neat
Build and Push Docker Images / build-and-push (push) Failing after 20s

This commit is contained in:
2026-03-27 09:47:09 +01:00
parent d45b5ea521
commit 85dd29a457
5 changed files with 46 additions and 1 deletions
+4
View File
@@ -176,6 +176,7 @@ POSTGRES_PASSWORD= # PostgreSQL password (optional)
### Core Endpoints
- `GET /` - Visit URL and get HTML content (with Cloudflare bypass)
- `GET /screenshot` - Capture a screenshot of a URL (PNG output)
- `GET /seo` - Extract SEO information (with Cloudflare bypass)
- `GET /meta` - Extract meta tags and Open Graph data (with Cloudflare bypass)
- `GET /test-cloudflare` - Test Cloudflare bypass functionality on a specific URL
@@ -198,6 +199,9 @@ POSTGRES_PASSWORD= # PostgreSQL password (optional)
# Visit a URL
curl -H "X-API-Key: your-api-key" "http://localhost:8000/?url=https://example.com"
# Capture a full-page screenshot (PNG)
curl -H "X-API-Key: your-api-key" "http://localhost:8000/screenshot?url=https://example.com" --output screenshot.png
# Extract SEO data
curl -H "X-API-Key: your-api-key" "http://localhost:8000/seo?url=https://example.com"