System Status
Environment Configuration
Supabase URL
Configured
Supabase Key
Configured
Sentry
Configured
Environment
production
Monitored Sites
0 sites configured for monitoring
Supabase Setup Instructions
To configure Supabase:
- Go to supabase.com and create a free account
- Create a new project
- In your project dashboard, go to Settings → API
- Copy the Project URL (starts with https://)
- Copy the service_role secret
- Add these to your environment variables as:
NEXT_PUBLIC_SUPABASE_URL = https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY = your-service-role-key
⚠️ Make sure to use the service_role key, not the anon key for server-side operations!
Manual Testing
Run a manual scan to test your configuration before the cron job runs.