Update
This commit is contained in:
@@ -4,7 +4,7 @@ # CLAUDE.md
|
|||||||
|
|
||||||
## Project Overview
|
## 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
|
### Core Features
|
||||||
|
|
||||||
@@ -112,6 +112,7 @@ # Prune expired tokens
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Storage Management
|
### Storage Management
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Prune expired crawl results (HTML and images older than 24 hours)
|
# Prune expired crawl results (HTML and images older than 24 hours)
|
||||||
php artisan crawlshot:prune-storage
|
php artisan crawlshot:prune-storage
|
||||||
|
|||||||
Reference in New Issue
Block a user