From 78923587492e9128765672a7f844edb5d3e67b53 Mon Sep 17 00:00:00 2001 From: ct Date: Sun, 10 Aug 2025 21:15:26 +0800 Subject: [PATCH] Update --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1b0a8a5..f0c8530 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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