Admin Panel

Catalog validation and management

← Back to Home

Full Validation

Validate all plugin links via Cloudflare Worker

Catalog Stats

Get current catalog statistics

Local Check

Quick validation (first 10 plugins)

Manual Commands

Trigger Validation via cURL

curl -X POST https://list-manager-app.brian-419.workers.dev/validate-links

Get Catalog Stats

curl https://list-manager-app.brian-419.workers.dev/catalog-stats

Get Pending Submissions

curl https://list-manager-app.brian-419.workers.dev/pending-submissions

Validate Single Plugin

curl -X POST https://list-manager-app.brian-419.workers.dev/validate-plugin -H "Content-Type: application/json" -d '{"repo":"https://github.com/...","readmeUrl":"...","downloadUrls":{...}}'

Worker Configuration

Update the workerUrl variable in this file to point to your deployed Cloudflare Worker.

Currently set to: https://list-manager-app.brian-419.workers.dev