16.6. Standalone#
Run FlareInspect as a standalone Node.js process on any server with Node.js 20+.
16.6.1. Quick Start#
git clone https://github.com/ionsec/flareinspect.git
cd flareinspect
npm install
node web/server.js
16.6.2. Environment Variables#
Variable |
Required |
Description |
|---|---|---|
|
No |
Cloudflare API token (can supply via UI) |
|
No |
API key for dashboard authentication |
|
No |
Bind address (default: |
|
No |
Port number (default: |
|
No |
Logging level (default: |
16.6.3. Production Recommendations#
Use a process manager (pm2, systemd) for auto-restart
Bind to
127.0.0.1and use a reverse proxy (nginx, Caddy) with TLSSet
FLAREINSPECT_API_KEYfor authenticationSet
NODE_ENV=productionfor optimized performance