Configure domains, routing, CORS, VPC, static IPs, and inter-service communication for DigitalOcean App Platform. Use when setting up custom domains, subdomain routing, cross-origin API access, or secure database connectivity.
Configure domains, routing, CORS, VPC, static IPs, and inter-service communication for DigitalOcean App Platform.
# Path-based routing
ingress:
rules:
- component: { name: api }
match: { path: { prefix: /api } }
- component: { name: frontend }
match: { path: { prefix: / } }
| Decision | Default | Rationale |
|----------|---------|-----------|
| VPC connectivity | VPC CIDR whitelisting | More reliable than app-based rules |
| CORS credentials | Exact origins only | Required when allow_credentials: true |
| TLS certificates | Auto-provisioned | Let's Encrypt + Google Trust |
| Ingress order | Specific rules first | Prevents catch-all conflicts |
SKILL.md — Complete skill documentation with quick startsreference/domains-dns.md — Domain types, DNS setup, wildcards, TLSreference/ingress-routing.md — Path routing, rewrites, redirectsreference/cors-configuration.md — CORS fields, patterns, credentialsreference/vpc-trusted-sources.md — VPC setup, trusted sources matrixreference/static-ips-egress.md — Ingress IPs, dedicated egressreference/complete-patterns.md — 5 complete architecture patterns| Direction | Skill | Integration | |-----------|-------|-------------| | → | designer | Add domains/ingress to app spec | | → | troubleshooting | Debug DNS, CORS, VPC issues | | → | postgres | VPC connectivity for databases | | → | deployment | Deploy networking changes |
npx skills add digitalocean-labs/app-platform-networking下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer