Auto n8n Workflow Platform
auto.allops.us is a self-hosted n8n automation engine. It powers personal and internal workflow automation, including event-driven webhook processing, database syncs, and intelligent Gmail message fetching and forwarding via Google Cloud Console APIs.
Core Workflows & Features
Gmail Automation & Email Parsing
Connects securely via Google Cloud OAuth to fetch specific incoming system notifications and forward them to internal webhook destinations.
Multi-Step Visual Pipelines
Hundreds of built-in integration nodes to connect databases, monitoring hooks, Telegram, Slack, and REST APIs without brittle custom code.
Zero Third-Party Data Exposure
Runs 100% self-hosted within the private Kubernetes cluster; data never passes through third-party proprietary clouds.
Webhook Listeners & Cron Triggers
Listens for inbound webhooks from CI/CD runners and fires scheduled automation routines with high precision.
Kubernetes Cluster Topology
Declarative deployment architecture running on private Kubernetes nodes.
Executes automation nodes in a high-performance Node.js runtime with isolated environment variable injection.
Exposes auto.allops.us through NGINX Ingress with HTTPS enforced and cert-manager certificate rotation.
Stores execution histories, node definitions, and encrypted OAuth tokens with strict access controls.
Operational Runbook & Maintenance
Google API Verification
Maintain full compliance with Google API Services User Data Policy, adhering to Limited Use restrictions for Gmail scopes.
Credential Encryption
Encrypt all OAuth tokens and API secrets using the n8n N8N_ENCRYPTION_KEY environment variable.
Execution Log Pruning
Automatically prune workflow execution logs older than 7 days to preserve storage capacity and privacy.