enter-services
Installation
SKILL.md
Requirements
Before using this skill, ensure you have:
- SSH keys: Configured via GitHub secrets (see workflow)
- sops:
brew install sops(for decrypting secrets) - Wrangler:
npm install -g wrangler - Node.js:
brew install node
Must run from the pollinations repo root.
Architecture Overview
| Environment | Gateway (Cloudflare Worker) | Text/Image Services (EC2) |
|---|---|---|
| Production | enter.pollinations.ai |
3.80.56.235 (ports 16384/16385) |
| Staging | staging.enter.pollinations.ai |
44.222.254.250 (ports 16384/16385) |