This commit is contained in:
ct
2025-08-10 21:15:26 +08:00
parent 4b2d248fc3
commit 7892358749

View File

@@ -4,7 +4,7 @@ # CLAUDE.md
## Project Overview
Crawlshot is a self-hosted API service built on Laravel 12 that provides web crawling and screenshot capabilities using Spatie Browsershot. It's designed as a self-hosted alternative to services like ScreenshotOne, offering browser automation through a REST API with authentication and job processing.
Crawlshot is a self-hosted API service built on Laravel 12 that provides web crawling and screenshot capabilities using Spatie Browsershot. It's designed as a self-hosted solution, offering browser automation through a REST API with authentication and job processing.
### Core Features
@@ -112,6 +112,7 @@ # Prune expired tokens
```
### Storage Management
```bash
# Prune expired crawl results (HTML and images older than 24 hours)
php artisan crawlshot:prune-storage