LeadReply Admin

Central entry point for operations, monitoring, logs, Redis, runtime visibility, and workflow management.

Core Services
Automation

n8n

Workflow editor, executions, credentials, queue workers, and production automation control plane.

Monitoring

Uptime Kuma

Health checks, endpoint monitoring, alerting, and availability overview for critical services.

Containers

Portainer

Inspect containers, networks, volumes, stack lifecycle, and full container environment settings.

Operations
Logs

Dozzle

Live Docker logs for Caddy, n8n, Redis, and the admin toolchain.

Redis

RedisInsight

Inspect Redis keys, queue activity, cache values, and persistence health.

Debug

Debug Webhooks

Temporary request inspection tool for troubleshooting inbound webhooks and payload issues.

Current Production Stack

Reverse Proxy

caddy

Automation

n8n-main + n8n-worker

Queue / Cache

redis

Ops Tools

portainer dozzle uptime-kuma redisinsight

Runtime ENV Summary

Environment

ENV_TYPE=prod NODE_ENV=production GENERIC_TIMEZONE=America/Chicago

n8n Runtime

EXECUTIONS_MODE=queue N8N_HOST=n8n.leadreply.app N8N_EDITOR_BASE_URL=https://n8n.leadreply.app WEBHOOK_URL=https://api.leadreply.app

Frontend

FRONTEND_BASE_URL=https://app.leadreply.app DEFAULT_LEAD_STRATEGY=hybrid

Queue / Redis

QUEUE_BULL_REDIS_HOST=redis QUEUE_BULL_REDIS_PORT=6379

AI Runtime

DEFAULT_AI_PROVIDER=openai DEFAULT_AI_MODEL=gpt-5.4 ALT_AI_PROVIDER=anthropic ALT_AI_MODEL=claude-sonnet-4-6 FALLBACK_AI_MODEL=gpt-4o

Thumbtack

TT_REDIRECT_URI=https://api.leadreply.app/webhook/thumbtack-oauth-prod TT_REDIRECT_URI_STAGE=https://api.leadreply.app/webhook/thumbtack-oauth-stage

This page only shows safe runtime values. Secrets such as passwords, tokens, API keys, encryption keys, and webhook secrets must stay in Docker env files and Portainer only.