AllOps.us

DevOps Sector Ecosystem

All DevOps ProjectsAutomation & Integration Tier
Live Self-Hosted Service

Auto n8n Workflow Platform

auto.allops.usWorkflow Automation & Integrations

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.

Runtime EngineNode.js / n8n Container
Security & TLSTLS 1.3 Let's Encrypt
Storage TierPostgreSQL / SQLite PV
OrchestrationKubernetes StatefulSet
Operational Capabilities

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.

Infrastructure Architecture

Kubernetes Cluster Topology

Declarative deployment architecture running on private Kubernetes nodes.

n8n StatefulSet

Executes automation nodes in a high-performance Node.js runtime with isolated environment variable injection.

Ingress & SSL

Exposes auto.allops.us through NGINX Ingress with HTTPS enforced and cert-manager certificate rotation.

Database Storage

Stores execution histories, node definitions, and encrypted OAuth tokens with strict access controls.

Best Practices

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.