First Time Setup
Choose your template
Configure Access Control
// config/curtain.php
'allowed_ips' => [
'127.0.0.1', // Local development
'192.168.1.100', // Office IP
],
'excluded_paths' => [
'api/*', // Keep API accessible
'health-check', // Monitor endpoints
'webhook/*', // External services
],Template Customization
Common Use Cases
Last updated