Skip to main content

18 docs tagged with "config"

View all tags

API service operations

TelAPI Fastify HTTP/WebSocket API behind a managed load balancer — operations, runbook, configuration, troubleshooting.

AWS security setup

IAM, SSM Parameter Store, Secrets Manager, ECR access, and instance-profile patterns for Delphi deployments on AWS.

Configuration

Where Delphi runtime configuration lives, how it loads, and how to change it safely — bootstrap .env, AWS SSM, AWS Secrets Manager, and the vars.yaml manifest.

Database service operations

PostgreSQL 17, Redis 7, and PgBouncer with attached block storage — operations, runbook, configuration, troubleshooting.

Environment resolution

How fetch-env.sh resolves each variable from bootstrap, AWS SSM, AWS Secrets Manager, external secrets, defaults, and runtime composition — including precedence and namespace conventions.

Environment variable index

Searchable catalogue of environment variables consumed by Delphi services, with source, scope, and default.

Feature flags

Inventory of platform feature flags, what each one turns on or off across services, and how an operator changes them in their deployment.

init.sh and update.sh

The two scripts every service uses — init.sh brings the service up from a clean shell, update.sh wraps it with backups and confirmation for steady-state operations.

Internal encryption

PostgreSQL SSL and Redis TLS rollout across api, web, voice, ops, and telpro. Staged sequence with rollback-friendly intermediate states.

Managed database secrets

Pulling database credentials from a managed-database secret like the RDS master user JSON, instead of the per-service Secrets Manager bundle.

Media service operations

Private HTTPS TTS media cache (Caddy + media-upload) at static private IP 10.0.1.30 — operations, runbook, configuration, troubleshooting.

Ops service operations

Scaler and Tasker — autoscaling, background jobs, cron, DB backups, and email notifications.

SigNoz service operations

SigNoz observability backend on static private IP 10.0.1.10 — operations, runbook, configuration, troubleshooting.

Squid service operations

HTTP/HTTPS proxy for private-network instances — operations, runbook, configuration, troubleshooting.

TelPro service operations

SIP proxy (Kamailio), media proxy (RTPEngine), WebRTC gateway (Janus), and TURN server — operations, runbook, configuration, troubleshooting.

vars.yaml schema

Field-by-field reference for the vars.yaml manifest each service ships, with worked examples for required, sensitive, secret.arn_from, and compose.template.

Voice service operations

Asterisk (TelSys) plus the AI conversation engine (TelPhi) — operations, runbook, configuration, troubleshooting.

Web service operations

TelWeb management dashboard behind Caddy — operations, runbook, configuration, and troubleshooting.